Felicitas Pojtinger

Results 103 comments of Felicitas Pojtinger

For the first one: ![image](https://user-images.githubusercontent.com/28832235/116581628-cedd9400-a914-11eb-818a-49e1678f1f65.png) For the second one: ![image](https://user-images.githubusercontent.com/28832235/116581687-e0bf3700-a914-11eb-8ada-a13f4e369d9a.png)

Thanks - just tried it out! Same result ("Access to fetch at 'http://localhost:8081/public.php/webdav/' from origin 'http://localhost:5000' has been blocked by CORS policy: Response to preflight request doesn't pass access control...

I'll try my best! Haven't written PHP before so I'll see how it goes :)

Alright, I've been able to set up the dev environment - `beforeMethod` is the correct event, `setCorsHeaders` seems to get called. The issue is: No matter what I do, changes...

I put an `echo` there, which crashed it when making the request (something with the headers) so yeah I think so. I've removed the condition, no change.

Hi! First of all, thanks! As for the feature request: This is definitely doable. We currently get the list of posts to be deleted here: https://github.com/pojntfx/skysweeper/blob/main/pkg/bluesky/deletion.go#L39-L126 And then we delete...

Thanks! I appreciate that API endpoint - that should def. be useful as long as I can get the cursors to work ^^

Hi! Sorry about this, this seems to be because the old release images have been unpublished! I'll be pushing a new release soon, that should fix things :)

Safari is the only browser I can't natively support, since there is no way to programmatically use it in "application mode" (without it's header etc.). [This issue](https://github.com/pojntfx/connmapper/issues/1#issuecomment-2130664864) is also related...

Exactly! We would need a way to do that programmatically, preferably by launching `Safari.app` with some additional arguments (that's how Chrome does it), or maybe with AppleScript?