Mark Jan van Kampen

Results 12 issues of Mark Jan van Kampen

Adding litehtml to conan makes distribution a lot easier. Please let me know if this is ok! Ref. https://github.com/conan-io/conan-center-index/pull/7851

**Is your feature request related to a problem? Please describe.** CPP packages are always somewhat hard to manage and integrate. **Describe the solution you'd like** It would be nice to...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** I develop using some more obscure operating systems (such as QNX) that mostly support C++14 and not newer. This means...

enhancement

This could be an issue of someone already has a galois.h in their include folder. I have not encountered this.

See #3644 Basically the problem we are trying to solve is that the default allocator (malloc/free) is: - slow - unpredictable @f18m showed that using pre-allocated memory that is re-used...

When updating to Django 4 I noticed that suddenly our CI failed as there was no valid database while linting migrations. This change will only connect to a DB when...

I've been setting up OTel metrics with Google Cloud Monitoring for our Django app running on AppEngine. I used code that looked like this ```python metrics_exporter = CloudMonitoringMetricsExporter( project_id=GOOGLE_CLOUD_PROJECT, add_unique_identifier=True...

question
priority: p3

I'm a bit unfamiliar with pkgconfig, what is the advantage of looking for libxml2 with pkgconfig instead of find_package?

The guys from conan raised a good issue that the cmake file of protolib now really depends on what you have installed on your system. This makes it hard to...

Would it be possible to highlight coverage changes per file or something along those lines? I currently spend quite a bit of time hunting for the missing coverage. I currently...