chrischen

Results 36 comments of chrischen

Ok I finally found what was causing the typescript error. It turns out that if you import either of these two *anywhere in your typescript project* while also importing and...

Should the structure of errors simply return an error code type and then let the user decide what to do with it? In particular the pattern espoused here of returning...

Is that env variable updated while your session is running? Because as far as I know this plugin does not persist environment variables (though in my opinion it should). You...

Use cases like >=> can be replaced with function calls to flatMap or bind, but I can't find a good looking workaround for doing stuff like... Where is a Option.map...

I would also like to add that this is a standard thing supported in F#, Haskell, Reason., Ocaml, and many other functional languages, so it’s not just some esoteric domain...

Ok I found this line in my filetype.lua file that was not updated to the state in master. `vim.g.did_load_filetypes = 1` I just had to comment it out.

I've fixed this just by updating that one file (only like 3 changes needed). But is this project still maintained?

Bundle size is also much smaller: https://bundlephobia.com/result?p=@emotion/[email protected] vs https://bundlephobia.com/[email protected] > On Mar 27, 2019, at 5:49 PM, Alan Souza wrote: > > Although I feel number of install is nice,...

So the expectation is for libraries to add genType annotations? Is there a way for library consumers to do it?

I believe the third party library must have genType annotations and include the gen.ts files according to my reading of the docs and what cristianoc said above. That being said,...