Kevin Chavez
Kevin Chavez
Any updates on this?
I made a fork where the image tags should be warped in a tags, which means it supports Fancybox and Lightbox. Have a look! https://github.com/mrkev/portfoliojs/ I'd be glad to merge...
@vjpr I personally am a fan of the `.js` config in web pack because it's makes it easy to derive development and production configurations from one or the other. Two...
@johnhaley81 that will get us OCaml -> JS, not let us run JS in OCaml 😅
Long comment incoming, dividing in 3 parts: ## Could we mark objects as mutable? > I created an ESLint plugin to help auto-add 'use no memo' to components that use...
I think this'd be good, but the import is failing. Could you rebase so I can give it a shot?
bump @callumlocke
Let's check this out
I'm seeing issues similar to this: ``` const foo = { bar: 10, baz(x: number) { foo.bar = x; // Error, number incompatible with number }, } ``` Also tagging...
> I think it depends if this code is bug or not > https://flow.org/try/#0MYewdgzgLgBAYgeQQLhgIkQtMC87NoDcAUMADYCGEEMAQhQE4wDexMMUAngA4Cmu8JCXYALXmTIgAFAEoWbdhxEBLCADoufAWjDLgvIgoC+xE6EiwARowGt2m3qkwAaBWInS5dxdYYae-Hg6egbCMCZGhEA I think what typescript does falls in the right direction, and would personally err on the...