#hazzy Logs

Aug 29 2020

#hazzy Calendar

04:52 AM JT-Cave: morning
06:32 AM TurBoss: morning
09:35 AM TurBoss: <hazzy-m "I think it might make sense to s"> its done on the focus_part branch
09:36 AM TurBoss: <hazzy-m "TurBoss: How easy is it to chang"> this!
09:36 AM TurBoss: <Not-8b99 "[qtpyvcp] TurBoss be80003 - fix "> done here
09:42 AM * TurBoss uploaded a video: demo.mp4 (95KiB) < https://matrix.org/_matrix/media/r0/download/jauriarts.org/FWPOGfdTgOXTwYftsEYUShjB/demo.mp4 >
09:42 AM TurBoss: 😀
10:33 AM hazzy-m: TurBoss: That was fast!!!
10:33 AM hazzy-m: lol
10:33 AM TurBoss: did yesterday no the other
10:33 AM TurBoss: time traveler
10:38 AM TurBoss: as usual needs test because it breaks view clipping range
10:38 AM TurBoss: the last commit is more that a hack
10:38 AM TurBoss: * the last commit is more than a hack
03:59 PM TurBoss: the probebasic relaeases... i have to take a look sorry Lcvette
04:26 PM Not-8b99: [02probe_basic] 07adargel opened pull request 03#20: ENH: Allow WCS offset to be entered on main DRO panel - 13https://git.io/JUtJJ
04:27 PM Not-8b99: [02probe_basic] 07adargel commented on pull request 03#20: ENH: Allow WCS offset to be entered on main DRO panel - 13https://git.io/JUtJU
05:03 PM Joco[m]: Anyone know how to increase the touch length needed on a touch screen before it sees it as a button push?
05:09 PM Joco[m]: I want to filter out light brushes of the screen from triggering a push event. I want it to only trigger on a very deliberate push. Say 0.25 to 0.5 secs.
06:03 PM hazzy-m: Joco: same, my screen is too sensitive
06:04 PM TurBoss: hazzy: \o/
06:04 PM TurBoss: you at dev?
06:39 PM Joco[m]: <hazzy-m "Joco: same, my screen is too sen"> If we can’t find a way to do it at the OS/WindowManager level it might be something to look at as a filter in the base widget implementation. Would seem to be a desirable config on touch screens.
06:45 PM hazzy-m: Joco: I actually tried that, I think it’s in a branch somewhere
08:18 PM Joco[m]: <hazzy-m "Joco: I actually tried that, I t"> oh - interesting. I hope there is a window manager solution or something in X. But searches so far not coming up with anything
08:37 PM TurBoss: hazzy: should I merge the center to path in vtk?
08:37 PM hazzy-m: TurBoss: yes, I tested and seems good!
08:38 PM TurBoss: great thank you
08:39 PM Not-8b99: [02qtpyvcp] 07TurBoss pushed 033 commits to 03master [+0/-0/±3] 13https://git.io/JUtOH
08:39 PM Not-8b99: [02qtpyvcp] 07TurBoss 03d29d458 - Merge branch 'vtk_focus_path'
08:41 PM Not-8b99: [02qtpyvcp] 07KurtJacobson pushed 031 commit to 03gh-pages [+523/-0/±0] 13https://git.io/JUtOb
08:41 PM Not-8b99: [02qtpyvcp] 07traviscibot 030328581 - Deploy kcjengr/qtpyvcp to github.com/kcjengr/qtpyvcp.git:gh-pages
08:46 PM Not-8b99: [02probe_basic] 07TurBoss pushed 0323 commits to 03master [+4/-0/±22] 13https://git.io/JUt3T
08:46 PM Not-8b99: [02probe_basic] 07TurBoss 03d1688fe - Merge branch 'installer'
08:47 PM Not-8b99: [02probe_basic] 07KurtJacobson pushed 031 commit to 03gh-pages [+118/-0/±0] 13https://git.io/JUt3k
08:47 PM Not-8b99: [02probe_basic] 07traviscibot 031a45dee - Deploy kcjengr/probe_basic to github.com/kcjengr/probe_basic.git:gh-pages
09:11 PM TurBoss: experimental installer for latest probe_basic
09:11 PM TurBoss: http://repository.qtpyvcp.com/repo/pb-dev/bin/ProbeBasic-Installer-0.2.8%2B151.gd1688fe.run
09:17 PM TurBoss: its broken
09:57 PM TurBoss: while running this installer it complains about
09:57 PM TurBoss: ```
09:57 PM TurBoss: No module named probe_basic_rc
09:57 PM TurBoss: its builds with setpu.py build
09:59 PM TurBoss: hmmm bdiswheel
09:59 PM TurBoss: * hmmm bdist_wheel
10:20 PM * hazzy-m uploaded a video: seg-fault-fixed.mp4 (2654KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/jjfUFVeynlIoNxYilPMfsHnr/seg-fault-fixed.mp4 >
10:20 PM hazzy-m: Joco: found a hacky solution to the deg fault
10:21 PM hazzy-m: just keep a reference to the previous document until it's done highlighting
10:22 PM hazzy-m: TurBoss: we don't need to use the qrc files anymore since we can now use recourse files directly
10:23 PM hazzy-m: probably make loading faster as well, but it will take some work to convert over to relative file paths instead of rc paths in the UI files
10:23 PM TurBoss: thats pretty fast
10:23 PM hazzy-m: * Joco: found a hacky solution to the seg fault
10:23 PM TurBoss: ok
10:29 PM TurBoss: i thint tha tje solution for relative paths is on the setup.py data_files parameter
10:32 PM hazzy-m: TurBoss: I never got that to work :(
10:34 PM TurBoss: i'll try tomorrow lol
10:34 PM TurBoss: n8
10:39 PM hazzy-m: night
11:06 PM Joco[m]: <hazzy-m "just keep a reference to the pre"> yup - that would do it.
11:08 PM Joco[m]: but how do you know when to release that reference>
11:08 PM Joco[m]: ?