Mike Fiedler

Results 105 issues of Mike Fiedler
trafficstars

Allow operator to specify targeted lists of roles

enhancement

Today I tried installing gql-next for a new project, and using `pipenv install --dev gql-next` produced the following incompatibility message (collapsed since it's long): ```shellsession $ pipenv install --dev gql-next...

Hi there! We love your efforts on this project, and are curious when we might see a non-beta release?

https://github.com/manastech/webmock.cr/releases/tag/v0.9.3 https://github.com/manastech/webmock.cr/compare/v0.9.3...master This makes using a shard dependency inconsistent. ```yaml development_dependencies: webmock: github: manastech/webmock.cr release: 0.9.3 ``` ```console $ shards install Updating https://github.com/manastech/webmock.cr.git Installing webmock (0.9.3) $ shards check Dependencies...

### Checklist - [x] I have searched the [Sourcery documentation](https://docs.sourcery.ai/) for the issue, and found nothing - [x] I have checked there are no open [bugs](https://github.com/sourcery-ai/sourcery/issues?q=label%3Abug) referencing the same bug...

bug

### Checklist - [x] This is a new feature, not a refactoring suggestion - [x] I have checked for this feature in the [Sourcery documentation](https://docs.sourcery.ai/) - [x] I have checked...

enhancement

Replace RawConfigParser with ConfigParser Update lookup to use `.sections()` and `.has_section()` Removes extra entries from tests, since the default fallback will no longer automatically add them to an empty config.

### Describe the bug When writing a Jinja2 template, using the expression `if foo is None:` does not trigger a linter error, so we only find out about it during...

bug

Hello! On the page https://emailrep.io/key, this element links to a 404 page. ```html Terms of Use. ``` It should probably link to `https://sublime.security/terms/` instead

One of the implementations we're doing with this cool library is enabling username search. The server-side API being called has rate limits applied, and may respond with a [429 Too...