Erik Hollensbe

Results 240 comments of Erik Hollensbe

@glimberg I was worried about this as well; but we could always use the same identity calculation method that zt-one uses can't we? I can dig up the code if...

yeah, I think it might be workable if we did it that way. Ok. @rsyring I don't think I'm going to get to this soon. Just fair warning there's a...

here's the shell function I use to launch zellij initially; when I reattach, I just use `zellij attach`. ```bash t () { local session_name=${1:-default} export ZELLIJ_CONFIG_FILE=$HOME/config/zellij.kdl zellij delete-session $session_name zellij...

Apparently setting the environment variable corrected my situation. I see why it wouldn't work without the config file in the proper spot; I apologize if this is a bogus report,...

#280 was made to solve this problem. Let me know if it helps!

The latest version of gcal has a debug mode which helped me isolate that we make a *ton* of http calls when resolving recurring tasks. Just making notes here, I...

I am also seeing i/o errors in the 0.4.x series chatting with gcal which causes `sui` to spin out of control.

I've been looking into this and one of the things I threw in there out of desperation was a call to the fetch API during a record conversion routine, which...

this is related to database size somehow. I am baffled.

Something is causing the database size to grow at a phenomenal pace. One thing that might be related is the recurring primary key which even after the database is rebuilt...