Pim Jansen

Results 68 comments of Pim Jansen
trafficstars

What is the easiest way to help here since this is open for way too long. What is still open and the fastest way to continue on this branch? @photodude...

I have a similar problem for Composer. We have a private registry which authenticates with a ssh key of the user. is there a way to push this key to...

I resolved the first error by converting the database manually after it was created. * downloaded the database from my Azure fileshare volume (smb cifs) * run this command: `sqlite3...

@andreynering how to load that into ZSH?

A docker container is immutable so why log to a file? Just catch the output from stdout?

> > A docker container is immutable so why log to a file? Just catch the output from stdout? > > > > Did you just read the title and...

Question for the ones involved. Where do i actually set the expires of the session? In all my cases in redis it ends up as -1. EDIT: Found it but...

Is this still an open topic? Or are there any alternatives in browser/exploring a graph database (for free) in development?

Why not do an opt in for xdebug and just disable it by default using XDEBUG_MODE=off I do not think there is any usecase to run phpcs with xdebug besides...

I wish it was but it hits `Flasher\Symfony\Http\Request`. To be more specific: ```php public function hasType($type) { /** @var Session $session */ $session = $this->request->getSession(); $flashBag = $session->getFlashBag();