mdavidsaver

Results 269 comments of mdavidsaver

> Should fail with an exception, probably `TypeError` Agreed. This would be done in the mcall() wrapper. Either directly, or maybe better in `NTURI.wrap()` where the `zip()` is implicitly discarding...

I agree that binaries for additional archs would be nice to have. (eg. I make use of [piwheels](https://www.piwheels.org/project/p4p/) for ARMv7) I have some [hint](https://github.com/dls-controls/cothread/issues/29) that recent OSX images + python...

linux/aarch64 would be of some interest to me as well. My past attempts to cross-build `.whl` files have not be successful. As I recall, the most success I had was...

Should be fixed by 2797fd3f483a6d0d67336cb89d060eadbe21963e (in 4.1.8)

@juanfem There is. 2d312a193ce60cf70708e361d760711885979502 should fix this. I have pushed out p4p 4.1.9 with this change.

> ... For my application this is fine but I thought I'd check whether this is the intention? Yes. In part because `display.format` does not make sense for a string....

> ... `display.precision` and `display.form`. Which reminds me that this needs to go into P4P. 360c131d9cdac6c1fc8264983a038722383f41eb adds an argument `form=True` which can be used along with `display=True`. Although the `display.form.choices`...

I have a suspicion that the situation being addressed in https://github.com/numpy/numpy/commit/3a811358830c324b7b6819b88dec4e4bcd91444a is relevant. In particular, the condition for numpy >= 1.22.0 fits into the version range you mention. At core,...

https://github.com/mdavidsaver/p4p/blob/739b6eeef938f1eb889f243e4d898f1d7ae24677/src/p4p/_gw.pyx#L319 > I'm guessing a pvAccess Server is providing weird credentials details. Does ESS assign user names with an encoding other than utf-8? At the least, a better error message...

Sorry, I didn't notice this issue when it came in. Which python version(s) have you tried? You should not need MSVC to make use of the pre-built wheel binaries. Do...