Rossicler Junior

Results 11 issues of Rossicler Junior

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. After updating react native version to...

## Summary I'm trying to fix an issue with tests that are returning the following error: ``` Jest cannot read properties of undefined (reading 'ipcRenderer') export const mainBridge = window.electron.ipcRenderer;...

question

### Problem Can't easily get access to a "unsubscribe" function for event listeners added. Currently, you need to keep a reference of Realm.Results to be able to remove event listeners...

T-Enhancement
First-Good-Issue
O-Community
SDK-Use:Sync
Importance:Workaround

### Problem When you update a user custom data field that affects a user role permission(s), it doesn't take effect in their permission until realm sync is closed and started...

T-Enhancement
O-Community
SDK-Use:Sync
Importance:Major

* **Electron-Builder Version**: ^23.6.0 * **Electron-Updater Version**: ^5.3.0 * **Node Version**: 16.x * **Electron Version**: ^23.0.0 * **Electron Type (current, beta, nightly)**: * **Target**: Windows (nsis) I'm having an issue...

Hi I'm trying to use onCursorPosition but the offsetY property given is the value from previous onCursorPosition call, expect first call. Steps to reproduce: 1. For this example, add 3...

# Question Is it possible to make `onNotification` listener to run every time my app receives a remote notification? Currently this behaviour is the behaviour for each app state: ###...

# Question Is there a way to handle remote notifications as a local notification? My problem: User is receiving remote notifications fine, but I want to not only have more...

Hi, First of all, thanks for creating this amazing boilerplate. I tried adding a few libraries to the project, but I'm getting a lot of errors like this: ``` BREAKING...

Hi, I'm using the `.fetch(...)` function to upload files to my server, and there's a problem happening when trying to upload a file with a space in the name. The...