Risto Stevcev
Risto Stevcev
Yeah definitely! I mostly use GADTs or poly variants for that kind of stuff but it's useful to have in the library for sure
Semicolons introduce a lot of unnecessary visual noise, most people really like the python/purescript/haskell syntax as being more readable I've never had any issues with automatic semicolon insertion in javsacript....
@chenglou Love the auto semi insertion, is there a way to configure refmt to turn off automatically inserting them?
@Kodiologist Apologies, I didn't phrase this well -- this is an actionable item: Adding documentation for how to package Hy packages
@TheSpyder That only works for things that require a small number of variations. For example, with bs-declaredom that would literally create millions of entries just for one element: https://github.com/Risto-Stevcev/bs-declaredom/blob/master/src/html/Html_Nodes.mli#L27-L98 That...
It might not be related to generators -- I couldn't tell by the stack trace what the issue was, it was just my guess. I created a minimal repo to...
Ah that sucks Is it possible for shadow-cljs to include the regenerator runtime in the compilation? or if not to just add a note in the docs
Is this still in progress? I created [cl-micropm](https://github.com/Risto-Stevcev/cl-micropm) for some of Quicklisp's limitations (CLPM development seems to have stopped), but it would be nice to have support for HTTPS and...
I remounted and set `hidepid=2` in `rc.local` and it works for me. I'm also using LUKS: ``` mount -o remount,rw,nosuid,nodev,noexec,relatime,hidepid=2 /proc ```
@niwinz Sorry I didn't explain this well. Maybe and Either are tagged sum types, but they aren't represented like this. As a result, there's no real general way of pattern...