August “Kai” Kaiser
August “Kai” Kaiser
Is this about **atom-ternjs** not displaying inline documentation collected from doc blocks? If so, yeah, I'm not seeing that either. The `doc_comment.strong = true` setting is respected, though, showing the...
I also ran into this problem on a larger React project and ended up moving from `babel-minify-webpack-plugin` (791 seconds before running out of memory) to `uglifyjs-webpack-plugin` (85 seconds, completed minification...
@damianobarbati Since the Uglify output size was roughly within expectations, I did not bother noting a size comparison with Babel Minify (which wasn't completing its build _at all_; would have...
# 🙈🙉🙊 Deno 2.1.4 + Next.js 15.1.2 Referencing `[Component].default` can cause other issues: > Error: Cannot access Image.default on the server. You cannot dot into a client module from a...
# 🫡 `[welcometothepartypal.gif]` > Is it something that can't be solved unless the library maintainers fix it on their end? Correct, it's not a problem for Deno to solve. While...
@dmint789 I see no reason to open a new issue. There are already [open issues](https://github.com/denoland/deno/issues/25359#issuecomment-2419641885) such as [**NEXT-779**](https://github.com/vercel/next.js/issues/46078) that, while they may not discuss Deno specifically, will also fix the...