Dzeri96

Results 7 issues of Dzeri96

**Describe the bug** I'm trying to download a PDF from `https://www.mdpi.com/1996-1944/12/18/2995/pdf`, but CloudProxy throws an error. **To Reproduce** Make the following request: ``` { 'cmd': 'request.get', 'url': 'https://www.mdpi.com/1996-1944/12/18/2995/pdf', 'userAgent': 'Mozilla/5.0...

bug

### Issue description Since some of my dependencies cannot be run on M1/Aarch64, I tried using a development container running on another architecture (`amd64/python:3.8-bullseye`), however pipenv fails in the locking...

Type: Question :grey_question:
triage

This is needed because even though `startSelection` always fires from the MouseTracker, the `cancel` event in `Tool` is basically ignored. This makes `cancelSelected` and `createSelection` work unreliably as indicators that...

# Feature or enhancement The goal of this feature is to allow the JSON serializer in stdlib to serialize non-finite values (NaN, Inf, -Inf) according to the [JSON specification](https://datatracker.ietf.org/doc/html/rfc8259). Going...

type-feature

### Search first - [X] I searched and no similar issues were found ### Description When running the `generate-changelog` command with the `--include-objects`/`--exclude-objects` flags, foreign key constraints referencing non-included objects...

DBOracle

When using an npm version `6.x.x`, `npm pack` wrongly parses git output, producing the following error: ```javascript Error: ENOENT: no such file or directory, rename '/redacted/.connect-deps-cache/Your branch is up to...

I'm not experienced with gradle so forgive me if this is very obvious, but I'm trying to have the plugin use the same configuration as it would when running in...