Roman Liutikov

Results 63 issues of Roman Liutikov

Hello! Quickly went through the 2nd edition, it's great, thank you! IMO It would be valuable for readers to know about `cljs.main`, perhaps a couple of sentences with an example...

This PR updates *Hinting* section on *Difference from Clojure* page, mentioning the role of type inference.

This is a follow up PR for #289. Currently a project owner has to specify manually `proto-repl` and `tools.nrepl` deps in his `deps.edn` in order for Proto REPL to be...

proto-repl looks very cool, thanks! I just want to point to a new dev env (I'm not the author) which does seem to provide better integration with ClojureScript: https://github.com/EwenG/replique For...

This closes #3 Simplest possible implementation of network latency simulation.

Now that we can mess with file system, would it be useful to be able to flush REPL session into a file to restore it later? Also perhaps we'd need...

This is mostly an experiment. Building a whole new keyboard would take some time.

On my Xiaomi Redmi Note 5 it takes ~4 seconds till the app becomes responsive. After quick profiling I can see that most of the time is spent on evaluating...

improvement

Does ki handles promises? I've tried to play around with Fetch API, `fetch` function does return promise, but I can't figure out what is the proper syntax for `.then().catch()` in...