Felicitas Pojtinger

Results 97 comments of Felicitas Pojtinger

@zeigerpuppy Oh, yeah - as it was suggested by @rzerres the prefix has changed to `NC*`, as it appears to be standard in Nextcloud products.

More docs could definitely be an option in the future. Regarding this: > I am currently a little lost as a LTO5 LTFS user on windows I added a note...

Hi! Any chance you might be running into https://github.com/pojntfx/stfs/issues/1 ?

Hmm, that is a really good point. I'm not sure if adding it as part of the CLI though is the right idea - after all, this isn't something that...

That def. sounds like a good idea! I'm sure that we can add a "check" before we mount the FS and exit earlier!

Thanks! Yeah, the SVG situation is a bit of a bummer - I haven't found a way to use `app.Raw` with it properly yet so I just skip it for...

@ipfans I've just released https://github.com/pojntfx/html2goapp/tree/v1.2.1 which should fix the two tags. While searching for a less manual solution I found https://github.com/maxence-charriere/go-app/blob/master/pkg/app/gen/html.go - maybe one could base the conversion on the...

@pbek Thanks for the quick response! Logs are just empty, even with an admin account - hosting restrictions. For the questions: 1. The request is made from origin http://localhost:15755 2....

CORS inside WASM is the same as CORS w/o WASM, it simply binds to the DOM API - there should be no difference, any manually executing the request yields the...

> username/password in https://github.com/digital-blueprint/webapppassword/blob/master/docs/example/index.html#L100 Thanks; setting it there doesn't seem to fix it though: ```js const webdavUrl = "https://nx904.your-storageshare.de/public.php/webdav"; const headers = new Headers(); headers.set('Authorization', 'Basic ' + btoa("wWfAA3sMSoyfgJB" +...