Michael Cousins

Results 145 comments of Michael Cousins

Ugh this is why we can't have nice things. In the mean time, if I'm embedding a flems.io link via an iframe, is there any way to remove the full...

Fantastic! I can throw together a README update PR if that's at all helpful. Feel free to close this issue if you'd like (or keep it open if it's helpful...

@IvanOnishchenko it looks like the issue you're describing is a problem with your computer's environment setup for compiling modules with [node-gyp](https://github.com/nodejs/node-gyp) and has nothing to do with usb-detection. I recommend...

[Node v16 is ABI version 93](https://nodejs.org/en/download/releases/), and I believe Electron v15 is ABI version 98. The [`[email protected]` release has prebuilt binaries for both of these ABI versions](https://github.com/MadLittleMods/node-usb-detection/releases/tag/v4.13.0). Are these prebuilds...

Looks like the root issue is electron/electron-rebuild#886. The fix has been merged, but a new version has not yet been cut. Thankfully, there's nothing to be done for this on...

@mholtzman yeah, I think you're right. The resolution override only works because it's overriding it in two places. That's... not ideal. @dopry of course! I think this ticket should stay...

@sensslen I'm happy to report usb-detection is very much compatible with Electron! We have been using it in the [Opentrons App](https://github.com/Opentrons/opentrons/tree/edge/app-shell) for more than a year (starting with `[email protected]`). Currently...

Dispensing liquid to a tip rack is an error in a majority of protocols (see #7552), so I've reclassified this as a "feature request" rather than a bug. Disallowing aspirates/dispenses...

@alexjoel42 no, this is unrelated feature ticket about aligning the Python Protocol API with the newer protocol execution system introduced with JSON v6 protocols. As a rule, we make no...

> Something like drop_tip() requires there to be a tip (and in my application, there is a situation where I need to do this move without a tip) This has...