Elliot Davies

Results 6 issues of Elliot Davies

Hello, I was wondering what it would take to support the `import type { MyType } from './myFile'` syntax used by Flow. I have a couple of files that show...

### Description of the change Replaces #485 as a fix for #472, and tidies up a few things. Fix #472 ### Checklist: - [x] Added the change to the "Unreleased"...

While implementing #420 I noticed that we get weird behaviour if `spago.dhall` lists a glob path like `src/**/*.js`, because we're assume they're all `.purs` globs. It's also true since #407...

help wanted
document me
UX
good first issue

In the [new version of Yarn](https://github.com/yarnpkg/berry) the module resolution has changed by default to a bespoke system called [PnP](https://yarnpkg.com/features/pnp). When using PnP it's no longer possible to implicitly rely on...

Normally on Android, typing a new word starts an IME composition. However, when selecting all text in the Quill editor and typing a new word to replace it, the IME...

When selecting a word and typing to replace it, too many characters are deleted. Specifically, the selected word is deleted and then the same number of characters are deleted again....