Rebecca Turner

Results 189 issues of Rebecca Turner

https://github.com/abiosoft/caddy-git/blob/7c37f04cfac86475f954286aa1b7e7aba0fa1ca9/travis_hook.go#L81 Is the `handleSignature` function correct? The [Travis documentation](https://docs.travis-ci.com/user/notifications/#Verifying-Webhook-requests) seems to imply the code should check the `Signature` header against Travis’ public key. It seems like the `Authorization` header is...

bug

Sometimes, coq_nvim enters a state where every key press (in insert mode) triggers this error: ``` cannot start a transaction within a transaction Traceback (most recent call last): File "/Users/wiggles/.local/share/nvim/site/pack/packer/start/coq_nvim/.vars/runtime/lib/python3.9/site-packages/pynvim_pp/logging.py",...

- These type stubs don't include any deprecated methods -- this will make code using deprecated methods incompatible with these stubs, but that's OK -- they're just renames, and we...

There's no way to customize the way *wheels* are built with pypi2nix. In specific, [pycorpora](https://github.com/aparrish/pycorpora) wants to download the [corpora sources](https://github.com/dariusk/corpora) when it's installed (see [`setup.py` lines 20-37](https://github.com/aparrish/pycorpora/blob/0058dd930c7a4cfa1ff36afa9c7e22d465261bf5/setup.py#L20-L37)). pycorpora fails...

This PR renames the `target` input to `targets` (but still supports `target` as an alias) and allows listing multiple targets in a comma-separated list.

Tracking issue for unstable option: `imports_granularity`. [Option documentation.](https://rust-lang.github.io/rustfmt/#imports_granularity) See [Processes.md, "Stabilising an Option"](https://github.com/rust-lang/rustfmt/blob/master/Processes.md#stabilising-an-option): - [x] Is the default value correct? - [x] The design and implementation of the option are...

unstable option

Given a file `hook.sh`: ```sh export shellHook='"${DIRENV_IN_ENVRC}" ' ``` Then, `replay . hook.sh` errors: ``` $ replay . hook.sh - (line 1): Expected a variable name after this $. set...

bug

### Did you check the docs? - [X] I have read all the trouble.nvim docs ### Is your feature request related to a problem? Please describe. When I use Neovim...

enhancement

Ruff treats this as commented-out code, despite being an example. ``` # NOTE: Only upper-case fields in `extra` will be sent to `journald`. # For instance, this: # # logging.error("Uh...

wish