Pan Teparak
Pan Teparak
Every time I use command + K to clear my terminal window, the information bar would also be clear without reappearing unless I press enter. This does not affect control...
Hello, Great work for creating this app. It would be great if support for Thailand could be added. I've looked at your source code but do not have the bandwidth...
PropType are mainly used as a help tools when declaring a Prop that takes an interface type. This would allow PropType to be imported via `nuxt-property-decorator` instead from `Vue` Closes...
PropType are used as a way to indicate that a Prop needs an object. Currently, it has to be imported from Vue. I would like nuxt-property-decorator to expose PropType to...
Does this library supports being uses with Vuetify ``? For example `Sign In` I could not get this to work, I believe, to make v-btn as loading state simply specify...
Exposing database and redis secret via helm values files are very dangerous. It would be better to mount k8s secret. Proposed change (example) ``` database: external: existingSecret: "SECRET-NAME" existingSecretPasswordKey: "SECRET-KEY"...
After login success, I was not able to re-authenticate. I understand that this is by design but, facebook and I'm sure another social login providers have an expiration date for...
This PR added a way to warn users of any variable that is using their default values.
**Is this a bug report or feature request?** * Bug Report **Deviation from expected behavior:** When deleting some ceph objects via CRD the underlying object is still preset as seen...
### What are you trying to do? I would like the ability to be able to select which Internet network interface to be advertise as exit node ### How should...