Blaise Thompson
Blaise Thompson
I don't have any background with pymeasure :confounded:---just a fan---but I've thought about this particular issue for a long time and I just wanted to share my humble thoughts. I've...
@paulgoulain I'm not 100% sure what you're asking, but I think you might be thinking about what pymeasure calls "procedures". yaq has no official answer for this---we are trying to...
@paulgoulain https://python.yaq.fyi/installing-yaq/#communicate-with-your-daemon
today I poked around a bit to see if anyone has already created a tool for implementing gitignore syntax in python it's not super trivial, because gitignore allows for multiple...
as a separate thought, while [searching PyPI for ignore](https://pypi.python.org/pypi?%3Aaction=search&term=ignore&submit=search) I learned that there are a large number of packages that offer fast creation of gitignore files from extant online repositories...
what exactly would be returned? a dictionary `{local_path: url}` perhaps?
>checking that an otherwise idle RE is still alive and ready to take new instructions Excuse my curiosity---why is it important to know if a RE is alive? I have...
I'm surprised at the suggestion that simulations are done at the engine level. I've only thought about simulation implemented using fake devices and an untouched engine. Could device inspection be...
I see :smile:
Why is this a dataclass rather than two separate messages? Is it so that we can guarantee self-consistency in an async context? Similar to why subscribe needs to actually return...