ivptr

Results 26 comments of ivptr

Can you please add this it the next version, it is hard to identify test users without seeing their IP address? Also I think that for "Enable and collect data...

Can you commit such changes right away, so we can pick them up even before you release the new version officially? Thanks.

I found two pull requests for this issue: https://github.com/go-gitea/gitea/pull/6024 and https://github.com/go-gitea/gitea/pull/12279 @lunny any chance to check them out? Thanks.

EWWW doesn't save any webp info in the attachment metadata. So when we've got pairs like `image-120x120.jpg` and `image-120x120.jpg.webp`, maybe we should double-check if both exist before deleting the webp...

Any update on this? This could be a good solution for migration from Confluence.

I did set auth param correctly: ``` $auth = array( 'VAPID' => array( 'subject' => 'mailto:...', 'publicKey' => '...', 'privateKey' => '...' ), ); $defaultOptions = [ 'urgency' => 'high'...