Chris Bonser

Results 20 comments of Chris Bonser

@DerKruser I received this same exit code `4294967295` but trying to sign a different file, `app\node_modules\@serialport\bindings-cpp\prebuilds\android-arm\node.napi.armv7.node`. See versions and full stack trace here https://github.com/serialport/node-serialport/issues/2515 Did you learn anything in your...

I believe I have another, more concrete reason to be more selective in file signing. I am using the [node-serialport ](https://github.com/serialport/node-serialport) library. It since version 10.0.2 it includes prebuilt binaries...

@obra I used an older version of the [node-serialport ](https://github.com/serialport/node-serialport) library as a temporary solution. I intended to revisit but never made the time.

Just in case this data point is helpful... I'm using Ember 3.3.1 and both 1.14.0 and 1.15.1 cause the error.

@martndemus mind taking a look at this PR and seeing if it makes sense to merge? There is a similar PR for the asset cache as well https://github.com/DockYard/ember-service-worker-asset-cache/pull/46.

Yes! Can we get some movement on adding more maintainers? Today I forked @dobby5's fork to fix a few more things... - my fork: https://github.com/teamtopia/nuts - the fixed things: https://github.com/teamtopia/nuts/pull/4

I would like to update it however I think we need to support 1.x and 2.x in parallel at least for a time (https://github.com/machty/ember-concurrency/blob/master/UPGRADING-2.x.md#notes-to-addon-maintainers). I'll try to make some space...

We have a request to support Ember 2.18. Currently we only support 3.1 but let's ensure anything we do on this front doesn't make that goal harder.

@gorner Thanks for the tip. Using that diff we found that removing css with a transition-duration made it so that our item was not considered 'animated' on drag and made...