Benoît Pasquier
Benoît Pasquier
Probably mostly a cleaning-up task.
I'd like to add a macro `@parameters` to my package that uses FieldMetadata as a convenience such that one could call something like ```julia @parameters "MyParams" begin a | 1.0u"m/s"...
I was thinking about this toy example: ```julia julia> using FieldMetadata, Unitful julia> import FieldMetadata: @units, units julia> @units struct Foo{T} a::T | u"m" b::T | u"s" end units (generic...
I'm not sure if this is doable, but it would be nice to have a `metadata` function that would take a `struct` and return its metadata bits, if any... Starting...
Not sure this is an issue or if I'm just confused, but I seem to have noticed that using VSCode and having ReadableRegex.jl in my main environment, the language server...
Here is a MWE: ```julia using VegaLite, DataFrames df = DataFrame(x = [0, 1, 2, 3, 4, 0, 1, 2, 3, 4], y = 1:10, style = ["A", "A", "A",...
I thought it might be a useful to share [this resource](https://www.flerlagetwins.com/2020/01/equal-width-sankey.html) in case you'd want to implement it. (It makes them sankey plots look nicer IMHO!) Their "brute force" idea...
Tab completion in the MATLAB terminal does not seem to work when starting MATLAB from a file in VSCode. However it works fine if I start MATLAB "manually" from the...
Just noticed that out of the diverging colorbrewer colormaps listed here Only the first and last ones are oriented in the same way that https://colorbrewer2.org/#type=diverging is. In other words `rdylgn`,...