Risto Stevcev
Risto Stevcev
Something like `# of cases / population of region`
What's the correct idiomatic way to publish hylang packages? should it be published on pip using `hylang-[packagename]`? I want to write a package that uses hylang features that python doesn't...
This proposal is to provide a `[@bs.objFn]`. This would work similar to `[@@bs.obj]` function https://bucklescript.github.io/docs/en/object-2#function The benefits of `bs.obj` over other techniques is that: 1. You can have an object...
I'm importing an es6 library that makes use of sync/async generators, but the default `:shadow` provider doesn't seem to support those imports. It compiles but then produces a runtime error....
This is a suggestion to make figwheel a little more newbie friendly. The browser pages that show up for `lein fig:build` and `lein fig` need some time to connect and...
I built `lem` using `roswell` ```sh $ uname -a Linux miniarch 5.2.9.a-1-hardened #1 SMP PREEMPT Sun Aug 18 14:56:08 CEST 2019 x86_64 GNU/Linux ``` I get this error when I...
Something like `Js.Json.classify` and `Js.Types.classify` but for `Dom.node`s It would be based on similar tags as https://github.com/reasonml-community/bs-webapi-incubator/blob/master/src/Webapi/Webapi__Dom/Webapi__Dom__Types.re#L177-L190 But parameterized, ie: ```ocaml type t = | Element of Dom.element | Text...
Ran into the same issue as #280 with how exactly to use the `download.force=t` option. ``` $ ros install clasp Skip downloading https://github.com/gos-k/externals-clasp/archive/8ad13ba592230f13d11c13b2b0498844ca7083ef.tar.gz specify download.force=t to download it again. ```...
Being able to reuse existing express middleware would be really nice in hyper. As it currently is, nodejs apps using express that are transitioning to purescript wouldn't be able to...
Have an option that checks if the matching is exhaustive, and if it isn't then have it immediately throw an error that the matching isn't exhaustive.