Denton Liu

Results 21 comments of Denton Liu

If you don't have a plugin manager for vim, those are the installation instructions.

Yep, this is expected behaviour. And yes, it will rendered properly once it's published to the community repo. See the last paragraph in https://tidbyt.dev/docs/integrate/pushing-apps > Keep in mind though, the...

@zbanks do you think this will be merged soon? If not, I'd like to point the AUR packages to @TheGreatMcPain's fork.

rip, it looks like the integration tests are failing. I don't know Rust at all so sorry if this is an obvious statement, but would it be possible to wrap...

While we're waiting for the PR to be merged, what workarounds have people been using? We set our IMDS limit to 1 and have disabled the aws-auth configmap so I...

Bumping to keep this alive since we just ran into this issue as well. This is the backup stanza on our cluster: ``` backup: barmanObjectStore: data: compression: gzip jobs: 2...

I fixed this with `make LDFLAGS_EX='-L/usr/lib/postgresql/17/lib'`

We modified our dind container as follows and it set the cgroup correctly allowing for monitoring. ```yaml - name: dind image: public.ecr.aws/docker/library/docker:dind command: # we had to add this command...