mrpotato3
mrpotato3
## Bug report information When I create a signed link with metadata it generates the link correctly but does not insert the metadata when upload file. ### Steps to reproduce...
Hi! after many test I think this is the best way to redirect in LoggedInOutlet.ts. ``` javascript activate(ci:ComponentInstruction) { let url = this.parentRouter.lastNavigationAttempt; let route; if (!this.publicRoutes[url] && !localStorage.getItem('jwt')) //...
### Version Information Server Version: 2.35.1 CLI Version (for CLI related issue): - ### Environment OSS ### What is the current behaviour? It's impossible to use the Hasura console. Every...
Is there an easy way to migrate an active process to a similar one, just like Camunda does? [https://docs.camunda.org/manual/7.19/user-guide/process-engine/process-instance-migration/](https://docs.camunda.org/manual/7.19/user-guide/process-engine/process-instance-migration/) Thanks!!!
If I use @ionic/react and @ionic/react-router v6 the callback is working, user completes authentication sequence but no redirection is made. In web all is working ok. Android not tested. Demo...
One of the reasons functions are created is to execute other queries before returning the results of a regular table query. The issue is that functions necessarily inherit the permissions...
Currently, the cluster does not allow assigning the 'shared_preload_libraries' section to manage libraries other than timescaledb: https://github.com/cloudnative-pg/charts/blob/9c668bcd2b00f1f820cfbe7bb76f4b8865a7dcfd/charts/cluster/templates/cluster.yaml#L51
I would like to suggest adding support for defining environment variables in the Helm chart, as indicated in the documentation: [CloudNative PG - Cluster Configuration](https://cloudnative-pg.io/documentation/1.24/cluster_conf/). This feature would enhance the...