Marc Rousavy

Results 246 issues of 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...

CLA Signed
Shared with Meta

### 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...

bug
c++ interop
compiler
generics
enum
associated values
unexpected error
c++ to swift
swift 5.10

### 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...

bug
c++ interop
clang importer
compiler
enum
unexpected error
swift 5.10

### 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...

bug
c++ interop

### 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...

c++ interop
feature

### 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...

c++ interop
feature
swift to c++

# 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...

Question

Would be cool if OpenRunde supported the [`tabular-nums` font variant](https://sebastiandedeyne.com/tabular-numbers).

enhancement

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...