Daniel Lamando

Results 120 comments of Daniel Lamando
trafficstars

Hmm, I think this works nowadays. It seems ok in the playground and my real application. Thanks

A vote for this.. I run a site related to a city in Europe and would love to move the only KV replica closer. Also noting that the pricing page...

I'm also looking for this feature for my AWS API codegen (first [in a PR](https://github.com/cloudydeno/deno-aws_api/pull/47) and then in [a simple public playground](https://dash.deno.com/playground/light-shark-81)). This API would really speed up and *also*...

Without background of why nestjs uses `{shell: true}`, I would suggest changing this default and also skipping the [JSON-escaping that currently attempts to escape options](https://github.com/nestjs/nest-cli/blob/7e1babf1ddb2439b8f051c73d9ae9c8297a6c8ae/actions/start.action.ts#L194-L201) when the shell option is...

I am using 2.12 and see reconcile errors on a `KongConsumer` resource. It looks like 2.11.1 only reverted the addition for `KongPlugin` and `KongClusterPlugin` as per the linked changelog

I have some code that renders jsx only on the backend for serving plain HTML. After some trial+error, I ended up getting TSX working in JSR packages by replacing the...

I also ended up with a deployment in a MigrationLocked state. I tried running `knex` cli manually (on a laptop in my case) and wasn't able to get past "No...

Hey @justinmchase , The easiest way of getting an API for one of your own CRDs is by generating a client module based on your `CustomResourceDefinition` files and importing it...

Good point. I just checked the timestamp on the website's JS file and it says `Mon, 12 Feb 2024 22:36:54 GMT` which implies that the site was rebuilt or at...

I just set up SSO on an existing installation and got to experience this log-in page. The "It may not be necessary to be logged in to use Argo Workflows,...