Kræn Hansen
Kræn Hansen
**Describe the bug** Lines with non-ascii characters seems to be skipped when importing data from a CSV. **To Reproduce** 1. Create a CSV named "Person.csv" ```csv name,age Alice,17 Bob,30 Kræn,30...
This was the root cause of https://github.com/realm/realm-studio/issues/1293.
Since [tslint is deprecated](https://github.com/palantir/tslint/issues/4534), we should migrate the project to use eslint with the typescript plugins instead. See https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/README.md
We have some forms which has grown to be more complex and it would probably be a good idea to add a form library (such as [Formik](https://www.npmjs.com/package/formik)). More specifically we...
Historically, we've used a pattern naming methods that handle events with an `on` prefix (i.e. `onClick`, `onCancel` ...). We've decided that this is not the most meaningful naming and would...
The sass-lint package is no longer actively maintained and we should switch to something actively maintained. One potential package is stylelint-scss.
Now that [mochapack supports webpack 5](https://github.com/sysgears/mochapack/releases/tag/v2.1.0) we can unpin webpack, sass-loader and ts-loader and update [/docs/DEPENDENCIES.md](https://github.com/realm/realm-studio/blob/channel/major-10/docs/DEPENDENCIES.md) accordingly.
As an intermediary fix before adding a UI to specify / modify the schema when importing from CSV (https://github.com/realm/realm-studio/issues/826) we could enable users to specify the property type in the...
This is just a minor cosmetic issue: 
This is releated to #405