-
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…
-
```
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).…
-
## Feature Description
AIR should support native extensions developed using Kotlin for Android platform.
Nowadays many Android third-party libraries supports only Kotlin, not Java. Moreover it has m…
-
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 …
-
## What went wrong?
**Received a build error when running gem install backup -v 4.4.1 --verbose **
user@domain:/home/app# gem install backup -v 4.4.1 --verbose
HEAD https://api.rubygems.org/api…
-
![image](https://github.com/user-attachments/assets/92ad79ed-f3fa-4818-8f1b-de80c8482ff6)
Version 5.68.2
-
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…
-
Either installing using web browser or source code do not work. On "https://extensions.gnome.org/extension/3010/system-monitor-next/", it shows a note "Your native host connector do not support follow…
-
I was wondering how this approach of extending the `react-native` type definitions would scale to accomodate also other stuff. For eg. over at the `react-native-web` repo there's an ongoing similar di…
-
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, …