Joe Meissler

Results 5 issues of 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...