robsmith11
robsmith11
It would be nice if `JSON.Parser.parse` could be passed a vector of bytes and parse it assuming UTF-8 encoding without having to manually allocate a new `String`. My most common...
It appears that there is no checking being done by VegaLite.jl of `@vlplot`'s arguments, so whenever I mistype something, I won't know until I load the plot in a browser...
A lot of this is likely personal preference, but I thought I'd share some thoughts on what would make the printing of structs easier to read IMHO: 1. Add a...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Platform Linux ### App version beta ### Feature One should be able to...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Platform Linux ### App version All ### Feature It would be much nicer...
### Steps to reproduce 1. Latest versions of Element installed from F-Droid on a Pixel 5 with LineageOS and a Pixel 7 Pro with GrapheneOS. 2. First phone is already...
I often want to make a latency sensitive request in the background, but if I use create_task, it will not write the request to the socket immediately. If the writing...
Linking this here in case you have any ideas regarding the change to REPL: https://github.com/JuliaLang/julia/issues/55637
When I open the settings, there are multiple options for configuring DNS over HTTPS, but even when picking the manual control, I'm not given an option to specify the host....
Unless `stringtype` is set to `String`, it looks like double quote escaping doesn't work correctly: ``` shell> cat /tmp/a.csv x,y 1,"{""a"": 2, ""b"": """"}" julia> first(CSV.Rows("/tmp/a.csv")).y |> println {"a": 2,...