Niklas Correnz

Results 63 comments of Niklas Correnz

Would be great if the `deleteOldBuildsCron` had an option to filter those `representative` when pruning.

Is there a way to delete screenshots of old builds instead of deleting them altogether? I'd prefer to keep the statistic data at low data cost.

> Interested in this too - did you find a way? No, unfortunately not.

I've opened an issue about pretty much the same thing two days before you ;) https://github.com/socketio/socket.io/issues/4709 I was entertaining the idea to have a middleware at the very place where...

Okay, I see. I thought our problems were more alike because I assumed your permissions would eventually have to come from a user, which means a socket. So I thought...

I've overwritten the cache key method as such: ```php $tokenRequestContext = new class extends AuthorizationCodeContext { public function __construct() { //We don't want Microsoft\Graph to request access tokens itself, but...

@Erwane the `tenant` must match your app settings. See these options you have when creating an app on Azure: ![image](https://github.com/TheNetworg/oauth2-azure/assets/10322643/8c87e4de-9fa7-4a10-b02b-a07650b8eea1) For each of those options above, you have to set...

Hmm, strange. We've been using this implementation for more than half a year now with no problems. Both with a single tenant and multi tenant. We are using a few...

node 20.8.1 and 21.0.0 are still affected. Thanks for the hint regarding node 20.2. That version works still very well.

This would be great. Having to rename the patch files on every revsion/minor update is tedious. Especially with automated updates coming with dependabot or alike.