stephen

Results 22 issues of stephen

I have a JavaScript monorepo wherein some sub-projects do not comply to Deno. To fully ignore them, I have to add three `files.exclude` configs to my deno.json: ```jsonc { "fmt":...

suggestion
config

There is a tiny consistency bug in the CLI's `-q` option position for the `task` subcommand specifically. The Deno CLI itself (`deno [OPTIONS] [SUBCOMMAND]`) supports `-q` for most (all?) subcommands...

This pull request updates the Font Awesome version to the latest, v4.0.3.

This PR adds support for a new class, IconicFontButton. It's an Android button with built in support for an IconicDroid background, customizable via plain XML. It's a little rough around...

This PR contains a: - [ ] **bugfix** - [x] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [ ]...

### Description of the bug Accidentally pasting image data into Sublime Text hangs the program. Closing ST at this point causes it to lose all unsaved data. ![Peek 2022-06-25 19-00](https://user-images.githubusercontent.com/1071806/175795287-52f1c0ff-97f2-4073-8555-a3422450b739.gif)...

When operating on a list of size one, preserve the render order of children. On single element children, the render order appears to be incorrectly swapped when adding and removing...