-
See https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-7/
Also maybe add some more filename rules: https://npmtrends.com/eslint-plugin-check-file-vs-eslint-plugin-filename-rules-vs-esli…
-
Barrels version: 1.6.5
Sails: 1.2.3
Adapter: Sails-Disk
inMemoryOnly: true
So I have this sails project, and I added tests. Everything works fine when run separately, but when merged and tried t…
-
I miss this option where some barrel files I want them created with autoBarrel.useImportAliasExportPattern option.
I think an option to the top of the barrel file could be the best.
-
### What's the problem?
This RFC looks at 2 problems with icons:
1. for MUI's users, there's no out-of-the-box option to enforce icons' variant: `Sharp`, `Rounded`, `Outlined`, `TwoTone`, `Filled`…
-
Take as inspiration [angular.io styleguides](https://angular.io/styleguide#!#application-structure)
- feature driven
- lazy-modules with `+` prefix
```
src/
|--app/ * WebApp: folder, our source fil…
-
https://vercel.com/blog/how-we-optimized-package-imports-in-next-js
-
There are a number of files, in with which imports are based off of paths to files from which they originated. I believe this can be modified to library imports. In addition we could leverage barrels …
-
### Is your feature request related to a problem? Please describe.
At instacart we are power users of openapi-generator. We have thousands of files in the /models directory.
Because of the barrel …
-
### Describe the bug
It is not possible to run the server.py with the fairseq
### To Reproduce
```sh
docker run --rm -it -p 5002:5002 --platform linux/amd64 --entrypoint /bin/bash ghcr.io/idiap/co…
-
Development under Next.js slows down in dev mode initial startup when importing from the root `flowbite-react` because it has to compile all exports since we're importing directly from `flowbite-react…