Oscar Busk

Results 19 issues of Oscar Busk

If you have a link where some of the params are inherited, they will become outdated if the params change without the state changing.

Trying to do `moon init` with Git Bash on Windows results in ```bash readline.js:656 var strBeforeCursor = this._prompt + this.line.substring(0, this.cursor); ^ TypeError: Cannot read property 'substring' of undefined at...

bug

Rather than just escaping `$`, escape all regex special characters in any identifiers to make sure the RegExp that is created is valid. Used the list of characters to escape...

So I was trying to run `knip` on a larger project and was runing into errors that was not very clear to me at first. ``` file:///Z:/My_Large_Repo/node_modules/knip/dist/typescript/getImportsAndExports.js:298 for (const match...

bug

There are problems when/if [`incremental: true`](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-4.html#faster-subsequent-builds-with-the---incremental-flag) in the used `tsconfig.json`. * The `.tsbuildinfo` is outputted into `dist-src` * If `tsBuildInfoFile` is set, incremental builds will fail with `Error: "dist-src/" does...

The type export is malformed and gives errors in current versions of typescript ![image](https://user-images.githubusercontent.com/13413409/175162172-10782e4e-a782-4910-8615-4016645d29ab.png) ``` node_modules/gitdiff-parser/index.d.ts(36,16): error TS2714: The expression of an export assignment must be an identifier or qualified...

### Describe the feature you'd like to request The UploadButton component creates a `` which includes every `image/*` MIME in it's `accept=""`, [apparently because some OSes don't want to use...

haunted
✨ enhancement
🙋‍♂️ help wanted

### Description This is a collect-up of a lot of the changes I've been working away on branches for over a year at this point 😅 I've broken off many...

Warrior
core
Classic
The War Within

Hey, since I've been working on various improvements for both Fury and Arms warriors, and I have plenty of ideas of what needs/should be implemented, I figured I'd write them...