Heikki Hellgren

Results 377 comments of Heikki Hellgren

Hi @dean840513 and thanks for the feedback! I know it works on every site with that setting, but it's hard to get it approved to the Chrome Web Store like...

This is an issue with the backstage catalog search.. The entity searching is done here https://github.com/drodil/backstage-plugin-qeta/blob/9f40cb811c70824dfc5515dd2f105d3397ba3351/plugins/qeta-backend/src/service/routes/helpers.ts#L429, and for some reason, it does not find the entities based on title correctly....

@smoya thanks, been sick for long time, will check this latest next week!

No idea why one test run failed in unrelated tests 🤔

We have our own service that collects all the schedulers from all plugins so we can show these on the devtools page and also trigger the tasks manually. Not very...

Thanks @freben good points! I was thinking of using https://www.npmjs.com/package/rate-limit-redis but it would require some additional configuration and probably a factory for the store options. I can do that but...

Found some documentation about it from the `express-rate-limit`: https://github.com/express-rate-limit/express-rate-limit/wiki/Troubleshooting-Proxy-Issues

@kuangp WDYT? I think you had all this already setup?

Apparently, KeyvRedis changed from `ioredis` to `node-redis` but that's not an issue.