Andrew Thauer

Results 78 comments of Andrew Thauer

@dsherret - I can't say I fully understand the scope of the problem here. I presume https://github.com/denoland/deno/issues/7586 has to do with supporting pipes ala `deno_task_shell`? Did some further experimenting and...

The problem you ran into here is the `file.nu` is relative. You can only source files with absolute (well known) paths. It is also common practice to split this operation...

Interesting, `asdf` was rewritten in `go` for `0.16.0`. Can you describe the actual issue/breaking change in more detail? Have you looked into what might be the actual problem?

Also, I've always thought `alias` should be part of `asdf` core, but for some reason there was push back on this in the past. Perhaps it's worth re-opening discussion to...

Yes, it is unfortunate for the breaking change here. Looks like someone else opened https://github.com/asdf-vm/asdf/issues/1873 that you may want to follow. I am also just a previous user of `asdf`...

The explore plugin can mostly handle this already with some tweaks. I have PR backstage/backstage#14389 which adds a `explore-backend` with a search collator. I have ideas to also enhance the...

Some background work as done on the existing `explore` plugin to add a backend + search and filtering. However, the frontend could still use some updates like filtering and grouping...

Still would love to have this. It's on my todo list that I never get to 😅.

Thanks for the detailed breakdown of the issues @rogpeppe! First, let me provide some context. We are using `cue` to validate helm values file. For our internal helm charts we...