Maxim Velesyuk

Results 15 issues of Maxim Velesyuk

Hi! I'm trying to make a simple macro called `unless`, which generates `if not expr:` line, but it's not quite clear how to do it with ribosome. My attempt is:...

Hi, I'm trying to write `unless` macro, but straightforward variant doesn't work: ``` macro unless { case { match { $(cond) } template { if(!$(cond)) } } } #include #include...

### Pre-Check ### Hello, I'm facing an issue is related to https://github.com/tsloughter/rebar_mix/ plugin causing a crash in Rebar. @tsloughter suggested me to report here. ### Environment ### - Add the...

Today I found really weird issue - I watched some code in `erlang.erl` and looks like system updated its access time, sync reloaded it and I found apply function going...

Hi, I found a testing library for Slate rich text editor and they have to patch jsdom to improve InputEvent handling to make testing possible. I want to ask your...

Hello, I'm looking into sourcer as a replacement for now-unmantained EDTS, but can not even start it :) Could you tell me how it's supposed to be started/used? ``` 2>...

Hi, I faced a problem while tracing inside the tests that Redbug fails when `code:which` returns `cover_compiled`. I added a piece of code to handle this case and get the...

Hi guys, as I can see here https://github.com/etsy/hound/blob/203bd0c7601e28de8c4ae4e922bc0b76938af268/index/index.go#L198 - results are just dropped if they exceed limit (which is constant - 5000). It is possible to return what was collected...

enhancement
help wanted

Hi, I tried to execute the demo from your presentation: ``` v := RWView new. 1 to: 20000 do: [ :i | v add: RWCube element ]. v camera translateByZ:...