Kyzyl Herzog

Results 9 comments of Kyzyl Herzog

Did anything ever happen with this? As far as I can tell this is still an issue. If the user has any `org-todo-keywords` defined which are not the "default" (not...

For anyone who is mostly using org-mode, I hacked together a custom hrefifier to strip out any TODO keywords in `org-todo-keywords`, excluding `|` and ignoring the keyword shortcuts. This code...

For the record, my original position was that this is a package to auto-generate TOCs in emacs org files, so it should probably produce TOCs that work correctly in org-mode,...

Thanks. That was my original approach, but I couldn't get it to work. After reading your comment I decided to return to that approach and did get it working. I...

Has this gotten any attention internally? It's pretty dangerous to leak credentials like this, for databases of all things. We're forced to suppress all errors during connect/attach in CI pipelines,...

For simplicity when using the CLI, I would like this feature as well. Path could be passed as a list, or allow glob matching paths like you can do in...

I had a similar issue to this while upgrading ducklake. In my case, I got a migration error like above, except the issue was that I attempting to run operations...

Well here we are, nearly two months later. There was ample time to explain why Oct. 2024 is the last time a commit passed CI checks, or how their processes...

Yeah the mechanism makes sense. I guess the question is why do we only get a PK conflict on `data_file_id` when doing the first write to `ducklake_data_file`? Most concurrent writes...