willcoxe

Results 14 comments of willcoxe

Apologies for not replying earlier. I have been using the DateTime package with the Nanoseconds conversion successfully. Thanks!

Perfect. Thanks for the extensive explanation that was really helpful. I now have installed treesitter via rocks-git.nvim & it is included in the rocks.toml like: ``` [plugins.nvim-treesitter] git = "nvim-treesitter/nvim-treesitter"...

I have this problem. I don't use gnome-keyring but keepassxc. EDIT: I have worked around the problem by (re)moving ~/.config/protonmail ~/.cache/protonmail ~/.local/share/protonmail After this running the bridge and creating a...

I can confirm that this is an issue with specifically the snap install of nvim on Ubuntu 24.04.2 LTS. After removing this, installing the latest neovim (NVIM v0.12.0-dev) via apt,...

Thank you, and yes, this is the case, the following works perfectly: from(ta, DateTime(Date(2019, 10, 10))) It would be helpful if this was shown in the documentation @ https://juliastats.org/TimeSeries.jl/dev/split/#from https://juliastats.org/TimeSeries.jl/stable/split/#from

I am also running into this issue. For the moment I use something like ``` plot(Dates.datetime2unix(datearray), datavalues) ax.xtickformat = x -> string.(Date.(DateTime.(unix2datetime.(x)))) vlines!(ax, [datetime2unix(Date(yyyy,mm,dd))]) ``` This works but it makes...

The above is a solution, however I need the plots to also have the convex lines that are usual for a wind rose (for which I have had an open...

When using the mesh!() method I also cannot use a table with a colormap properly: ``` # Original barplot that works in GLMakie and WGLMakie p = barplot!(ax, tbl.theta, tbl.r,...

Since the issue isn't resolved I tried some things, but none give any error: ``` julia> GLFW.GetPrimaryMonitor() eDP Monitor (1920x1200@60Hz) julia> GLFW.GetMonitors() 2-element Vector{GLFW.Monitor}: eDP Monitor (1920x1200@60Hz) HDMI-A-0 Monitor (1920x1080@60Hz)...

I have several deadlines currently so I don't have the time to deal with this -and- any potential for anything else not working at this time. I would have 16...