Tobias Bora

Results 319 comments of Tobias Bora

I've not tried (don't use luks), but I can't see any zfs-related option for that.

One should fix the links, e.g. in the readme and description https://github.com/sfztools/sfizz

Note that I think that https://github.com/nvmd/nixos-raspberrypi is providing a more dedicated support for rpi5 now… Let's see. But would be cool to have a more "official" support as well I...

Yes, but it seems to reach some sort of stability. But right now is it just "not supported at all", or "at our own risks"? Because I get an error...

Awesome, thanks a lot for the tricks, I'll see how far I can go. Would be great to have it natively in Dexie.js!

In my case an in-memory undo buffer would be good enough I'd say.

So I tried to start experimenting, and I got undo/redo for `delete` operation working with this: ``` import type { DBCore, DBCoreMutateRequest } from 'dexie'; import { PlanotoFileDexie } from...

So I tried here to implement the `add`, seems to work so far, hope I have not forgotten weird edge cases. And now I realized that we don't need to...

Ok, I also did it for `put` (so now only `deleteRange` is left) and fixed a few bugs with transactions, but not sure how robust is my solution (I basically...

Thanks a lot for your precious advices. But I tried to apply both advices: 1. `Let normalUndoOrRedo be bound to the transaction.` 2. `I think you should override the transaction...