Alex Kraft

Results 52 comments of Alex Kraft

It uses `class_loader` gem, that line `autoload_path` is important one, it allows to automatically load all dependencies :). It's not required for `cluster_management`, but, you need then write all needed...

Hi, I saw recently demo of Lobster language https://www.youtube.com/watch?v=uuPeBKdnBOI To my understanding it's very close to Crystal, different syntax but similar semantics, and same powerful auto infer not requiring explicit...

Got same error for `new Date(120).getFullYear()` Bun 1.0.4 Mac OS Mojave 10.14.6

Hello, Yes, I waited for such library but didn't know about node-validator, thanks.

Hello, no I didn't know, thanks for link, will investigate it. Regards, Alex.

Hi, that's strange, usually it should behave in the same way as native driver. Maybe it's a bug. Sorry, but I have very tight schedule now, don't have time to...

Maybe it even can be done without modifying CS, if TameJS will use a convention (or, saying more exactly a hack) that functions with names `await` and `defer` should be...

+1, ideally it shouldn't launch ruby process on remote machine at all and using only ssh

This Stack Overflow Question [Why Svelte component updated variable, where in reality it didn't changed? ](https://stackoverflow.com/questions/67995263/why-svelte-component-updated-variable-where-in-reality-it-didnt-changed) could be related.

Hello, thanks for the report, I fixed errors in specs, but not sure about the problem with YAML syntax error. There's no such error with HAML syntax on my machine,...