Ethin Probst

Results 128 issues of Ethin Probst

Python 3.12 and later are not supported, and attempting to build it yields compilation errors with NumPy (it wants to build 1.16 but 1.26 has a wheel).

The default `flags` argument on windows (`flag::none`) is something windows doesn't like for some reason. On my windows 10 machine, the `open` succeeds but `llfio::read` gives me a "not supported"...

question

Currently, TPM support requires the Trousers library, which to my knowledge hasn't been maintained for quite a while and isn't even available in the distributions that I've tried (arch, Ubuntu,...

enhancement

#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [...

Issue: Bug

Hi there, I'd like to add the hpx library as well as llvm using this project. However, hpx needs the hwloc library dependency; how is this handled? And if I...

Not sure if this would be a good feature or not, but it would aid in AST generation, I think. Right now generating an AST looks fairly complicated to me....

I have this (RelaxNG compact): ```rnc muclient = element muclient { (include_* & (plugin? & world? & triggers? & aliases? & timers? & macros? & variables? & colours? & keypad?...

enhancement

I noticed today that when installing the openssl package in msys2, it installed `mingw-w64-x86_64-openssl` instead of `mingw-w64-ucrt-x86_64-openssl`. This is a pretty nasty problem, as the MSys2 libraries (which have no...

Though there are libraries that can do this, it would be neat if CAF supported it as it does for JSON. I know that JSON is more common for data...

I'm not sure how feasible this would be, but it would be great to add non MinGW support (using MSVC or any windows compiler). I'd be happy to also see...