Valentin
Valentin
Just found that out as well! For anyone reading this later you can change job.data before returning from the handler and that will be persisted to the db.
Really bad issue, this breaks all sorts of scripts in subtle and frustrating ways.
``` npm i --save-dev @types/[email protected] @types/[email protected] typescript@^4.0.2 npm i --save express@^4.17.1 firebase@^7.19.1 firebase-functions@^3.11.0 npm uninstall --save-dev @types/cors ``` these work for us without errors
Unfortunately the requirements Cloud Run has is for the container is to listen to whatever port is specified in the PORT env variable. Unfortunately I cannot specify which port they...
It would be possible to use req.route to get the route of the request. So you could do `publicEndpoints = [ '/res/${id}/subres/${subid}]`. The only issue is that if you mount...
Maybe just a callback where users can define their own logic? So everyone can use whatever they prefer. I feel that honestly users should just apply middleware only where needed,...
@bergben i think this stuff is now in @angular/cdk
If anyone comes here from google, an easy way to get around it for helm charts and nginx is to use plain text to store the pw: ``` auth: {{...
Hey, I'm not running the app that required this anymore so I'm not sure if it still works (but I guess it should unless something in nginx changed). I think...
We do it like this: we add the field to the `searchParameters.facets` of the options object. We then have a searchFunction that skips the initial search. In afterViewInit() we then...