Casper da Costa-Luis
Casper da Costa-Luis
This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...
```yml # _data/navigation.yml - title: Test url: "/" side: left dropdown: - title: Relative url: "/subpage/" # works (becomes `{{site_url}}{{baseurl}}/subpage/`) - title: Absolute url: "https://github.com" # was broken (became `{{baseurl}}https://github.com`)...
### Describe the bug **context** `jupyter-book build --builder dirhtml` **expectation** ```html ``` **bug** But instead this happens: ```html ``` **problem** This is a problem e.g. for people using utterances comments,...
UNIX defaults to `utf-8`, but Windows defaults to `cp1252`, [causing errors](https://github.com/tqdm/tqdm/actions/runs/5791157538/job/15695502968). This PR enforces consistency.
Adding `--cloud` & `--region` to all subsequent `leo` commands is annoying - is there a better UX? ([context](https://github.com/iterative/cml-examples-dev/pull/24#discussion_r1021996124))
Running `destroy` may overwrite local changes in an undesirable way if the task errored. /CC @dacbd
- add CPU-only vectors (fixes #36) + [x] `CVec`, `NDCVec` + [ ] pybind11 + [ ] swig + [ ] cpython
potential alternative to #27: > conda-forge (CUDA and non-CUDA) recipe for the `parallelproj` projectors (`libparallelproj`) [...]: https://github.com/conda-forge/parallelproj-feedstock > > The main things I learned/had to reali[s]e where: > > 1....
## current - `cuvec.cuvec`: at compile time, use `cudaMallocManaged/cudaFree` if available, otherwise use `malloc/free` + at runtime, people with NVIDIA GPUs are forced to allocate memory on their device ##...