-
**Problem**
If a dependency's version is constrained to cover multiple semver-incompatible releases, the version selected does not unify with more specific restrictions from elsewhere in the bu…
-
The RFC is extremely conservative on breakages and new features - it only strives to formalize existing behavior and improve general experience of using nimble. I'm not going to propose any drastic me…
-
### Problem
When trying to build a project after adding a dependency, `cargo` reported that it failed to select a version for a requirement. After digging it a bit I managed to find a smaller reprodu…
-
I've been trying to pick up Gleam, part of that was going through this tutorial for a simple web app: https://gleaming.dev/articles/building-your-first-gleam-web-app/
I got stuck on the second s…
-
In uv, I have two `Bound` that I need to turn into a `Range`. I ended up doing this semi-manually [here](https://github.com/astral-sh/uv/pull/6824/files#r1736872012). It would be nice to have a public…
-
Hello
I maintain a library and it was discovered that it doesn't compile with a specific version of a dependency. It works with older ones, it works with newer ones. So I wanted to publish a new ve…
-
# Nickel package management
A package manager (PM) is an indispensable part of the tooling of any programming language out there. By PM, we mean a way to distribute and depend on external Nickel code…
-
### Problem
This is a somewhat weird issue I ran into today. To better understand it I created a minimal [repo](https://github.com/nicolaiunrein/cargo-wrong-feature-resolution-demo)
It seems that …
-
Here are some possibilities:
1. Use npm. This has the benefit of being familiar to JavaScript programmers.
However, there are some pretty major downsides:
* npm is very slow (but npm5 a…
Pauan updated
8 months ago
-
I'm still trying to reduce the issue, but for now to reproduce:
1. Download Athena monorepo at: https://github.com/athena-framework/athena/tree/bump-components
2. run `SHARDS_OVERRIDE=shard.dev.ym…