David Hanak
David Hanak
It would be great if the extension could support and distinguish between "from" and "sender" fields. Currently, the "sender" field is not displayed at all. But if it is present,...
[rtx](https://github.com/jdxcode/rtx/) is a drop-in replacement for asdf, serving identical purposes. It is compatible with asdf in many respects, including the backend and the CLI. It would be great if p10k...
**Describe the bug** Assume we have a series of boxplots: ```jl julia> boxplots = [box(x=repeat(1:5,10), y=vec(randn(5, 10))) for _ in 1:3] ``` If I put these traces inside a plot,...
**Initial problem:** I don't want TAB to mess with the insides of my strings, especially my multiline docstrings. I don't want it to remove tabs/spaces from or insert them into...
Using the builtin logging macros (`@info`, `@warn` and co) messes up the progress bar output. It would be great if a Progress instance could act as a custom AbstractLogger, "hijack"...
### What happens? [If I call `DBInterface.execute` with some string bind parameters, that aren't null terminated (e.g., `SubString`s), the call doesn't work as expected. DuckDB ignores the stored length of...
**versioninfo()** ``` julia> versioninfo() Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) CPU: 8 × Intel(R) Core(TM) i7-10510U CPU @...
Hi, I've been using Emacs 29.4 with `julia-ts-mode` for a while with great statisfaction. However, a recent update to the libtree-sitter-julia.so grammar causes the following error in font locking, and...
1. Fix grammar after the Julia tree-sitter grammar has been changed in https://github.com/tree-sitter/tree-sitter-julia/pull/135 2. Adjust syntax highlight of interpolations: use syntax information of interpolated code to highlight parts of it....
1. correctly fontify escape sequences and regex strings; 2. correctly fontify tuple assigments; 3. make function definition name fontification significantly simpler and more robust, fontify more obscure variants correctly; 4....