Anton Grouchtchak

Results 18 issues of Anton Grouchtchak

Add checkbox to show links under search results. #13 Make the blocklist link clickable area smaller. #14 Translations for the new checkbox text were set in English as placeholders. Only...

Dropping identity files and files to be encrypted directly on the window would be a good UX improvement. Something similar to how https://github.com/HACKERALERT/Picocrypt handles Drag and Drop would be nice....

Currently, the main option is to use the [Dark Reader](https://chrome.google.com/webstore/detail/dark-reader/eimadpbcbfnmbkopoojfekhnkhdbieeh) extension. It works fine, but some elements are too contrasting, and there is FOUC on reload, when some elements are...

The `Random Cycle` timer has to be completely reimplemented, because it was relying on the `all_devices` config. Now that every device can have different `effect_random_cycle` settings , for example: `device_0`...

bug

Current one is a bit outdated.

If you click `Copy SVG`, it copies like this: ```html ``` But often inline SVG is used, and it does not allow line breaks: ```css .example-icon:after { content: url('data:image/svg+xml;utf8,'); }...

I can help with translation using Google Translate, and make it easier for everyone to use/contribute to this software, if you like.

Recently Winget allowed to submit download URLs that don't have a specific version label, and just add `latest` as a package version in the yaml manifest: ```yaml PackageVersion: latest ```...

After https://github.com/microsoft/winget-cli/issues/823 is implemented, there will be a possibility to sort apps by installation mode - interactive or silent. Would be useful to add a new section to app descriptions...

Running the example code on Python 3.9: ```python await asyncio.gather(bulb1.turn_on(PilotBuilder(warm_white=255)), bulb2.turn_on(PilotBuilder(warm_white=255)), loop=loop) ``` Shows a DeprecationWarning: ``` DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal...

documentation
enhancement