Bjorn Post

Results 6 issues of Bjorn Post

I just discovered that this container binds itself to 0.0.0.0:5432 instead of 127.0.0.1:5432. I'm not sure this is intended behavior; I guess only other containers should be able to connect...

Hi, Today I ran into this issue where the `PostAuthor` m2m relation was deleted when (partially) updating `Post.title` via a multipart form patch request. These are my findings so far:...

> "As of MySQL 5.7.8, MySQL supports a native JSON data type that enables efficient access to data in JSON (JavaScript Object Notation) documents." > - https://dev.mysql.com/doc/refman/5.7/en/json.html This adds support...

Whats included: https://github.com/lox/pheasant/milestones/2.0.0

The docs right now are scattered all over the place. Some concepts are explained in README.md, others in the docs on pheasant.readthedocs.org . I will use this PR to make...

Some refactoring ideas to improve the library, ideas are mostly proposed to reduce code complexity for the main classes (`HarvestApi` and `HarvestReport`): - Reduce `\Harvest\HarvestApi` (maybe rename it to `..\Connection`?)...