Samuel Scheit

Results 111 issues of Samuel Scheit

Nice Project 👍 It would be nice if you add TypeScript Declaration file. Some ressources: - https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html - https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html - https://www.typescriptlang.org/docs/handbook/declaration-files/templates/module-d-ts.html

react-native v0.73 changed a few internal classes regarding ShadowNodes. I've updated the corresponding headers and function calls to the best of my knowledge. The current state compiles, but I've commented...

I've successfully signed and built the app, but everytime I run the app it just starts and quits with this error message: > No Info.plist file in application bundle or...

- [ ] translate messages - [ ] auto translate messages if it detects another language/in a specific channel - [ ] real time voice translation

enhancement

Let me know what other things of the push notification system also need documentation

For an always up to date version of discords protocol buffer definitions refer to [dolfies/discord-protos](https://github.com/dolfies/discord-protos/). - [FrecencyUserSettings.proto](https://github.com/dolfies/discord-protos/blob/master/discord_protos/FrecencyUserSettings.proto) - [PreloadedUserSettings.proto](https://github.com/dolfies/discord-protos/blob/master/discord_protos/PreloadedUserSettings.proto) Those protocol buffers should be added to the docs

addition

Additionally to IsInt add a @IsBigInt decorator

type: feature
flag: needs discussion

> The [WebAssembly.Table](https://developer.mozilla.org/en-US/docs/WebAssembly/JavaScript_interface/Table) object is a JavaScript wrapper object — an array-like structure representing a WebAssembly table, which stores homogeneous references. A table created by JavaScript or in WebAssembly code...

I've tried to use async functions, however it fails to compile with the error that splicer_js_api is not available. I didn't found any implementation for [splicer_js_api](https://github.com/laptou/jsi-rs/blob/c90f7d4a83b0545f38a884fe8726f8d7c7cf8cba/jsi-macros/src/host_object.rs#L392C29-L392C43) in the codebase nor...

Currently react-native-skia is only rendering with a maximum of 60 fps on iOS, even if the device supports 120 fps. I've tried to screen record the behaviour, but interestingly enough...