gianlucaelia

Results 56 comments of gianlucaelia

I also thought about polling initially, then my problem was that if you disconnect and reconnect a device quicker than the poll rate, you loose that event, and that would...

Hi @jamshark70 thanks for testing this! Have you also tried with a higher number of buffers? Maybe on your machine it takes more than 200. After additional tests, I couldn't...

Looking into closing some of my open issues. How about: ```diff method::getcwd -POSIX standard 'get current working directory'. +POSIX standard 'get current working directory': returns the directory from where +strong::sclang::...

Hey @dyfer! I agree to add a "See also" reference to `resolveRelative`, I actually didn't know this function! About the example, the idea was to put `nowExecutingPath` next to `getcwd`...

Sure, but we miss the whole method, so I put this: ``` method::thresh Thresholding replaces every value < threshold with 0. note:: Before SuperCollider 3.13 this function was implemented incorrectly,...

Timezones and daylight savings work for me too. Running node-cron 3.0.2, on a server with UTC, a cronjob scheduled every day at 9am on Copenhagen timezone, runs correctly at 9am...

However, there is a memory leak when using timezone: https://github.com/node-cron/node-cron/issues/358

Thanks @dyfer, I added links at both places! I'm also interested in websockets (to make javascript guis, bridges to browser applications, collaborative editors...), and I guess it will be an...

@snappizz I see your points. It was indeed a lot of work to figure out what's going on with WebViews. Anyway, code execution (and WebView) is there since a long...

Hey, happy to be part of this! Could you explain where the pain is? I think I understand, but I would like to connect more precisely to previous efforts and...