Casper da Costa-Luis

Results 233 issues of Casper da Costa-Luis

potentially worth documenting how to run as non-root users (related: https://github.com/caddyserver/caddy-docker/issues/104)? I had to do: ```dockerfile FROM wemakeservices/caddy-gen:latest ARG CADDY_UID=1000 ARG CADDY_GID=1000 RUN chown -R $CADDY_UID:$CADDY_GID /etc/caddy /config/caddy /code/docker-gen/templates/Caddyfile.tmpl RUN...

- [ ] please merge #84 first - [x] add `--llm-model` - [x] add `--llm-client-url` - [x] add `--llm-client-header` Tested successfully using : ```bash OPENAI_API_KEY=ollama \ markitdown tests/test_files/test.jpg --llm-client-url=http://localhost:11434/v1 --llm-model=llava-phi3...

- tidy `--help` to match `argparse` style (follow-up to #46

open for reviewing

![snyk-top-banner](https://res.cloudinary.com/snyk/image/upload/r-d/scm-platform/snyk-pull-requests/pr-banner-default.svg) ### Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project. #### Snyk changed the following file(s): - `requirements.txt` --- > [!IMPORTANT] >...

https://github.com/TomographicImaging/CIL/blob/5b151e1fb3a7e6306147feaef7ba2fdd96f05179/src/Core/CMakeLists.txt#L26 is outdated and needs to be replaced by `target_link_libraries(cliacc ... OpenMP::OpenMP_CXX)` to avoid linking failures on some compilers. `FindOpenMP.cmake` version/syntax might be related to #2154.

bug
enhancement

- pip: use `scikit-build-core` to drive `cmake` + part of #932, #2097, #1875 + cherry-picked some commits from #2105 /CC @purepani - update cilacc lib path - remove `Wrappers/Python/CMakeLists.txt` -...

enhancement
Waiting for review
documentation

Some Intel libs exist on PyPI (very useful post-#2145): - [intel-openmp](https://pypi.org/project/intel-openmp/) - [ipp](https://pypi.org/project/ipp/) - [ipp-devel](https://pypi.org/project/ipp-devel/) - [ipp-static](https://pypi.org/project/ipp-static/) However to avoid conflicts with user runtime environments, package managers (conda vs pip),...

enhancement
discussion

on macos (fixes #1916): - drop `tigre`, `ccpi-regulariser`, `ipp*`, `tomophantom` - bump `astra==2.2.0` - native (closes #1974) & docker (closes #1973) - [x] CI: test - [ ] CI: fix...

gh-actions

- Expose `{Image,Acquisition}Data.__array_interface__`[^np-interop][^np-interface] & `asarray()` - related to #901 & #1305 - [ ] depends on at least one of: + easy: #1317

enhancement

- [x] depends on #969 - [x] depends on #973 - [ ] revert debug commits - unfortunately still needs `STIR_DISABLE_HDF5=ON` - fixes #935 - closes #937