Artem Yarulin
Artem Yarulin
Thanks for the great repo! What about completing the cycle and adding an ability to call Rust from Go? Then this repo would be an ultimate example how to mix...
Hi, Found you project and it looks great. I'm investigating Haskell on mobile right now and I wonder what about REPL support? ghcjs has [repl support](https://github.com/commercialhaskell/stack/issues/337#issuecomment-115243752) to the browser which...
Now if we change project file it will trigger rebuild of all the targets which depends on it. It shouldn't happen and project file is needed only for running tests.
It's easy to notice that for CLJC we have test runners that basically is a copy of CLJ and CLJS test runners merged together. Such duplication is not good. Another...
Due to the fact that we are using [Planck](https://github.com/mfikes/planck#planck-20-alpha) under the hood only MacOS is supported for now. There is a work in progress of writing [Planck 2.0 using C](https://github.com/mfikes/planck/tree/master/planck-c)...
We forgot to expose React global. We should call `ktoa.om.set-global!`, otherwise release build wouldn't work
Using C++ it's currently possible to create a message with non valid UTF8 strings as UTF8 validation errors are only reported via logs. But then it is not possible to...
Hello, I've noticed that Gemini does't scroll to element which is outsides of the view. Here example project with config/tested page/test file and packages used: https://github.com/artemyarulin/gemini-issue It this expected behavior...
I've used link to `copts.py` rather than `GENERATED_copts.bzl` as python file is a source of truth and has valuable comments
Using v.0.6.0 when my app is under heavy load it sometimes chashes with error ``` thread 'unnamed-7' panicked at 'already borrowed: BorrowMutError', /home/fessguid/Projects/glommio/glommio/src/io/dma_file_stream.rs:1436:36 stack backtrace: 0: rust_begin_unwind at /rustc/59eed8a2aac0230a8b53e89d4e99d55912ba6b35/library/std/src/panicking.rs:517:5 1:...