Lukas Backström

Results 34 issues of Lukas Backström

**Describe the bug** The unicode/latin1 support is a bit jumbled and only works sometimes. So far I've identified these problems: * els_parser:parse does not handle latin-1 * els_code_lens_suggest_spec does not...

bug

Expand the ELK examples to show to get statistics from cowboy out into flatlog and then use those to analyse in kibana.

Add instructions on how to include and configure the ssh application in an image for easy debugging.

This PR re-implements the entire tty driver for both Unix and Windows to use a common nif instead of two seperate drivers. The Unix implementation works pretty much as it...

team:VM
enhancement
testing

This tracer allows the user to easily trace to a file in cleartext.

team:VM
feature

This PR fixes so that make `release`, `release_docs`, `install` and `install-docs` can work with paths that have space and/or unicode characters in the path. It also expands the gh actions...

team:VM
enhancement
testing

The column calculation was incorrect when the line where we want the completion was longer that the current screen size. Fixes bug in #6260

team:VM
testing
bug

This PR allows the first build step to use the latest base branch build as a cache for any files that are not modified by a PR. This decreases the...

team:VM
enhancement
testing

When wanting to log during system shutdown, the init process is not always available to load new modules. So we need to make sure that the simple logger can handle...

team:VM
enhancement
testing

**Describe the bug** If I use a unicode filepath and have set ERLC_USE_SERVER=true then any compilation using the server will fail with "no such file or directory. **To Reproduce** ```sh...

team:VM
bug