-
We're now using the new rollup's option `treeshake.moduleSideEffects` [for lamb](https://github.com/nestauk/playground/blob/734bcb38a27a9a33ecaeaa4e48110a1116597db4/rollup.config.js#L60) (see [1]), we…
-
Add a `tree` command for listing dependencies, and their transitive "children", as a tree graph.
-
Al tratar de ejecutar el comando yarn start, tira un error con el eslint. Al configurar el eslint en las devdependencies quedé con "eslint": "^8.3.0" y la app requiere "eslint": "^7.11.0". En el err…
-
Hi, saw this in the readme:
> dependency parsing: Proper sentence transformation requires understanding the syntax tree of a sentence, which we don't currently do. We should! Help wanted with this.…
-
### What happened?
After updating NextJS to latest 15.x this package stopped working, because of its peer-dependencies. (see log below)
Please add React 19 as a possible peer-dependency.
```
npm…
-
It would be nice if `uv tree` could extract information about dependencies also from scripts with inline metadata.
-
We want to be able to see the recursive dependency tree. FInd a way to compute this, and generate a nice interactive dependency tree in the browser (wobbly!)
-
Currently plugins used the global_shared_deps to optimizing the amount of dependencies. This causes issues in the build process and backwards compatibility being that if the dependencies are a string …
-
We should resolve dependencies before we start building modules. This will allow for early detection of incompatible versions and circular dependencies, whereas now this is detected during build time.…
-
# Desired Behavior
We want to add a "percentage" type in the number field type.
![image](https://github.com/user-attachments/assets/20a6466f-37e1-4db4-9078-153d93112fb6)
We want to let the us…