-
since this code is LGPLed in order to use it in closed source applications it must be provided as a dynamic library linked at runtime. Current build files (qmake) don't allow that.
-
I have some questions about using bisect_ppx and was hoping you could help!
It works fine for regular library modules, and I can generate coverage files without any problems.
But when I try to us…
-
I'm trying to use a custom native library, lets say "mylib.so".
I can run the Flutter app and/or build to native without any problem.
After build with flutter-pi and run in a raspberry pi 3 board…
-
Hi, thank you for sharing this repository. I had a problem when compiling example project
Step to reproduce :
1. Clone repository
2. Pub get
3. Run example
Error :
`E/flutter (25318): [E…
-
Hello,
I'm encountering an issue when integrating EudiWalletKit (v0.6.9) into an Xcode project that needs to be distributed as an XCFramework.
My project setup:
Xcode Version: 16
Project Typ…
-
#### Category
[x] Enhancement
[x] Bug
[ ] Question
Not sure if I would call this a bug. It certainly is unexpected behavior though.
#### Version
Please specify what version of the libr…
-
### What happened?
On macos/xcode 16:
```
$ bazel test //bindings/pydrake/systems:py/custom_test
```
fails with a `std::bad_cast` exception. Similarly
* //examples/acrobot:py/spong_sim_lib_py_te…
-
When I try the example script, it reports errors:
My cuda version 12.7. I would like to ask if the cuda version is required to be 11.x. Thanks a lot in advance!
Environment information:
Pytho…
-
Hi,
I've an application which acts as job runner: it schedules and executes task which in turn use `odbc-api` to connect to a SQL DB via the respective driver.
The connect/fetch/disconnect parts…
-
I'm using NVTX from Julia, so I compile NVTX into a shared library as documented in https://github.com/NVIDIA/NVTX?tab=readme-ov-file#other-languages. This works fine on most platforms, but on Windows…