Jan Pilgenröder
Jan Pilgenröder
I just did some experimenting with JSDoc and coffeescript using meteor. This is what I found: 1. Adding types to coffeescript with JSDoc is surprisingly easy. 2. Just because you...
I've been using CoffeSense for a bit now and I think it really is working pretty well. And I figured to type my own CS code I will probably just...
The expression `{a, b} = obj1` evaluates to `obj1`. That feels kind of wrong, since that line is doing something to obj1 and I would expect the expression to evaluate...
@radekmie are you talking about https://github.com/vazco/uniforms/issues/1084 ? I just tried 2.7-beta.2 and it's still broken.
also see meteor/meteor#10522
Except for the addition of the pug, coffeescript and sass packages this is a minimum setup for a meteor-vue app with just one component: https://github.com/JanMP/meteor-vue-setup
@benjamn Is that repo helpful?
I got `ReferenceError: __DYNAMIC_VERSIONS__ is not defined` without `zodern:melte` I have a package with loads of React Components (some of them are HUGE) that I export from the package like...
> I couldn't reproduce the `__DYNAMIC_VERSIONS__` issue. @JanMP, can you try to reproduce this problem locally with this branch to see if you can get anything different? I can't reproduce...