kolaente

Results 251 comments of kolaente

I think most of the tests should work now - only the account tests needs further testing.

I initially added the create random coupon step because we didn't have a usable coupon in our test dump and I'd have to create one anyway via the api. Might...

@peterjaap currently not.

I'm getting a similar error every time I'm trying to save a bookmark with tags: ``` failed to save bookmark: pq: current transaction is aborted, commands ignored until end of...

Another interesting solution might be [mailhog](https://github.com/mailhog/MailHog) - it has an api and you can host it locally in a docker container.

I ended up using the `getEventOptions()` function in my class: ```php public function getEventOptions() { return [ 'extendedProps' => $this->toArray(), ]; } ``` and then used the `eventContent` option in...

@tstecca Have you found a good replacement?

> Would you be interested in implementing the bar-snapping yourself? I'd gladly accept a pull request with this feature and I could give you guidelines on how to implement this....