Simon Douglas

Results 16 comments of Simon Douglas

I can report that 12.4 on an M1 Max that `blueutil --disconnect 14-3f-a6-6d-bb-92 --wait-disconnect 14-3f-a6-6d-bb-92` DOES work for me. Thanks.

I'll raise a PR of how I managed to do it, it can be an example that I will stick in your demos directory. Thanks.

Yikes. This is a deal breaker for me - ran into this issue today.

Take a look at: https://stackoverflow.com/questions/1866717/document-createelementscript-adding-two-scripts-with-one-callback/1867135#1867135 You don't need to load it through your store.

I have spent the weekend ( nearly all of it ) figuring this out (and bunch of other requirements). I have made a little quick start project that extends the...

Great to see the community lent you a hand on this :(. Did you managed to get this resolved? Suffering from similar isssue...

I'll be interested to hear back from @andrewvarga to see if this is working as intended. This relates to [issue 40](https://github.com/nippur72/RiotTS/issues/40)

@icarito I actually installed a custom riot-ts typing for typings, that points to nippur's version of the riot-ts typing. Take a look at [http://stackoverflow.com/questions/37641960/typescript-how-to-define-custom-typings-for-installed-npm-package](http://stackoverflow.com/questions/37641960/typescript-how-to-define-custom-typings-for-installed-npm-package) My typings file: ``` { "globalDependencies":...