Jonathan Leonard

Results 57 comments of Jonathan Leonard

Yea, did this happen?

Still valid.

@aij TypeScript has its fair share of unsoundness too: https://github.com/Microsoft/TypeScript/issues/8459

@paldepind The point is that the else clause of the ternary is unreachable so the program should in fact pass the type checker (but it does not); i.e., dec(10) returns...

I completely agree with what @jack-williams stated above and, yes, according to the rules of the TypeScript type system, what I stated was incorrect. However, the line between "compile-time" and...

@smahood can you share your config here? I'm not able to get dev autobuild with this template-- only the devcard one works.

My production build is also broken-- apparently it can't find the entry point although it is marked with `^:export` and such. It's really a pity that all of these various...

And I agree having both `index.html` and `cards.html` working simultaneously with autobuild/refresh on each as well is the ideal setup here.

I just found my issue wrt no reloading: I was missing this `:on-jsload "my-app.core/mount-root"` from my :figwheel options for the :dev config (which came originally from the re-frame template and...

While I agree that Haskell-like syntax may be easier on the eyes for some, I doubt that the individual perception bandwidth is increased all that much. And the parentheses are...