Joe Meissler
Joe Meissler
The [Chrome extension documentation](https://developer.chrome.com/extensions/background_pages#manifest) states: > The only occasion to keep a background script persistently active is if the extension uses chrome.webRequest API to block or modify network requests. The...
[aerial.nvim](https://github.com/stevearc/aerial.nvim) has an `autojump` config parameter that jumps to the symbol in the source window as you jump to different symbols in the overview window. It's a really useful feature...
This PR creates an `auto_jump` parameter which will automatically follow code in the source window. https://github.com/simrat39/symbols-outline.nvim/assets/3304073/0fda7e6a-dce6-4739-86d6-38a1377b4a1a
I'm following the [graphene-django tutorial](http://docs.graphene-python.org/projects/django/en/latest/tutorial-plain/#getting-single-objects) and got up to retrieving a single object. The README here does not mention how optimization would work here. `gql_optimizer.query` expects a queryset. As a...
Any idea how difficult it would be to make it easier to update the brightness of the animation once it has been created? I'm using a `RainbowComet` animation with a...
See #529
The [diff calculation](https://github.com/py-cov-action/python-coverage-comment-action/blob/ffd1aa12992c2272b950cc6c882674e0c07bc8e8/coverage_comment/coverage.py#L296) is similar to the [two dot diff comparison](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests#three-dot-and-two-dot-git-diff-comparisons) and can result in files unrelated to a PR appearing in the coverage comment. This can happen if there...
**Neovim version**: v0.9.1 **OS**: macOS Venture (M2 chip) **Error**: I see the following error when running `DevcontainerUp` ``` #0 154.7 + + curl -s https://api.github.com/repos/jesseduffield/lazygit/releases/latest #0 154.7 grep -Po "tag_name":...