Kemal

Results 43 comments of Kemal
trafficstars

> I know for example that for GitHub you need to set a token in the config, so maybe support it via an env variable too Makes sense, just make...

To reproduce this, I created an empty json file at `kites/config/` and ran `go generate`. But when I run `go test ./...` on klientctl I'm stuck with this message: >...

You are missing whitespace, `regions` should be indented to be inside `configuration` block, which it's currently not. Blame ~Python~ YAML

Add them to `cmd/root.go:logInvocationParams` or make another fn and call it from `rootCmd.PersistentPreRunE` just like `logInvocationParams` is called.

We first need a Snowflake account I think 😂

I wanted to take a look at this the other day, but didn't know where to start.

Trying to use the [Robot Inventor 51515](https://www.lego.com/en-gb/product/robot-inventor-51515) with the SPIKE apps.

I found this useful when trying to compile a binary for an older platform, e.g. Debian Buster and not wanting to bundle `libduckdb.so`. Still needed to compile duckdb from source...