Ben Perlmutter

Results 23 issues of 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...

T-Enhancement
O-Community
Importance:Major

### 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...

T-Enhancement
O-Community
Importance:Major

### 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...

T-Bug
O-Community

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...

next

### 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...

T-Bug
O-Community

**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...

question
customer-reported

### 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`:...

O-Community

### 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...

T-Enhancement
O-Community
Importance:Workaround

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.

bug