Jáchym Toušek

Results 68 issues of Jáchym Toušek

Closes #23

Currently this bundle doesn't allow PHP 8. All required packages seem to already do so. Is there any blocker here?

Nice work with the dnd5 spell book! I noticed it's missing new spells from [UA Starter Spells](https://media.wizards.com/2017/dnd/downloads/UA-Starter-Spells.pdf). Any plans for adding them? There might be other spells missing but I...

The [CreateTicketComment](https://github.com/nukosuke/go-zendesk/blob/b3a7d084f32e5009760ebb360a5e55b22894c394/zendesk/ticket_comment.go#L68-L90) method is trying to load the response from Zendesk back into the TicketComment struct. However the response of the endpoint had a completely different structure which I'm sharing...

Bug

The RollbarHandler is [deprecated](https://github.com/rollbar/rollbar-php/blob/245670b32d8e6072d6b364eda242f245879cdee9/src/Monolog/Handler/RollbarHandler.php#L4). We should use the recommended handler if possible.

Is there some reason to catch all exceptions? If there is a problem with the storage I want to know about it, not silently ignore it.

rfc
missing tests

I've noticed that the DBALStorage (and some other storages as well) completely ignores the `$storageName` argument. Maybe it should be used as a prefix for the key?

bug

Many storages (if not all) throw the NotFoundException without any message. It would be better to have a exception message (containing the requested class and key). Maybe it is not...

enhancement

### Bug Report The doc comment of Part::__isset() references a nonexistent method Part::hasHeader(). https://github.com/laminas/laminas-mail/blob/4f982cfbcccdcae7ea62efd3566cd414e75e7010/src/Storage/Part.php#L380-L384

@codeliner I saw your [tweet](https://twitter.com/prooph_software/status/927497776178581504) about this tool and wanted to try it. I successfully generated a `prooph_message_flow.json` file for my project. Now I would like to turn it into...