Kaushal Modi

Results 281 comments of Kaushal Modi

@windrg I now use my personal fork of a different package ( [`highlight-global`](https://github.com/kaushalmodi/highlight-global/blob/f923d04a148a10a46f6c3b97cce40c5d49518251/highlight-global.el) ) which resolves this problem.

@windrg The link in my previous post points to the fork ( https://github.com/kaushalmodi/highlight-global ). You can clone/fork it and try it out. This probably doesn't fit your use case. But...

@boyw165 Thanks for doing this. As of now, I don't have bandwidth to study/update `hl-anything`. But I will keep that as a TODO project at the back of my mind...

Copying @thierryvolpiatto An uneducated guess based on the fact the the process sentinel has error due to some "length" and this commit has the word "length" in it: https://github.com/jwiegley/emacs-async/commit/1f127172225467c5b5f0df08d84e1a5e18990f0e and...

That's my plan. I will make sure to enable debug on error each time before updating the packages, because the error doesn't show up each time. I'll update as soon...

Conversation that you could have missed on the IRC: ``` # 15:54 kaushalmodi dgold: Thank you. Just to let you know that it's alright if this doesn't work out. May...

~~I have the micropub endpoint at https://scripter.co/nanopub/nanopub.php~~ (I have removed that for now.. as Netlify doesn't allow running PHP) and micro blog at https://micro.blog/kaushalmodi. Can you advice how to proceed...

@bep I'd propose setting the code block backgrounds to white (or rather the body tag default) and using the `github` Chroma theme (you can see a sample at the end...

> Setting the body background to white is a little bit too dramatic Sorry, I didn't mean that. I first suggested setting the code block bg to white assuming that...

This fixed the compilation: ```diff diff --git a/src/fidget/openglbackend.nim b/src/fidget/openglbackend.nim index 635573b..10cb340 100644 --- a/src/fidget/openglbackend.nim +++ b/src/fidget/openglbackend.nim @@ -78,7 +78,7 @@ proc unFocus*(keyboard: Keyboard, node: Node) = keyboard.focusNode = nil proc...