Alex Kraft

Results 52 comments of Alex Kraft

+1 for standard `import` it works in Browser and in Deno. > let a polyfill or babel take care of compatibility +1 it's well known and well solved task in...

Actually I figured it out - you need to set `clear: false` and add one more onehot for termination signal (the neural network should be smart enough to figure out...

> We could then possibly bridge the JS Symbols to our Symbols Hmm, I would say Ruby made mistake by making `:a != "a"`, it caused problems, like the need...

> Async/await wasn't a thing and we rather foolishly thought about use of Generator functions to achieve something similar to Fiber. I would say Fiber (or Actor/Coroutine) is superior to...

Hi, I'm confused, why this change is needed, and why this code, which is more complicated and is quite unusual for JS (Symbols are very rarely used in JS): ```JavaScript...

Thanks, sorry I haven't noticed it's a pull request not an issue, I'll comment on the issue.

It looks like double edged sword. Trading simplicity for safety. Maybe it's worth it, having `$xxx` on native objects like `String` is not good... yet it's kinda short and convenient......

> You can also always use Opal.send, like follows: Thanks, yes, with `Opal.send` it looks more like a normal, plain JS code ```ruby class String def some() "some"; end end...

confirmed, same problem