Alecto Irene Perez

Results 18 issues of Alecto Irene Perez

Some versions of clang - particularly the one on MacOS - emitted the following warning when compiling javacpp: > `jniNativeLibrary.cpp:314:57: warning: 'char_traits' is deprecated: > char_traits for T not equal...

enhancement
help wanted

**Summary:** if an interface has methods that return `byte[]` in java, the class will fail to compile if the declaration of the interface in the InfoMap is marked with `.virtualize()`....

bug
help wanted

Hi! Thank you so much for the work you've done on this beautiful theme! The menubar up top looks beautiful, and I love the appearance of menubars on applications now!...

### Description Git Lens has recently begun adding support for integration with LLMs. **These features should be uniformly opt-in, not opt-out**. Uploading the contents of a commit to 3rd party...

bug
triage

This PR fixes issues #44, #45, and #46. Each one is a relatively small fix, so I grouped them together. Merging this PR ensures that the examples are built with...

A common pattern is to have C++ dependencies provisioned via git submodule. These dependencies can then be included via `add_subdirectory`, however this fails with Clarabel.cpp because Clarabel.cpp expects to be...

If you download the repository fresh, and attempt to build with Ninja, the build fails with the following error: ``` ninja: error: '/Users/alecto/3rd/Clarabel.cpp/rust_wrapper/target/debug/libclarabel_c.dylib', needed by 'examples/c/example_expcone', missing and no known...

When attempting to build the library with Apple Clang, the build fails with the following error: ``` /Users/alecto/3rd/eigen/Eigen/src/Core/util/Macros.h:709:2: error: Eigen requires at least c++14 support. #error Eigen requires at least...