Theo Paris

Results 117 issues of Theo Paris

See https://github.com/ninja-build/ninja/pull/1578 This solves the following issue: ``` subninja deps/musl/build.ninja ``` ``` samu: file is missing and not created by any action: 'compat/time32/__xstat.c' ``` Example of the solution: ``` subninja...

extension

Not sure if this is as easy as changing the reported ninja version to match the C++ version or if this is requires more changes so I've opened an issue....

Unfortunately zigup does not build on the latest zig master since the last update was all the way back in May. The ci binaries appear to have expired. Does anyone...

I am trying to cross compile for musl and it seems like orogene depends on openssl because of hyper-tls/native-tls from reqwest. This makes it harder to cross compile because now...

enhancement
help wanted
good first issue

I specified zstd level 13 here, but I'm not sure that it is the best compression level in terms of maintaining performance. I did not make an option to keep...

Bindgen fails to build due to the following line. I use libc++ and it tries to link against libstdc++. https://github.com/KyleMayes/clang-sys/blob/f76ca0660206f2d4a25ec063fb49e77920b68f4a/build/static.rs#L132

The error is confusing and I don't know what to do. I ran `eisd 'yarn install' -y -a` in the postinstall script in the root of my project and it...

- Removing SHARED allows openlibm to be built statically depending on the value of BUILD_SHARED_LIBS - Using CMAKE_CURRENT_SOURCE_DIR allows openlibm to be built via FetchContent - I added the riscv64...

It doesn't seem to support node.js, because I did const idea = require('idea.js') and it says idea.NeuralNet is not a constructor.