Marc Rousavy
Marc Rousavy
## Summary: I'm working on a new React Native Framework. It uses pure C++/JSI to create, mount and update a View under Fabric. Unfortunately the `RawProps` type abstraction is not...
### Description While an `enum` with associated values works and can be represented in C++ perfectly, the same enum with one generic parameter introduced to it will somehow be exposed...
### Description I'm creating a C++ class that has a Swift implementation. Since Swift doesn't support inheriting from C++ classes (yet), I have to write the methods twice, and just...
### Description I'm bridging Swift classes to C++ to use them from C++. One of my classes has a function that throws an error, but I haven't found a way...
### Motivation I'm building a framework where people can build modules using Swift. Those modules are then exposed to JavaScript, using a C++ based interface. For example, if a developer...
### Motivation I am building Swift classes that are exposed to C++. Many of those Swift classes have functions that can throw errors, and since error throwing is not yet...
# Question Hi! I'm currently using a library called [`react-native-bigheads`](https://github.com/felipecespedes/react-native-bigheads) that uses `react-native-svg` for rendering. The library renders some complex vectors, but it shouldn't be too much to handle. My...
Would be cool if OpenRunde supported the [`tabular-nums` font variant](https://sebastiandedeyne.com/tabular-numbers).
I have a yarn monorepo set up. Inside my monorepo I have a `packages/` folder with three packages. One of those packages depends on another package in there, so naturally...
## What Currently, focusing only works when using the normal Preview View. When using Skia, there is no Preview View and we cannot focus. My idea was to move the...