Clifford T. Matthews
Clifford T. Matthews
Wolfgang, I did get your email. I am super excited by and happy with the work you've done and embarrassed and disappointed in myself for not having responded yet. I...
For the record, I've responded (favorably!) to @autc04 's email both complimenting him on his work as well as letting him know that I'm happy to help with coordination or...
I just got a Lion based machine yesterday. I don't have any free time in the foreseeable future to play with this, but Syn68k is heavily gcc dependent, so any...
Thank you very much for the quick response! I did see that I could do a YAML mapping, but I didn't want my users to have to supply the key....
I'm using irc-bot as a quick-and-dirty front-end to a poker server I'm writing. I'm writing the server in part so I can learn Rust better. I did something similar with...
I guess it depends on the definition of "a problem with gloo-timers". The gloo-timers crate used to work under webpack and now it doesn't. I've created a [globals branch](https://github.com/ctm/gloo-timers-regression/tree/globals) of...
It could be. However, the presence of `js_sys::global()` and the detailed comments within its source make me wonder if it's really "supposed" to be safe to call the "global" `clearTimer`...
@ivanschuetz I forked and quickly hacked in a proof-of-concept fix in my [js_sys-experiment](https://github.com/ctm/gloo/tree/js_sys-experiment) branch. If that branch works for you, I'll be happy to turn it into a PR, perhaps...
Thanks for looking into it. I tried using: ``` gloo-timers = { version = "0.2.2", git = "https://github.com/rustwasm/gloo", rev = "c798e33fec12837bf60a722c9b8e882d1ad19c26" } ``` in my Cargo.toml, but cargo (and my...
I should have said "**probably** would not work", because dealing with globals is always tricky and there may be something in your commit that sets something up so that the...