Sumanth Chinthagunta
Sumanth Chinthagunta
with the following Navbar code, `NavHamburger` is not visible I guess `md:hidden` CSS might be causing this. can you also remove `container` class so that NavBar can fit full space...
I have to add `COPY decorate-angular-cli.js .` before `RUN yarn` to make it work. not sure if everyone had my issue! https://github.com/xmlking/yeti/blob/develop/Dockerfile#L11
I created my key with `gpg --expert --full-gen-key` and Yubikey in USB port. got ID from `gpg --fingerprint` and added to `.sops.yaml` ```bash $ helm secrets enc secrets.yaml Encrypting secrets.yaml...
it would be nice if you provide recipe for **Brew** for users who don't have **cargo** `brew install cocogitto` brew also automate installing _Shell completions_
cannot add email rule on `google.protobuf.StringValue` but works on `string` type getting following error: `m._validateEmail undefined (type *UserRequest has no field or method _validateEmail)` ```protobuf message UserRequest { google.protobuf.UInt32Value id...
https://github.com/nrwl/nx/issues/2147
I am using a1atscript with JSPM + Typescript in a test [project](https://github.com/xmlking/ng-starter-kit) I assumed I can import `a1atscript` since you added `format global` in package.json but `format global` is causing...
blocked by 1. https://github.com/kubernetes-sigs/kind/issues/870 2. https://github.com/containerd/containerd/issues/3291 so `E2E Tests` pipeline is failing.
implement : https://github.com/onrik/logrus/issues/13