Paul Miu

Results 11 issues of Paul Miu

Since command line users jump around a lot in their filesystem, it's important for them to have a solid understanding of the filesystem hierarchy, which is well described in it's...

I usually use the history a lot. (E.g. the up arrow key or CTRLR from [fzf](https://github.com/junegunn/fzf#key-bindings-for-command-line)) But when using the history I don't want to see the tips. Is that...

enhancement

## Feature Request The `kubectx` command has the flag `-u` / `--unset` to unset the current context. This is currently not possible with the `kubens` command. Please add a flag...

Allow users to pass a custom timeout value for the `wait-for-psql.py` script to the container via the `PSQL_TIMEOUT` environment variable. The timeout of 30 seconds still remains the default. ###...

The `firebase_admin` python library is not installed in the odoo docker image. Therefore the module `social_push_notifications` cannot be installed. I got following error message: > Unable to install module "social_push_notifications"...

In Rancher 2.5 (which was released yesterday) the installation of monitoring fails because Prometheus creates a PVC with a `selector` property. Here's the current state of the PVC (with all...

enhancement

The doc section about [Template secrets](https://docs.acorn.io/authoring/secrets#template-secrets) gives the following example: ```cue // ... secrets: { "my-template": { type: "template" // required data: { template: """ // required a long \(localData.configValue.key)...

kind/enhancement
area/aml

Grafana has managed to offer a complete observability stack with all its different solutions. Thanks a lot for that! However, the different applications have to be deployed individually and it...

Facebook [doesn't accept](https://stackoverflow.com/a/23256034/2524925) parameters to the [sharer.php](https://github.com/nygardk/react-share/blob/454860844d11d11d23112db1982feaf0ef4f1f09/src/FacebookShareButton.ts#L9) anymore. Therefore [these props](https://github.com/nygardk/react-share/blob/454860844d11d11d23112db1982feaf0ef4f1f09/README.md?plain=1#L110) can be deleted.

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....

bug