Jim Cook

Results 29 comments of Jim Cook

I think the problem the OP is experiencing is caused by changes in Babel 7.

Thankfully I found this post. I also did not want to add an unused parameter before my spec folder, but had to in order to work around this bug.

My apologies, I should of read a little further. ``` $ npm run build.prod.aot $ du -d 1 -h dist/prod 1.4M dist/prod 888K dist/prod/js 528K dist/prod/assets 4.0K dist/prod/css ``` Any...

Is Flavors still the best approach for platform-specific configuration in Flutter? I don't want to spread misinformation, but Flavors was borrowed from Android where it is well-supported, but the Flutter...

I'm actually using (prototyping) superviews from within custom components. These repetitive blocks are too insulated to require a full component; I just need a template partial. Ideally, I would have...

Something like this would be helpful in my use case. template.html ``` {item.name} :: {index} .odd { background-color: #ccc; } Partial example { child(item, $index) } ``` You could default...

I also have a need for a standalone each. I have two different `` structures I want to use depending on an attribute in each item. The bulk of the...

I want to distribute these directives as a module, and by referencing it as a path means the developer using these components will have to place the CSS in a...

wtf would you fork to add React 18 dependency and not publish the package? Some problem with the code running under React 18?

Re-read my comment. Apologize for the wording. Thanks for the release.