pward123

Results 8 issues of pward123

Would it be possible to support non-static class methods as callbacks in ioDeviceAttachInterrupt? I ran across [this post](https://github.com/esp8266/Arduino/issues/1925) where they came up with [this](https://github.com/esp8266/Arduino/pull/2745) to work around the limitation.

enhancement

I'm trying to create a test for `B2BUtils.resolveCommunityIdToWebstoreId` and am running into problems creating the WebStoreNetwork in my @testSetup ``` @isTest private class B2BUtilsTest { @testSetup static void setup() {...

Is there a way to only check relative path imports? I use vagrant to develop my app and I'm trying to keep the rsync fast. Therefore, I don't install npm...

It looks like you switched from Node v4 to Node v6 using a semver 'patch' change. It would be very nice if you could at least make that a 'minor'...

If I run this: ``` 'use strict' const {BP3D: { Item, Bin, Packer}} = require('binpackingjs') const item = [18.75, 7.25, 4, 1] const binOfFour = ['bin_of_4', 18.75 * 2, 7.25...

Thanks for putting this together. There are a couple things I ran into while checking it out. - app.listen is never called in bookshelf-express projects - I think you want...

Given the following rule, it seems like anything that depends on `my-interface` has to also add the transitive `@npm//lib-used-by-my-interface` dep. Is that expected and is there any way to get...

### Describe the bug Anytime I attempt to run a vite+react application in production mode with crypto polyfilled, the application fails to render and displays the following error in the...

pending triage
cannot reproduce