ds icon indicating copy to clipboard operation
ds copied to clipboard

entropy delta: the entropic client

Results 39 ds issues
Sort by recently updated
recently updated
newest added

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.

help wanted

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 *...

blocked

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...

enhancement
blocked

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...

documentation
help wanted
good first issue

This involves implementing an initial `ds check` command that supports typechecking typescript source files. This should bundle `tsc`, if possible.

help wanted

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...

help wanted
good first issue

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...

help wanted

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)

help wanted
good first issue

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...

help wanted

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...