Stephen Bolton
Stephen Bolton
A portion of one of my notebooks is reserved as a dev notebook where I store snippets and things I want to remember. What I'll often do is link to...
I am getting [this](https://github.com/mickael-menu/zk/blob/ab1d8fd0bd7ab40648db14074a860eedf93f055c/internal/adapter/lsp/server.go#L602) diagnostic error from zk lsp in my notes for links to files. Here is an example of a link causing the issue. `[sample](file:///home/skbolton/Documents/Notes/sample.pdf)` If I use...
I created an issue for this feature #60. Figured it was easy enough to just add and get feedback.
Previous queries were mixing the parameter matches and the function matches into the same query. This would make it so that functions that didn't have parameters wouldn't match @function.inner or...
First off loving this plugin great work. I have been thinking lately though that it would be nice to have a function available to calculate the diff stats of the...
Calling encode with a datetime properly casts to a Google.Timestamp ```elixir Protobuf.encode(%MyProto{created_at: DateTime.utc_now()}) ``` But calling the JSON module to encode results in an error ```elixir Protobuf.JSON.encode(%MyProto{created_at: DateTime.utc_now()}) # function...
I noticed in the code that the virtual dates are rendered as a [custom highlight](https://github.com/huantrinh1802/m_taskwarrior_d.nvim/blob/d0cf7a7e882e308ab203d9973ce3147a328258f7/lua/m_taskwarrior_d/init.lua#L690). I was first going to suggest that you expose this highlight for themes to customize...