Karl Bartel

Results 112 comments of Karl Bartel

The `unaccent` function from [sqlean](https://github.com/nalgeon/sqlean)'s unicode SQLite extension can be used to remove the accents: ``` sqlite> .load ./unicode sqlite> SELECT unaccent('κόσμος'); unaccent('κόσμος') ------------------ κοσμος ``` This still does not...

FreeDict offers many of the WikDict dictionaries converted to slob: https://freedict.org/downloads/ Does this work for you? On Sun, 2 Feb 2025, 13:18 ITfee, ***@***.***> wrote: > Can you offer dictionary...

> Oh okay I didn't know that their dictionaries are converted from wikidict. Not all of them are, but many (those with the YYYY.MM.DD version number). > How to suggest...

FreeDict maintains a bunch of dictionaries by hand an only fills the gaps with the WikDict dictionaries (and because there are a lot of gaps, a lot of FreeDict dictionaries...

cibuildwheel does not provide python with sqlite extension support and pysqlite3-binary, which adds the support does not provide binaries for all platforms. So if I want to go with cibuildwheel,...

Until https://github.com/karlb/sqlite-sqlean/issues/4 is resolved, I am hesitant to rely on the source based version. So I released v0.1 based on the [binary branch](https://github.com/karlb/sqlite-sqlean/tree/binary).

Thanks for the bug report. I suggest a fix in https://github.com/karlb/smu/pull/21, but I'm not sure I want to merge it like that yet.

LWN provides an RSS feed with EPUBs that would be nice to use in KOreader. I can use the HTML feed as an alternative, but using the original EPUBs would...

They link directly to the epub without any additional enclosure: ``` LWN.net Weekly Edition for May 8, 2025 https://lwn.net/Articles/1019557/epub https://lwn.net/Articles/1019557/epub corbet Inside this week's LWN.net Weekly Edition: Front: Debian and...

> Aider looks to be sure that .aider* and .env are excluded. It honors any way that git supports such exclusions: This is not true for me in aider 0.73.0....