Leon

Results 148 comments of Leon

I see, thanks for the clarifications. I looked into [pam_rundir](https://github.com/jjk-jacky/pam_rundir) but it seems there are some unresolved issues around the directory permissions. In [this issue](https://github.com/jjk-jacky/pam_rundir/issues/6) an artix guy mentions a...

Makes sense. I'll probably wait for the dumb_runtime_dir package myself, but I can understand not recommending it. Was lurking IRC today so I've seen that discussion ;)

I guess this is a duplicate of https://github.com/JuliaPlots/Plots.jl/issues/3912

If I'm understanding correctly, I have to tag after pinging the registrator? That's fine I guess, I'll need to change the workflow a bit, but the error message wasn't easy...

I've never submitted a package myself, but I think the process is to submit a PR to the [winget-pkgs](https://github.com/microsoft/winget-pkgs) repository (which is automatically validated and merged). For automation, probably the...

I hope this is an appropriate place for a quick comment: The rotation matrices used for the unit test seem rather arbitrary, I wonder if you have also tested a...

Note that in the linked derivation, I swapped the `n^\nu` and `l^\nu` vector definitions from table 2 in the paper, because that is how the original fortran seems to have...

The types will still be concrete, this is just a type parametrisation: Before change: ``` julia> ds = GMTdataset([1.0 2.0; 3.0 4.0]) 2×2 GMTdataset{Float64, 2}: 1.0 2.0 3.0 4.0 julia>...

> `Any` propagations I will have a look at JET.jl again, forgot that it existed :) It would be ideal if we could remove the sources of `Any` rather than...

Related to #667 , the new `frame = :auto` option works in modern mode and can be used as a workaround ono current master: ```julia julia> gmtbegin("mapdraft.pdf") julia> basemap(region =...