Johannes

Results 113 comments of Johannes

Composition was not possible when the first implementation was made. I'm not sure if things changed since then, or not. If you like you can try it, and if it...

The actual conversion of the in-memory representation to the actual format is done at the very end (for example for JSON, `json_encode` is called). We would need to write our...

Could you elaborate what trouble you had? Adding a new visitor is a lot of work and will also require all userland code (handlers/listeners) to implement support for such a...

How much of the documentation did you read when you needed this? Just the installation chapter?

The goal of my question was more to find the best place where to put such a message :)

Thanks for reporting. The problem is caused by a dependency of yours which has a type `object`. Note the ending ";" which is causing some parser to fail. I've added...

Yeah, indeed. The new website should have improved logging already, and it should be generally easier to expand it given its new architecture.

It seems like Swiftmailer fails when it tries to send you an email (there is a space too much at the end). I'll add a trim in the next deployment,...

The email address: `[email protected]\s` This could also be a `\r` if you have Mac line endings by any chance? Anyway, will deploy a fix for it soon.