Lokesh Krishna
Lokesh Krishna
Web notifications! The kind shown for when it's time for a break. I'm presently manually enabling DND and using the break notification to disable it. Thank you so much for...
#40 should offer a temporary workaround. Don't know why it was closed without any real solution.
Facing the same issue on 1.27.9. Notes are synced but says "Out of sync".
Could this be a more generic password manager feature request? Or should I be opening a separate one for [pass](https://www.passwordstore.org/)?
Tried this but I get an `unknown shorthand flag: 't' in -t` when I run `npm run build-image`
Turns out I was missing docker-buildx. Sorry for the noise!
https://gist.github.com/lokesh-krishna/de77eb2fc7e6acf4e65a5bbfbc6d08f2 Link to a file this happens on. What further information would be required? I can reproduce it with `nvim --clean` and syntax highlighting only works for latter parts of...
1. Open linked file 2. Jump to bottom of file with G 3. There is no syntax highlighting These are the steps I need to replicate the issue. I am...
I updated the issue description and while this does happen with `nvim --clean`, it also happens when I have treesitter syntax highlighting enabled. Does that mean it's an issue with...
Turns out my treesitter wasn't configured properly. I was missing the `main` spec before `opts`. Works perfectly after fixing that.