Samuel Scheit

Results 111 issues of Samuel Scheit

Cloudflare 502 Bad Gateway ![image](https://user-images.githubusercontent.com/34555296/114920717-0256f380-9e2a-11eb-82cf-45521348ef55.png)

bug

```js { "dependencies": { "bcrypt": "^5.0.1", "mongoose": "^6.1.9", "uWebSockets.js": "uNetworking/uWebSockets.js#v20.3.0", "ws": "^8.4.2" }, } ```

bug

The react-native modules for [macOS](https://github.com/microsoft/react-native-macos) and [windows](https://github.com/microsoft/react-native-windows) have way better performance and user experience and should be used instead of electron. For linux you could fallback to electron or any...

enhancement

If I try to install remount with ``` npm i remount ``` or directly the github version: ``npm i https://github.com/rstacruz/remount`` I get this Error: ``` npm ERR! code ERESOLVE npm...

I'm currently trying to setup a ``RTCPeerConnection`` between a server and my react native client. However when I set the remote description it fails with this error message: ```js {...

If I execute ``scrape-twitter profile realdonaldtrump`` I get the following response: ```json { "screenName": "", "name": "", "bio": "", "userMentions": [], "hashtags": [], "urls": [], "location": "", "joinDate": "undefined-undefined-01T00:00:00.000Z", "tweetCount":...

I'm currently working on a themeable react native project and wanted to implement cascading styles with child selectors. I saw that you wrote in your FAQ, that cascading childs and...

Question❓
Wontfix 🚫

It fails to open the [RNRH discovery app](https://expo.dev/@jsamr/react-native-render-html-discovery) from expo without any error message except this: ![image](https://user-images.githubusercontent.com/34555296/140589744-868ae382-83e4-425f-b6fe-d5088b02b298.jpeg) I'm using iOS 15.1 with expo version 2.22.2

enhancement
webrtc
Needs rebase