Shak Saleemi
Shak Saleemi
There needs to be documentation about the limits of Cloudflare Tunnel the service and cloudflared the application, and expected resource usage.
Are they any obstructions to updating extensions.gnome.org? Does this just need a new release to be submitted for review? Fedora repos have the extension, and it can be enabled via...
Not just bad UX, this is a blocker from adopting NextUI in our project. [@nextui-org/use-aria-press]( https://github.com/nextui-org/nextui/blob/22f2665b0037a36af9ae1937c5622437c7b67070/packages/hooks/use-aria-press/src/index.ts) is handling mouse/touch events and doing event propagation for multiple components including Accordion. I...
Perhaps, but it is not practical. Pipelining commands is a basic tenet of CLI usage and shell scripting. For SGPT to be the shell's interface to GPT it must support...
I didn't see this and wrote my own implementation and pull request (#93). I used `select` to determine if stdin is readable, otherwise stdin is ignored. It works from a...
Here's my workaround: Obtain a download token from the emulator's REST API and manually construct an emulator-compatible download URL. ```typescript import fetch from 'cross-fetch'; import { FullMetadata } from '@firebase/storage-types';...
[External Datastore Configuration Parameters](https://docs.k3s.io/datastore#external-datastore-configuration-parameters) --datastore-endpoint --datastore-cafile --datastore-certfile --datastore-keyfile
@vitobotta I utilize managed Postgres from [Crunchy Data](https://www.crunchydata.com/products/crunchy-bridge). This enables me to run a stateless cluster with all persistent data on managed services (Crunchy for datastore and Hetzner for persistent...
@vitobotta Yes I would be glad to do so.
I'm using the hobby-0 plan with 10GB of storage and HA turned off. My cluster is small: 1 master, 3 workers. From what I've seen K3s/Kine doesn't put much load...