pand.app

Results 10 issues of pand.app

Hello, I've a behavior in Deno.bench that I cannot explain : ```ts Deno.bench("noop", () => {}); Deno.bench("noop", () => {}); Deno.bench("noop", () => {}); ``` ```shell ❯ deno bench --unstable...

question

**Is your feature request related to a problem? Please describe.** When I tap text, to delete the content before the cursor, I use backspace, to delete content after the cursor,...

enhancement

Hello, We process resources isolation betweens namespaces, and use differents namespaces for services. What's the best practice ? I've tried to have an `arangodb` namespace with operators & crd, and...

Hello, We've concerns from our security team : By default, an arango deployment will have an external access via a loadbalancer, it will leads to a security issue, a database...

Hello, This issue is maybe related to https://github.com/hashicorp/terraform-provider-kubernetes-alpha/pull/41, I create an issue here to track this behavior and share information. We manage our kubernetes cluster via terraform, to enforce maintenability...

**Describe the bug** When I try to uninstall an instance created with `loadBalancer.enabled` parameter set to `false`, service `timescaledb-config` is not removed. **To Reproduce** 1. `helm install timescaledb timescale/timescaledb-single --set...

bug
area/timescaledb-single

When I upgrade a timescale-single chart, with quota defined, upgrade will fail because of missing quota to job `job.batch/timescaledb-patroni-0u` (generated name) Message : ``` Events: Type Reason Age From Message...

bug
area/timescaledb-single

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement
account

Hello, First, thanks for your job. I've noticed that your NestJS backend configurations for authentication and storage, specifically in the files `auth.config.ts` and `storage.ts` within the `develop` branch, utilize hardcoded...

When I'm trying to use managed database service from a cloud provider, I have to override database variables, this switch allow to leave environment variables untouched.