Results 19 issues of Liri S

the original code has a bug, the cast check is flipped: ```go t, err := arg.(int) if err ... ``` should be ```go t, ok := arg.(int) if !ok ......

Hi, I have an existing `config-overrides.js` file that was created after following the following tutorial: [code-sharing-between-ios-android--web-using-react-native-web](https://dev.to/brunolemos/tutorial-100-code-sharing-between-ios-android--web-using-react-native-web-andmonorepo-4pej) Which results with the following file content: ``` const fs = require('fs'); const path...

persistent store is backed by [github.com/dgraph-io/badger](https://github.com/dgraph-io/badger) and is not limited in size

and set up installation of binary as `kubectl-scout` with LICENSE

i.e container stuck terminating

docker, containerd, kubelet, syslog /var/log/kube-apiserver.log /var/log/kube-scheduler.log /var/log/kube-controller-manager.log /var/log/kubelet.log /var/log/kube-proxy.log see also https://banzaicloud.com/blog/k8s-cluster-logging/

``` CronJob test/tester is un-healthy: Event by cronjob-controller: UnexpectedJob x8 since 08 Nov 21 08:43 UTC, 43 seconds ago (last seen now): Saw a job that the controller did not...

chart failed to install/uninstall , check hooks