mdavidsaver
mdavidsaver
> I can't reproduce your problem. .. Unfortunately, neither can I. I do not have a windows box myself, so I am limited to testing via GHA builds. Since I...
> I build make from source without patches. @brechtsanders Could you provide more details on your build process and environment? There does seem to be some difference between your binary...
I _think_ it would be enough to add `After=autofs.service`.
My first benchmark for dependencies is presence in the Debian package repository. All three have been present since at least Debian 8 (10 is stable atm). [argcomplete](https://packages.debian.org/python3-argcomplete) [tabulate](https://packages.debian.org/python3-tabulate) [termcolor](https://packages.debian.org/python3-termcolor) [argcomplete](https://pypi.org/project/argcomplete/)...
Personally, I would make this three optional dependencies with some `try: ... import`. As used, termcolor and argcomplete can be trivially stubbed out, with tabulate being only slightly more involved.
I am building using the python.org binaries. What you say about `intel` vs. `x86_64` matches what I have read [elsewhere](https://github.com/MacPython/wiki/wiki/Spinning-wheels). However, I'm struggling to understand this in relation to what...
Thanks for the clarification. I guess the expansive `.` syntax is platform names is being deprecated and the inconsistency I noted above is not a bug? As a note I...
As advertised, it is possible to replace tp_traverse. A working example: https://github.com/mdavidsaver/cython-c--demo I found that the definition of `cpython.traverseproc` changed at some point to include "except -1". In exploring ways...
https://github.com/mdavidsaver/p4p/blob/739b6eeef938f1eb889f243e4d898f1d7ae24677/src/p4p/gw.py#L71-L72 > I guess a PV could be lying about its type and is pushing out a integer instead. These are internal status PVs. The types are not user determined....
Fixed with 4f6b9e9e67293acd142cf1ce377c87da9e6ab549. Please retest with `p4p==4.2.0a3`.