ds
ds copied to clipboard
entropy delta: the entropic client
It's a bit rough around the edges right now. We might want a custom error type and a few well-placed `cut`s here and there.
As part of development on dstopic (the Rust side of the client), we need to have a shiny new http client with certain features: * http-compliant caching, to cacache *...
Need to create a standalone tree builder library that can represent and manipulate dependency trees. It needs to be able to read lockfiles, read node_modules, and have an understanding of...
The `DsErrContext` codes in packages/ds-error-context are mostly missing docstrings. It would be great to do a pass through all the current codes and make sure they have helpful docstrings attached...
This involves implementing an initial `ds check` command that supports typechecking typescript source files. This should bundle `tsc`, if possible.
Right now, building a new version of dstopic is a bit of a manual process. You have to cd into the dstopic dir, make sure to have npm installed, and...
We need to design what workspaces will look like in `ds`. We should discuss what needs need to be fulfilled and examine the space a bit to see what others...
Welcome! If you're interested in available and current tasks and general progress on `ds`, please check out [the project tracking board](https://github.com/orgs/entropic-dev/projects/1?fullscreen=true&card_filter_query=repo%3Aentropic-dev%2Fds)
We need i18n support for the Rust side of the client! We previously had a spike in this direction over at https://github.com/entropic-dev/dstopic/pull/2, but since the main CLI was going to...
The issue has been brought up that NPM's `npmrc` config system where it looks up rc files upwards and merges them together has lead to a lot of footguns. We...