Yaroslav Vovchenko
Yaroslav Vovchenko
### How frequently does the bug occur? All the time ### Description I'm trying to populate my database with some initial data with `onFirstOpen` config, but if I'm specifying it...
### Description After installing the Hermes version of Realm the app starts crashing with a `property is not configurable error` on the following lines in `extensions.js` ``` Object.defineProperties(realmConstructor.App.Sync.MutableSubscriptionSet.prototype, { ...getOwnPropertyDescriptors(mutableSubscriptionSetMethods.instance),...
When I tried to upgrade from `[email protected]` (officially supported by expo) to `[email protected]` the development client failed to launch with error `reading from '_value' directly is possible only on UI...
When you trying to pan down the screen with opened keyboard the bottom sheet throws an error that it tried to synchronously call function dismiss from a different thread. It...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
This PR adds a supabase^2 as allowed peer dependency to `@grammyjs/storage-supabase`
While trying to install the supabase storage adapter it fails with `Could not resolve dependency: peer @supabase/supabase-js@"^1.0.0" from @grammyjs/[email protected]`
When tried to host a bot on Vercel's Edge API route with conversations, the following error logged in the console locally ``` ⨯ ./node_modules/@deno/shim-deno/dist/deno/internal/Conn.js:17:1 Module not found: Can't resolve 'net'...
**Platform** Select one of the following: [//]: # (To make as selected, use [x] instead of [ ].) - [ ] Telegram for Android - [x] Telegram for iOS -...
### Current Behavior: Mounting either the component with `Composition` or the actual component used in `Composition` throws the following error: `TypeError: Cannot read properties of undefined (reading 'component')` ### Expected...