-
`vagrant plugin install vagrant-parallels` results in an error "Failed to build gem native extension".
### Expected behavior
Plugin should install successfully.
This works in 2.4.1.
Doesn'…
-
I created a minimal tamagui boilerplate.
Unrelated, but I prebuilt the native code and then compiled an iOS dev build. When I start the server, I get this error.
```
node v21.7.3
bun 1.1.38
…
-
**Description**
Hi. In my app I use node scripts to run whole app. According documentation I can run it in Radon IDE using "customBuild". I tried to run app on iOS but unfortunetelly I'm unable to do…
-
Hey there,
when trying to use the `@cryptlex/lexactivator` package on Windows 11 with ARM64 processor, it fails with the following message:
```
PS C:\git\test-app> npx ts-node --project tsconfi…
-
The thing is that when bundling do_mysql (or any other gem with native extensions i assume) with the :git option, then the bundling process won't put .gem files into bundler's cache/ directory and doe…
-
I want to profile a program that uses a mix of Python code and (C++)-extensions internally (based on Cython and Boost Python) and get different errors of py-spy (dependent on the concrete run).
For…
-
Hi,
I saw in a couple of spots that `super_native_extensions` is made for dynamic linking, but unfortunately constraints on our projects are such that we need to do static linkage.
I followed th…
-
```
Investigate linking crack extensions statically during native binary creation.
Native binaries are essentially static anyway, since all crack code is
generated "statically" (no crack libs, yet).…
-
For windows users, the warning regarding native extensions is a bit annoying and native extensions are not so required.
`Warning: Native modules not compiled. UTF-8 validation disabled.`
Add an opt…
-
Is it supported to use this extensions API to connect to a database from a different extension?
I have been trying this and I was able to connect to a mssql db but not query it, as the exposed API is …