Dzeri96

Results 14 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
awaiting_response

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...

Imagine this example: ```python class Configuration: pass @inject() class ExtendedConfiguration(Configuration): pass ``` Coming from a well-established DI system like Spring, one would expect `di[Configuration]` to return an instance of `ExtendedConfiguration`....

#### Summary After installing the observability addon in a microk8s strict snap installation, the node-exporter pod fails to start with the following error: `spec: failed to generate spec: path "/"...

#### Summary I am trying to build a microk8s cluster on the edge, where most of my nodes won't have a static IP address. I read through the issues and...