-
I've been needing to profile a ruby application that uses a variety of ruby extensions (written in C & rust) and also knowing how time is spent in the native extension a lot of the logic resides there…
-
I am using this in a RN 0.61.5 project, and I've installed the project with:
```
npm install react-native-obfuscating-transformer --save-dev
```
When running `npx react-native start`, I get th…
slhck updated
4 years ago
-
GetPortraitAnchoredAdaptiveBannerAdSize (and the other two similar methods) are accepting `CGFloat` parameter in the native library, but for the Xamarin bindings, we need to provide `CGSize` (and not …
-
The Android Gradle plugin supports only kotlin-android-extensions Gradle plugin version 1.6.20 and higher.
The following dependencies do not satisfy the required version:
project ':react-native-visi…
-
When installing jekyll-spaceship with `bundle install` , it get stucked at
> Fetching nokogiri 1.13.10
> Installing nokogiri 1.13.10 with native extensions
![image](https://user-images.githubus…
-
### Docs
- https://www.iana.org/assignments/rtp-parameters/rtp-parameters.xhtml
### RTP extensions to implement
* [x] `urn:ietf:params:rtp-hdrext:sdes:mid`: https://datatracker.ietf.org/doc/h…
-
Hey.
We've been getting issues with using this webpack. Kinda came as a double error
```
ERROR in ./~/asana/package.json
Module parse failed: /Users/kevin/projects/.../node_modules/asana/package.js…
-
### What happens?
I've challenged to run `duckdb_wasm` sub-project test (tester).
Following `README`, I've tried to build but failed.
```
$ cmake --build .
...
Undefined symbols for archit…
-
Why JSBigint and Bigint have no extension in `js-interop` like
```
/// [JSBigInt] [BigInt]
extension JSBigIntToBigInt on JSBigInt {
external BigInt get toDart;
}
extension BigIntToJSBi…
-
# Description
# Environment
- OS:
- Thunderbird version: 115.5.0
- ExtEditorR extension version:
- `external-editor-revived --version` output:
# Configuration
Using Ubuntu 2…