sh0rez

Results 29 issues of sh0rez

The docs (https://tinygo.org/microcontrollers/esp8266/) list that the ESP8266 WiFi feature is not supported by TinyGo. Imo having this support is crucial for this board to make sense. What needs to be...

enhancement

Regular (static and single-inline) environments are specified like so: ``` tk show environments/default ``` Given `environments/default/main.jsonnet` returns multiple `tanka.dev/Environment` objects, the following is required: ``` tk show environments/default --name=myFancyEnv ```...

keepalive

Currently, Tanka resolves the JPATH as stated by https://tanka.dev/libraries/import-paths: ``` 1. 2. /lib 3. /vendor 4. /vendor ``` We've heard requests to allow extending this: https://github.com/grafana/tanka/issues/353, + an internal discussion....

kind/feature
lifecycle/discuss
keepalive

While #244 already does this for apply, the work done in #237 should be extended to `CustomResourceDefinitions` as well.

kind/enhancement
component/kubernetes
keepalive

As per the Google OIDC docs, the `hd` parameter may be used to suggest the domain the user shall login with: https://developers.google.com/identity/protocols/oauth2/openid-connect#hd-param In effect, the Google account chooser only displays...

Hi! I have no idea how I achieved this, but `img` seems to be crashing my kubernetes control-plane. ## Context **Cluster**: Newly created Minikube (Kubernetes 1.15) **`img` pod**: ```yaml apiVersion:...

question
needs more info

**What would you like to be added**: Run `etcd` with `--auto-compaction-retention=1` for complete auto compaction **Why is this needed**: Reduces storage footprint and improves overall performance

The `Group By` field selector appears to always swallow the first field of the dataframe, making it weirdly order dependent on a 2-field frame to select the right field.

This library already works really well on the embedded [ESP32](http://esp32.net/) SOC, but that platform being 32-bit means we cannot use `AtomicU32`. This PR adds `xtensa` to the list of 32-bit...

With plain git, I can checkout a branch to another folder, outside of the repository: ``` git worktree add /path/to/somewhere branch ``` This gives me `branch` checked out to `/path/to/somewhere`....

enhancement
help wanted