Patrick Decat

Results 45 issues of Patrick Decat

> Change browser download location and temporary user data directory to: > > * If `$PYPPETEER_HOME` environment variable is defined, use this location. > * Otherwise, use platform dependent locations,...

Similar to what fzf provides with `--bind esc:print-query` in `FZF_CTRL_R_OPTS` (see https://github.com/junegunn/fzf/issues/1922#issuecomment-734017396), it would be nice to be able to keep the typed query when exiting atuin with the Escape...

good first issue

waiting
dependencies

This PR switches aws-adfs from the unmaintained [`requests-kerberos`](https://pypi.org/project/requests-kerberos) to the actively maintained [`requests-gssapi`](https://pypi.org/project/requests-gssapi). ~This should resolve issues with pykerberos which is a dependency of requests-kerberos #189.~ Edit: #189 is about...

dependencies

The generated code for `GetIncludeTags()` returns `false` by default: https://github.com/zorkian/go-datadog-api/blob/master/datadog-accessors.go#L10560 However, the API reference documentation says the default value of `include_tags` is `true`: > `include_tags` a boolean indicating whether notifications...

**Describe the request** Would it be possible to expose the temperature of the Edge TPU devices in frigate API? And then expose at as an entity in the Home Assistant...

pinned

- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] If...

Bug
CLI
Good First Issue
Triage

## Describe feature The [following configuration](https://github.com/fbradyirl/openwrt-luci-rpc/pull/47/files#diff-7829468e86c1cc5d5133195b5cb48e1ff6c75e3e9203777f6b2e379d9e4882b3R1-R27) works in act: ```yaml name: Python package on: [push, pull_request] env: target_python_version: 3.8 jobs: test: runs-on: ubuntu-latest strategy: max-parallel: 5 matrix: python-version: [3.7, "${{env.target_python_version}}"]...

kind/bug
needs-work
area/workflow
stale-exempt

### Summary The `fscopy` and `fsmove` subcommands are not shown in the command line help. I've seen the warning about these commands being moving targets: https://github.com/gopasspw/gopass/blame/v1.12.1/docs/features.md#L309 Is this intentional? ###...

documentation
ux