Karl Forner
Karl Forner
cf Rcpp Gallery: http://gallery.rcpp.org/articles/using-rcppprogress/
### Summary When I preinstall a package using uv pip install, the cache seems to be populated but `uv sync` does not use it. Here's a Dockerfile: ``` FROM ubuntu:24.04...
### Question I want to build a docker image that will be used as a base image for multiple python-based analysis projects. The idea is to fix the Python version,...
cf #488 For some reasons independent from kcov, some false negatives are output by kcov, for example the closing brace of functions. Currently the `--exclude-line` only searches for exact sub-strings...
With my package I have an example where the coverage given by print() is different from the one give by report(). I did not manage to create a reproducible example,...
kcov crashes on ubuntu-latest: kcov: error while loading shared libraries: libopcodes-2.38-system.so
Here's my github actions script: ```yaml jobs: build: name: Build on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: include: # - os: windows-2022 # compiler: msvc - os:...