Marcel Jackwerth

Results 17 issues of Marcel Jackwerth

### Expected Behavior When calling `db.create_all()`, the `after_create` event should only be dispatched once for a `sqlalchemy.MetaData` object when using multiple binds. Workaround-ish: There should be a way (extra keyword...

When a `prettier-ignore` comment is encountered, the node that it is attached to is copied. However it is expected that the range of that node includes the `prettier-ignore` comment. This...

I was wondering whether you'd be open to share the "about 65 lines of PHP" that [were mentioned on your blog](https://medium.com/pinterest-engineering/pinterest-ktlint-35391a1a162f) adding `ktlint` support. 🙏

Removes the safe-naming reapplication against `generateType` return values which might cause invalid typescript definition files when `strictIndexSignature` is used. ```diff interface MyInterface { - [k: string]: LeafUndefined; // error TS2304:...

I spent two hours trying to figure out why Kombu suddenly started decoding datetime objects. After searching the issues, I learned this was a [fix of a long-standing regression](https://github.com/celery/kombu/issues/1678#issuecomment-1490398849). But...

Issue Type: Bug Report
Issue Type: Documentation
Priority: Major

```python answer = 1 test = answer in ( # needs special handling 42, ) ``` ```python ruff --fix --isolated --preview --select FURB171 file.py ``` Result (comment is gone) ```...

bug
fixes

Libraries like `sentry` or `better-exceptions` will fail while traversing exception chains with `getframeinfo` like this: ``` AttributeError: 'Traceback' object has no attribute 'f_lineno' ``` As mentioned in #176, we can...

1. When installing the Italic font on macOS, I get a warning about the "name table structure". 2. After installing it, FontBook claims that the Italic variant and the Regular...

If used in a AR query-condition, i.e. ``` status = Status[3] Question.where("status_id = ?", status) ``` the query will have the Scam inserted as Yaml. This can be solved by...

**Is your feature request related to a problem? Please describe.** I have quite a few branches and can not always remember the name of them. **Describe the solution you'd like**...

feature-request