Jesse

Results 140 comments of Jesse

From #11 - Elixir - Erlang

From #19 - Vue - Rails (Ruby)

@heyman Could probably pin this to avoid dupe spam

> Heynote uses [Lezer](https://lezer.codemirror.net/) for its syntax highlighting, and if a Lezer parser exist for a language it's fairly trivial to add it to Heynote. > > I just found...

collecting into https://github.com/heyman/heynote/issues/104 ?

https://docs.flatpak.org/en/latest/electron.html

I got a successful self update today, through the status bar, and haven't seen this error again (yet). If there's a log or a potential option to log things that...

This may also fail where a repository has no tags or has the go package in a non-root directory, as the "Origin" info here doesn't tell us where the `go.mod`...

In the case in OP, the correct command to get the list of versions is `go list -m -versions -json github.com/go-task/task/v3`, I don't see how to derive this from the...

That may actually be the best option, I don't see a way to automatically resolve the module versions from the package path without recursively checking the whole path. Maybe an...