Mike Fiedler

Results 105 issues of Mike Fiedler

### Description When reading more of the Generic Associations, I found that the examples state "Annotated example", and wondered what that meant, since in other parts of the docs that...

**Describe the feature you'd like** When using Fastly-specific status codes, an `INFO` level message is raised: ``` 🔈 [INFO] code 801 in error statemnt should use between 600-699 (error-statement/code) ```...

With the proliferation of HTTPS and TLS/SSL everywhere, users may find it slightly concerning that the website is not served over a secure protocol. Despite having the page tell them...

### Description Update runtime to Node 20 ### Motivation and Context Node.js 16 actions are deprecated. Refs: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ ### Types of changes - [ ] **Bug fix** (non-breaking change which...

Due to the inventions of `emeril`, `stove`, `knife-supermarket`, is this plugin still a valuable resource? I've been spending some time recently to see if refactoring this into better methods and...

Hello! In attempting to start using your libraries, there are no formal packages, making it not possible to either `pip install sphinxtr` from PyPI, nor using the direct source from...

I am working with some of the extensions, and was looking to modify/extend to my purpose. The codebase contains many flake8 "triggers" - such as trailing whitespace, inconsistent indentation, unused...

Example: ```python class AutoNameOperator(DummyOperator): def __init__(self, tbl_name): self.task_id = tbl_name.replace(".", "_") super().__init__(task_id=self.task_id) eggs_spam = AutoNameOperator(tbl_name="eggs.spam") ``` I'd expect the evaluation of `different-operator-varname-taskid` to pass, however in this section: https://github.com/BasPH/pylint-airflow/blob/95b976bbb3f42b7569464c65e5361faf77478b24/src/pylint_airflow/checkers/operator.py#L84-L93 `task_id`...

Not sure if this can be done, but we have a user who figured out that they can directly message the bot "in secret" and game the karma system. I...

The current datadog plugin uses the HTTPS module to submit metrics over HTTPS to the datadog metrics api endpoint. Datadog supports use of a local Agent, which serves as a...

enhancement