shaun
shaun
Hi 👋 sorry for being late here. Good job @PEZ with all that you’ve tried. I remember it was hard when I tried five years ago to make it work...
The author of the original flamegraph mentioned this back in #22 and a few other times: From [here](https://queue.acm.org/detail.cfm?id=2927301): > Netflix has been developing d3-flame-graph,12 which includes transitions when zooming. The...
On a whim, I searched neovim for the pager strings to see if I might trace them to what VimR might be doing wrong, but I would need help: *...
I’m going to start using neovim directly from terminal to avoid this issue. I’ll close this issue for now, feel free to re-open and I can help if you give...
> Perhaps you are coming from a tiling window manager on Linux? No actually. I’ve only used Rectangle, and only the simplest commands to split left and right. But now...
I'm not sure if there is enough data in our current reports for tools to figure out when to show it. But we could use a library like [kidif](https://github.com/oakmac/kidif.js) with...
> No task is too menial. - _Elon Musk_ Yeah, these are super important for the learning process. I found myself creating jsfiddles for some of them, but here is...
**[Warnings are cleanly listed here](https://github.com/clojure/clojurescript/blob/92a00c388a442186cb25ee328f0a71423df55341/src/clj/cljs/analyzer.clj#L62-L159)** in the cljs analyzer. They are labelled as "errors", but they are warnings.
**Error messages** are sprinkled through the ClojureScript and Clojure code bases as `throw` expressions, as far as I can tell currently: - **[tools.reader](https://github.com/clojure/tools.reader/blob/master/src/main/clojure/clojure/tools/reader.clj)** - (reads forms) - look for `throw`...
Figwheel is just a lein dependency downloaded automatically for projects that include it in project.clj. So there won't be any extra download incurred if we want to support it. Meaning,...