Rafael Kraut

Results 87 comments of Rafael Kraut

I would recommend to split the configuration if you are using Symfony 4.0+ to better comply with Symfony standards (https://symfony.com/doc/current/bundles/configuration.html#using-the-bundle-extension): ```yaml # config/packages/craue_form_flow.yaml services: Craue\FormFlowBundle\Storage\UserSessionStorageKeyGenerator: arguments: [ '@security.token_storage', '@request_stack' ]...

As far as the thread tells, the current file container format is supposed to be a ZIP archive. I just want to throw SQLite as a possible container format into...

I forgot to specify the `entity` attribute on my `tag`. This leads to an `Definition * for entity does not exist` error. Probably it would also be possible to catch...

Wouldn't it be better to write this? `const timeSinceStart = this.startScrollTs ? Date.now() - this.startScrollTs : 0;`

I noticed the same thing today. When adding the following code you can see it never stops logging events. Even when scrolling with the mouse again it still keeps logging...

Also nemo (the Linux Mint file manager) is sometimes crashing. Sometimes it happens as soon as I open a specific folder, I couldn't figure out what exactly is causing it....