Ben Perlmutter
Ben Perlmutter
### Problem The [@realm/react](https://www.npmjs.com/package/@realm/react) package doesn't support the Web SDK. Add support for the following provider/hooks: * useApp and the AppProvider * useUser and the UserProvider It would also be...
### Problem Developers using the SDK cannot configure the location of the `mongodb-realm` directory generated by the SDK when using Atlas App Services functionality (including Device Sync). The generated location...
### How frequently does the bug occur? All the time ### Description [create-react-app (CRA)](https://create-react-app.dev/), the popular React single page app framework is not natively compatible with the whole Realm Web...
hello, i'm using docusaurus-plugin-typedoc. it works perfectly with the exception of having trouble parsing the the characters `` when they are wrapping a single word in a Typedoc comment. in...
### How frequently does the bug occur? All the time ### Description when calling [Realm.User.callFunction](https://www.mongodb.com/docs/realm-sdks/js/latest/Realm.User.html#functions), if the Atlas Function in the cloud returns `undefined`, the JS client on device returns...
**Is your feature request related to a problem? Please describe.** As a new user of autorest, I find the existing documentation hard to use because it is difficult/suboptimal to navigate...
### What happened? When using the Realm Flutter SDK on the MacOS emulator, network requests do not work unless i add the following code to the files `DebugProfile.entitlements` and `Release.entitlements`:...
### Problem right now when i use the Realm Web SDK with the Apollo GraphQL JS client, i must write the following boilerplate code to construct the [HttpLink](https://www.apollographql.com/docs/react/api/link/apollo-link-http/) instance: ```javascript...
Consider node/auth.js and web/auth.js with the same code example "logIn". Bluehawk will output auth.codeblock.login.js without regard for the difference. -- Should warn or add a force flag etc.