Tynan Beatty

Results 17 issues of Tynan Beatty

Adds Gleam lexer and filetype detection. PR submitted upstream for Gleam lexer: https://github.com/orbitalquark/scintillua/pull/44 See: - https://github.com/gleam-lang/ - https://gleam.run/

This Gleam code ```gleam pub type Rad { Rad(some: String) } fn update(rad: Rad, with str: String) -> Rad { Rad(str) } pub fn main() { let rad = Rad("a")...

bug
help wanted
good first issue
area:codegen

Gleam should be able to fetch and build Elixir deps within Gleam projects.

help wanted
area:tooling

I haven't researched this much, but it looks like both Erlang and JavaScript support the `"\x"` escape sequence, e.g. `"\x1b[36mCYAN STRING\x1b[0m"`. Currently, Gleam only allows `"\e"`, but Node.js doesn't seem...

area:language-design
area:parser

**Platform** Linux **Terminal software** Tmux The scrollback buffer is frequently updated/filled merely by navigating through tab completions, or hiding/showing the software keyboard in Termux. The Android device that took the...

bug
A-Display
A-Completions

> Do we ever consolidate protocols? Could have an issue for adding it later to avoid it blocking this addition. _Originally posted by @lpil in https://github.com/gleam-lang/gleam/pull/1741#discussion_r957089836_ At the moment we...

help wanted
area:tooling

Every readme heading should be generated with an `id`, such that links pointing to those headings work properly, e.g. on hexdocs (GitHub automatically does this). ## Example ```markdown ## Advanced...

help wanted
area:tooling