Alex Kraft

Results 17 issues of Alex Kraft

Hi Scott, I watched your ElixirConf talk about the Sandbox. Can you please clarify - if there's a way to limit the memory usage?

Just wondering maybe it may make sense to implement it as tiny optional module for CoffeeScript? I mean - add support for new language construct `await` into original CS, so...

Useful in specs, to wait for condition to became true, ``` CoffeeScript it "job should be finished" -> startSomeAsyncJob() # Expecting job to be finished at some point in future....

Hi, a suggestion, maybe it would be better to switch to WebKit-wrapper instead of GTK as a default Nim GUI. These days people mostly use Web-based things like Electron.JS or...

- It will be easier to develop - Easier to use for TS users - Still fully available to those who prefer JS

enhancement
help wanted

Hi, wondering why Bson doesn't support auto-conversion of `Option`? It code below the `bson -> json -> object` conversion works, but the `bson -> object` does not. Wonder why? ```Nim...

It suggest all sorts of nonsense, except of what's needed. The `up` should be in the top of the list, but it's not even mentioned. Code: ```Nim type Align =...