Andrey Popp
Andrey Popp
Repro: * install https://github.com/andreypopp/esy-ocaml-project with `yarn` * Run `npm run build` twice. * See the failures. Instead we shoulnd't fail on such builds.
Nix uses `sandbox-exec` on macOS and something on Linux (cgroups?) to catch sandbox violations. We should do the same. What we need is to allow writes only to `$cur__target_dir` and...
Useful for those who use browserify!
The doc states > The minimum number of (keyword) characters that must be present before the cursor for automatic completion to be triggered. But I found out that I need...
Tried latest Safari and scrolling isn't as smooth as it could be? Seems like it's not a native browser scrolling, any reason for that?
Thanks for the JS.coach, it's awesome! A suggestion: I think it would be more convenient if Next/Prev buttons in list will be replaced with infinite scrolling.
See the first commit which adds a test for a case where build path config is being reconfigured. I found this edge case by checking if merlin refreshes diagnostics if...
Hi, I'm using BQN now with Pragmata Pro and noticed `⟜⊸` are not aligned while it feels like they should be: Also for `○∘` I've noticed that they render in...
Hello, I'm curious what's the reasoning for this ligature to exists? `^^` looks more like "catenation" and not "universal quantifier". Is there any way to disable that specific ligature? Thanks!
I understand that `dbtoyaml` is modelled after `pg_dump` and `pg_dump` doesn't extract enums if you supply `-t` but I'm wondering if `dbtoyaml` should diverge here? What do you think. My...