Aaron Kaw
Aaron Kaw
BenchmarkTools.jl? It was in my `startup.jl` which depends on JSON.jl.
Executing ```julia using Serde json_text = """ { "a": [1, 2, 3.5] } """ json_dict = parse_json(json_text) typeof(json_dict["a"]) ``` returns ``` Vector{Any} (alias for Array{Any, 1}) ``` where it would...
I had a look today and I realise I also don't understand the original question (sorry jkrumbiegel 😅). Taking the [example from the FAQ docs](https://aog.makie.org/stable/FAQs/#What-is-the-difference-between-axis-scales-and-data-transformations?), log-e x-scale: ```julia julia> using...
Do you want the CLI handling in the `TypstJlyfish` module or in a `bin` directory?
Okay. I don't know if you've started on this yet, but I might have time next week to give it a shot.
I've started the CLI app. Take a look at https://github.com/kapple19/TypstJlyfish.jl/tree/main and let me know your thoughts. Doing `app add https://github.com/kapple19/TypstJlyfish.jl` worked for me, just had to add the julia binary...
Also, `PCHIPInterpolation isa Function` and `!(PCHIPInterpolation
I don't know how to stop the other CI runs before my latest force-push ðŸ˜
Thanks a tonne guys! Will dive back into this when I have the time, probably later this week.