Danielle Madeley

Results 145 comments of Danielle Madeley

I did notice from time to time what looked like a race between the first read finishing and when the write was actually finished.

OS would be all OSes. It's a piece of the USB device info block. That is typically used to identify a product revision before you connect. We have a device...

It's available within the block that contains the vendor and product IDs. It's available in IOKit in the same struct. I suspect it's equally accessible in Windows.

I've run into what looks like the same bug. Medium-sized mono-repo using project references to build, publishes an acyclic graph of packages. Uses a yarn workspace and lerna. Runs out...

Could replace uses of format with a % string substitution. Even one that takes a dict, i.e. "%(address)s:%(port)" % ({address: ...

This should be fixed in the infoxchange/new-parser branch.

- [Aloe](https://github.com/koterpillar/aloe/) - [Aloe-Django](https://github.com/koterpillar/aloe_django/) - [Lettuce-Webdriver Aloe branch](https://github.com/koterpillar/lettuce_webdriver/tree/aloe)

@incognos what sort of things would you like to see? I'm keen to add more if people find it useful.

This should be fixed with the new parser (#429). Could you send a pull request with a test case to validate?

FYI: regexes are not automatically wrapped in ^ and $