Gerard Garcia
Gerard Garcia
I don't know if that is a limitation of the eBPF instruction set or a limitation of the ubpf virtual machine but seems that is not possible to load programs...
I've got a zod schema as follows ``` export const schema = z.object({ id: z.string().min(1).optional(), name: z.string().min(1), description: z.string().min(1).optional(), emails: z.array(z.string().email()), }) ``` And I'm using a custom input for...
Nextcloud notes highlight exporter: crash when a particular note (from a previous export) is present
* KOReader version: v2024.11 * Device: noteair3c #### Issue When exporting current book highlights, koreader crashes. The only exporter enabled is nextcloud notes. If I disable the nextcloud notes exporter...
* KOReader version: v2024.11 * Device: noteair3c #### Issue Books with multiple authors split by commas (e.g. `Camille Fournier, Ian Nowland` or `David Thomas, Andrew Hunt`) note names only contain...