Anthony Bullard

Results 16 issues of Anthony Bullard

This probably is more revealing about me, but I went through the tutorial in order, and came out not understanding that classes, and more importantly for my usages that `this`...

help wanted
good first issue

When getting started, a user may incorrectly use the (::) operator like List.append, trying to join two lists. The error messaging is very vague, and may cause as much confusion...

types

I assume your intention was to continue supporting those of us lingering on the 1.1.x and 1.2.x branches, but unfortunately moving from `$apply()` to `$applyAsync()` has failed in that endeavor....

Wanted to leave this here as a stub, as I don't want to forget to open it. A lot of the language in this DEP revolves around pre-Dart 2 semantics...

CLI tool looks nice for someone who doesn't want to configure a bundler just to get something started here. But there is no documentation of any sort, and I am...

docs

This is an intentional dupe of issue #141 of [https://github.com/tachyons-css/tachyons](url), you can find it here: [https://github.com/tachyons-css/tachyons/issues/141](url) We are going to create a page that will allow a user to download...

in progress

When you move from one tutorial page to another, the scroll position stays put. This is more than annoying when going through the tutorial. Looks like the code to fix...

This is a first draft and needs some editing and fact checking. Closes https://github.com/gleam-lang/website/issues/413

I am using Glamour to format the message bodies of messages in a MatterMost client TUI. The presentation is pretty awesome(thank you for the emoji renderer!), but I'd like to...

Closes #47 Replacing go.lsp.dev/protocol with this repository and the following server capability: ```go var semanticTokensOptions = lsp.SemanticTokensOptions{ WorkDoneProgressOptions: lsp.WorkDoneProgressOptions{ WorkDoneProgress: false, }, Legend: &lsp.SemanticTokensLegend{ TokenTypes: SemanticTokenLegend, TokenModifiers: []lsp.SemanticTokenModifiers{}, }, Range:...