realm-studio
realm-studio copied to clipboard
Realm Studio
When you start Realm Studio from command line on Linux, you get this output: ``` jed-dev-01 ~/wip/realm-core-private (upgrade) $ realm-studio-1.18.5-x86_64.AppImage installed: X-AppImage-BuildId=9928e890-1ae8-11a8-3708-af2338cfc952 image: X-AppImage-BuildId=9928e890-1ae8-11a8-3708-af2338cfc952 Failed when registering protocols Studio could...
If a user has selected an object and the list of objects chances (because of an unrelated change that got downloaded) another object will effectively be selected.
The index of an object is determined by asking the list what the index of the object is - if it's in the list twice, this will only return the...
If you edit a cell in a table and scroll the cell out of the view before you commit, the changes are lost.
If you edit an int field into something invalid (like "aaaaa"), a message box pops up with options "Leave without saving" and "Keep editing". If you click "Keep editing", the...
If you manually manipulate an int field into 999999999999999999999, it turns negative. Should probably show an error message instead. This is on Windows.
If your data model has a value that is apparently outside the dates supported by RealmJS, Studio fails to show anything from the selected table, but instead just shows "Invalid...
**Describe the bug** If Realm Studio was launched by double-clicking a local *\*.realm* file, closing all Studio windows doesn't quit the application. Realm Studio puts lock on the file, prevents...
In Realm Studio it is possible to select an empty (`null`) field for editing. However once you do, and blur / leave that field the value is no longer `null`,...
I added this from [a comment on a Google Doc](https://docs.google.com/a/realm.io/document/d/18_R9NsTZAjgNJc6aRgoWH29yQjT8M3sevDz0o5veCns/edit?disco=AAAABdHM7LY): @bigfish24: > After they get access they should probably be presented with the ability to get a code snippet to...