Jack

Results 17 issues of Jack

I have an example that's supposed to run the kustomize from a specific folder, but the output to the bundle from the run includes all files in the repo and...

kind/bug
area/kustomize

**Describe the bug** I've only seen this from inside filers logs, but sometimes in there to make the grpc port it ignores the custom one and adds 10000 to the...

https://github.com/seaweedfs/seaweedfs/blob/c96b2ce8e55e84fe46219886f15deb186653c39a/weed/command/scaffold/replication.toml#L59 Yeh, no it doesn't work ;) Well almost, Azure is giving back 412 responses. It looks like the file entries get made but the data within cannot be populated....

## Feature Request Updated machine registry config requires a reboot, but the cli does not warn you; ```shell > talosctl apply -f controlplane.yaml Applied configuration without a reboot ``` Kind...

https://github.com/denoland/docs/blob/de54e07e2f7c8f91e2112286e3dda5abf6f48027/examples/parsing-serializing-csv.ts#L24 `import { parse, ParseOptions } from jsr:@std/csv` `ParseOptions` has no "strip" I could go and add trimEnd onto `#options.trimTrailingSpace` and redocument strip into that. https://github.com/denoland/std/blob/69858cfd7b917ac4cd67a9c0557a2c6d223e2d7f/csv/parse.ts#L94-L96 Probably wouldn't bother with...

It seems like `port + 10000` seems to accidentally work. If you use port & port.grpc weed shell won't use port.grpc form the known cluster, rather just assumes it can...

**Caveat** First bit of golang so be ruthless. * Removed prompt prefix from all output * Added shell errors to output * modified -v 0|1 stderr levels for readability. Piped...