vhermecz

Results 9 issues of vhermecz

**Describe the bug** Screenshots are saved with `jpeg` extension even if `takeScreenshot` is called with `{type:"png"}`. NOTE: The file content IS `png` as expected. **To Reproduce** Steps to reproduce the...

**Describe the bug** I have globalhotkeys and one hotkeys component (for a list) on my page. A second hotkeys component in the help modal. The first time the help about...

Trying to run an import process via sqlalchemy_aio and python await/async. When running `self.session.query(City).filter_by(name='x').first()`, the code fails with the AttributeError exception. It might be as simple as this part of...

## What is the current behavior? Not supported. Currently, you have to provide the connection parameters to `snowflake.connector.connect`, there is no easy way to read from `snowcfg`. ## What is...

feature
triaged

1. What version of Python are you using? 2.7.18, 3.6.9, 3.8.0 2. What operating system and processor architecture are you using? Linux-5.4.0-110-generic-x86_64-with-glibc2.2.5 3. What are the component versions in the...

bug
needs triage

Due to issues with using APGL in commercial software, we had to stop using this library. Not us, but a major player about AGPL: https://opensource.google/documentation/reference/using/agpl-policy Changing to MIT or another...

Background: I've played with Genghis a while ago, and really liked its simple and clean UI, and source structure. As being more like a python person (than php or ruby),...

Adding something like: ``` // NOTE: Code below is not production grade, just pseudo-code // Sync across tabs const handleStorageChange = (event: StorageEvent) => { if (event.key === key &&...