-
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…
-
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…
-
We have the following trimming suppression:
https://github.com/dotnet/extensions/blob/6487428046a2d7a5c8bb6034e97c38d6e0b7affa/src/Libraries/Microsoft.Extensions.AI.Abstractions/Utilities/AIJsonUtili…
-
```
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…
-
Hey!
In [css-inline](https://github.com/Stranger6667/css-inline) I have the following `extconf.rb` that follows the examples in the `magnus` repo:
```ruby
require "mkmf"
require "rb_sys/mkmf"
…
-
## 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…
-
Check if using [`pyo3`](https://pyo3.rs/) library could help us creating a native Python module in Rust.
If this is possible, this would be nice to also publish this crate on pypi.
-
**Description*
A clear and concise description of what the bug is.
when running ios build
it builds just fine
but when it installing on ios on react-native-ide output it keep saying
```[error…
-
Hello 👋🏻
I have checked the documentation and seems like the WebSocket plugin can only be used to implement a client. I would like to ask if it can have the ability to create a server instance as …