-
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…
-
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 …
-
To protect native Python extensions against tampering by other libraries, we isolate them into their own memory domains at import time.
Add hooks for allocating the memory domains at import time, …
-
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…
-
### UPDATE
I've started a new project from scratch with a similar setup using the ["React Native" recipe](https://nx.dev/recipes/react/react-native):
```
npx create-nx-workspace nx-react-native --pr…
-
```
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).…
-
Hi!
I'm very surprised this barrel files problem is being fixed only now, but rather later than never... However, I encounter multiple issues. Seeing you're active on the issues here and fix the bugs…
-
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…
-
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…