Christoph Bülter
Christoph Bülter
There seems to be an issue what Anaconda identifies as import statements. It should not detect strings that look "somewhat like" or even exactly like imports as imports. They are...
My use case requires preparing lists of things instead of just single things one by one, please see your example adapted accordingly below. ```python import pytest @pytest.fixture(params=[ [pytest.lazy_fixture('one')], [pytest.lazy_fixture('one'), pytest.lazy_fixture('two')],...
I often debug a single endpoint with a unique request pattern. To be able to only see that in the console I have to blacklist all other request patterns that...
A user has requested adding dynamic symmetry patterns as seen in this video: https://www.youtube.com/channel/UCSrT-TUwlkSZWyvep2E7_sQ Maybe we can create a function that either dynamically calculates and draws this pattern or we...
**Is your feature request related to a problem? Please describe.** We do have one task that is executed like a thousand times a minute on celery, and then a few...
## Problem An import like `import module.submodule` is removed when `module.submodule` is not used 1:1. However, we may use `module.other_submodule` or `module.some_other_name` in the file, which then becomes invalid and...
I have added support to choose from the builtin PrismJS Themes, with Okaidia still being the default. Technically it works by serving the css files for each and then adjusting...
Hi @mix86, this pull request fixes two small issues I had when trying to use your plugin by allowing to change certain options through the user settings file. It also...
See https://github.com/tungs/timesnap/issues/80 ### Checklist - [x] Code changes are only for the relevant bug fix or feature - [x] New code lints (via `npm run lint`) without any errors or...
**Describe the bug** Passing the `remoteUrl` option allows reusing a running Chrome instance for screenshots, but it will always **close that browser at the end**. Instead I would expect it...