Dheepak Krishnamurthy

Results 478 comments of Dheepak Krishnamurthy

At some point search engines / discord / slack are just going to do that for us :p

If the question is posted exactly 30 minutes before the github action runs (unlikely), or as you mention if the tag is edited or added after the action runs, the...

Thanks for the comments. I'll just add some additional thoughts on based on my experiences writing Python, Julia and MATLAB wrappers to C and C++ code. 1) Using [`swig`](http://www.swig.org/) solves...

I'm not sure if this is nbviewer only, because I'm also seeing the same issue with quarto: ![image](https://github.com/user-attachments/assets/3c0d7e5a-8d37-4cb1-ad41-db54c5157bfe) This is what it is supposed to look like: ![image](https://github.com/user-attachments/assets/d6e00b25-524e-4e30-9c75-e66f7071a77b) Also, I'm...

Do you have any additional key configurations? It's annoying because I don't show which keyconfigs are duplicated: https://github.com/kdheepak/taskwarrior-tui/blob/aeefdeaaff2fe9e5fbb412521ed25e25a313caf8/src/keyconfig.rs#L227 I'll fix this in a upcoming release and leave this issue to...

Thanks for opening an issue and suggesting this feature! I think it's a cool idea. I'll have to think about how to go about implementing it. Realistically it won't happen...

Great idea! This has been something on my mind and something I'd like to tackle but practically it won't happen until a refactor is done #521. The main issue is...

When you say it fails in `taskwarrior-tui`, does it error? Or does it just not display the correct tasks? `taskwarrior-tui` calls `task export` as a subprocess (i.e. [`std::process::Command`](https://doc.rust-lang.org/std/process/struct.Command.html)) and reads...

Probably not. I think commenting those lines will break some other issues. Unfortunately I haven't had time to work on this and look into this further.

What terminal color scheme are you using in alacritty?