Pablo Ovelleiro Corral

Results 229 comments of Pablo Ovelleiro Corral

Sorry for the confusion, my setup has nothing to do with mac, I just was trying to see what SDK is used on mac because it works there.

> I noticed this official NDI snippet today: > https://docs.ndi.video/docs/sdk/11.-platform-considerations#linux The libraries seem to be found correctly on my system: ``` ldd /nix/store/9x79k9iz4zp9gkgjy2mlifxnknx8arc6-ndi-5.5.2/lib/libndi.so.5.6.0 linux-vdso.so.1 (0x00007ffcabbdc000) libavahi-common.so.3 => /nix/store/7d5009baak8jcfcynj3y202pfq521id0-avahi-0.8/lib/libavahi-common.so.3 (0x00007f2 14ce5e000)...

Isn't this something to be implemented on HA's side? Home-assistant has integrations for about everything upon earth, I guess there could be a vikunja integration doing what you want?

> Nevermind, I'll start right now. Not sure how much time I'll find right now to help develop, but let me know if I can help with testing

> error: executing SQLite statement 'delete from ValidPaths where path = ?;': constraint failed (in '/nix/var/nix/db/db.sqlite') > ``` Ran into this recently. Is there a solution to a DB error...

Hm ok. I ran the `--verify --repair` multiple times after collecting garbage and the error seems to have been fixed. I assume it deleted the bad entries then. Some way...

> This is what it would look like with #301 Very nice! When will that be released?

> Do you need any help with moving this forward? I think that the only diff required is to move it to by-name I'm not installing any additional addons yet....

> it apparently first installs firstrun, and then installs everything under it — https://github.com/Ondsel-Development/Ondsel-FirstRun/blob/main/mods.json Is there anything from this I have to add to the derivation?

Just rebuild riot-web using the electron beta. No change, the screen-sharing window still loads for ever. If you want to try you'll need this patch: ``` diff --git a/electron_app/src/electron-main.js b/electron_app/src/electron-main.js...