Robertbaelde

Results 10 issues of Robertbaelde

Annyone tried running it on a raspberry pi 3? When i run a dashboard with +- 10 charts on a raspberry, it is really slow to boot up (around a...

help wanted

Hi Frank, Let me start this (controversial) PR by saying that I totally agree with the statement about rebuilds you make in the documentation. I noticed a few times now,...

This PR swaps the package's "own" message repository implementation for EventSauce's default Illuminate implementation. This upgrade requires a small migration and is not backward compatible. Therefore this requires a major...

This small change in the `LaravelMessageRepository` will fix the issue with mysql8 datetime: Issue in LaravelEventSauce https://github.com/EventSaucePHP/LaravelEventSauce/issues/25 "parent" issue in EventSauce: https://github.com/EventSaucePHP/EventSauce/issues/108 I'm aware of the `MySQL8DateFormatting` but I think...

This PR removes the incremental id column from the message storage and converts the message-id to a UUID type. This PR wouldn't be a breaking change since a user is...

This PR introduces subscriptions and projections to EventSauce. **Subscriptions** Subscriptions are a subscription to a set of messages from the MessageStorage. The simplest form of subscription would be the offset...

In my project I'm using the ObjectHydrator in order to parse api calls to commands and queries. One caster that would really improve DX would be a "AuthenticatedUser" caster, providing...

The teamwork->installedApps post request response doesn't have the right content-type header. ``` $response = $client->usersById($userId)->teamwork()->installedApps()->post($requestBody)->wait(); ``` will throw `\RuntimeException("No response content type header for deserialization");`

ToTriage

Hi, I got the following error in my error log, when merging pdf's. The code that gives the error, and interacts with the package: ``` $merger = \PDFMerger::init(); $this->tickets->each(function(Ticket $ticket)...

question

> This is a breaking change, since the interface of the caster changes. So probably need to be queued for a major release. In my casters I sometimes need the...