Kræn Hansen

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

T-Bug

This was the root cause of https://github.com/realm/realm-studio/issues/1293.

T-Enhancement

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

T-Internal

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

T-Internal

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

T-Internal

The sass-lint package is no longer actively maintained and we should switch to something actively maintained. One potential package is stylelint-scss.

T-Internal

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.

T-Internal

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

T-Enhancement
Estimate-3

This is just a minor cosmetic issue: ![more-indicators](https://user-images.githubusercontent.com/1243959/33940685-3fcedda8-e010-11e7-952c-0e5d1ca8f20f.gif)

T-Bug

This is releated to #405

P-2-Expected
T-Bug
Estimate-1