Ron Evans

Results 985 comments of Ron Evans
trafficstars

Keep in mind the package name would be `tinygo.org/x/device` or something like that.

The `x` has to do with how the the static redirect for the "vanity domain" is setup. Copied the pattern from `golang.org/x/crypto/ssh` etc.

I think there is probably a different way you can solve this @sago35 that does not require breaking the current API. For example, your function `getADCBus()` could lookup which bus...

Hi @con-ssc all it would take is someone creating a new Cylon.js module with the Adaptor and Driver to to support it. We'd love to see those contributions!

Indeed. :) Well, I am going to tag it as that. Perhaps some members of our community here have the same needs. We're not currently a user of any of...

Hi, @coprea try doing this (from your example): ``` if (this.connections.digispark.connected) { console.log("We are connected"); } ``` Hope that helps!

All `connected` currently indicates is that the `connect()` function was called, which apparently it was. What is the correct behaviour in your desired case, do you think? I would imagine...

According to https://github.com/hybridgroup/cylon-digispark/blob/master/lib/digispark.js#L38 this should be returning an error when there is no digispark plugged in. However, that code is either not detecting this case, or it being ignored upstream...

I've not yet done anything with webpack, so far only with browserfy. https://github.com/hybridgroup/cylon-example-browserify Seems like it might be related to how the requires are handled differently? I found a few...

Well, some cylon modules do. We have more info about all that here: http://cylonjs.com/documentation/guides/browser-support/