Tomáš Linhart

Results 20 issues of Tomáš Linhart

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

Proposed

Moves `process-exporter` runtime options from the service file into `/etc/default/process-exporter` configuration file. Although this is not strictly necessary (service file can be copied to `/etc/systemd` and customized), I believe it's...

Adds support for the [ECR Public](https://aws.amazon.com/blogs/aws/amazon-ecr-public-a-new-public-container-registry/) registry. There is a fork (https://github.com/cstyan/drone-docker) which can already be used for the purpose. However, it produces Docker image only for x86-64 architecture and...

Hi, wouldn't it make sense to have separate endpoints for GraphQL and GraphiQL? As per [README](https://github.com/graphql-python/flask-graphql#usage), there should be two endpoints (`/graphql` and `/graphiql`), however only `/graphql` gets exposed. Let's...

Hi, I'm using Python 2.7.12 with Scrapyd 1.2.1 and Twisted 19.10.0 running inside a Docker container. I've recently encounted this message in Scrapyd log: ``` 2020-03-25T00:00:26+0000 [-] Process started: project='foo'...

### What happened? It's not possible to import EC2 launch template to Pulumi state due to validation errors. ### Steps to reproduce Following [this guide](https://www.pulumi.com/docs/guides/adopting/import/), I tried to use `pulumi...

impact/usability
kind/bug
needs-repro
awaiting-feedback
area/import

Adding project URLs (especially source code URL) makes it easier for dependency management tools (like Renovate).

If `HTTPCACHE_ENABLED` is set to `True` and request fails due to ban, it seems that it still gets cached (using standard `HttpCacheMiddleware`) and thus all the following retries fail as...

We are using a custom GraphiQL bundled with our API which allows to initialize the state (query, variables and HTTP headers) from URL parameters. It is adapted from [this official...

If `JsonItemExporter` is unable to encode the item, it still writes a delimiter (comma) to the output file. Here is a sample spider: ``` # -*- coding: utf-8 -*- import...

bug
good first issue