Robertbaelde

Results 7 comments of Robertbaelde

I can give you access to the git (bitbucket) of my configuration? Not sure how to debug this, as i'm not that familiar with node.

Greath, whats your bitbucket username? (you can also email me at [email protected])

@frankdejonge @rahmanii0 Curious about the vision you both have in regards to the versioning of this package. Since EventSauce .8 to 1.2 introduced some breaking changes, I think it would...

Nice! Yeah, this is the most naive implementation that would require the application to stop accepting commands once there is a replay happening. I choose this since I wasn't sure...

> I'm wondering if the Checkpoint should contain the ProjectionId since it's always for that specific, releasing it would then only need to contain the checkpoint. WDYT, @Robertbaelde ? I...

Is there no solution for this? i have it set-up as device owner. but press+hold back menu button wil still exit the pinned mode..

I'm using dompdf for the generation of the pdf's. The getRawPdf just returns the contents of the pdf ``` return Storage::disk( 'tickets-'.config('app.env'))->get($this->getPath()); ```