-
git version: c104d79ec6b278fcc0d2df18c7b5452fb7e7e5d3
system:
```
LSB Version: core-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS…
-
When trying to build the project using Jenova Runtime, a compilation error occurs related to the cpp script for the root node. The project fails to compile, and the following errors are displayed in t…
-
Quote from readme:
> This project, a Dart binding for llama.cpp, is currently on hold as we await the porting of llama.cpp helpers code to C
Is there a link, potentially to the github issue in the…
-
### Description of Issue
There are several variables that are created but not set. These may just need to be marked as `[[maybe_unused]]` but I think its a good task for someone to investigate, whi…
-
Failing to build, errors below, this is on Windows, using VS 2022 with latest updates
`PS C:\Users\me\git\parent-project\my-project> npm rebuild
(node:47920) ExperimentalWarning: Support for loadi…
-
I use Unreal Engine 5.4 and SocketIO 2.8 for 5.4 version but when I try to build project I get:
```
[2/37] Compile CUBlueprintLibrary.cpp
In file included from /run/media/tomsk/Data/Projects/Unre…
-
### Description of Issue
There are several compiler warnings when building the project with Clang in several files caused by the use of Bitwise operators for booleans. I am building with `python3 .…
-
### Description of Issue
Clang (16 from Xcode 16, but should be reproducible elsewhere) warns of several unused functions in the OpenUSD codebase.
Several of these may not be used anymore so could…
-
### Description of Issue
There are several private fields that the compiler believes are not used. I am not sure if this is always true, so maybe they need to just be marked as `[[maybe_unused]]` b…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain.js documentation with the integrated search.
- [X] I used the GitHub search to find a …