-
Follow the footsteps of FTS core and update the current old setup.py to be managed in a modern toml.
This should allow the multiple requirements files to be removed.
-
TOML has native support for [dates and times](https://toml.io/en/v1.0.0#offset-date-time) and I'm wondering how this should be handled in dhall. I can add to the [discussion standardizing date/times i…
ear7h updated
3 years ago
-
error: could not find `Cargo.toml` in `/Users/salemalqahtani` or any parent directory.
I am trying to run the simulation on my mac computer and the above error appeared. I cannot work around it. Ca…
-
Installed heist locally with
`python3 setup.py install` and `pip3 install -r requirements.txt`
Got this traceback when I ran `heist`. Default `roster.cfg` was placed in `/etc/heist/rosters`.
T…
-
Please, add `pyproject.toml` support
-
When trying to follow the installation instructions from the README the theme won't work unless the parameter `brand` is set. Not setting it results in an error pointing to the `partials/head/meta.htm…
-
Currently, we use a patch to remove `nvidia-nccl-cu12` from the dependencies when building the CPU wheel:
https://github.com/dmlc/xgboost/blob/f52f11e1d7c3e2c5b065f8fca6defc818089cebc/tests/buildkite…
hcho3 updated
2 months ago
-
Hello,
I want to make an HTTPS client with TLS+Certificates.
esp32-c6 chip compatibility is foreseen ?
Or is there another way to do TLS+certificates on no_std environment ?
-
On Julia 1.11.0, generating a new package whose `src/MWE.jl` is just the following, where we print the `pkgdir` for the current `@__MODULE__`:
```julia
module MWE
greet() = print("Hello World!")
fu…
-
### Summary
I wish uv would provide default automatic trove classifiers for Python versions when building wheels.
[Poetry adds automatic default Python version (and license) trove classifiers](h…