Matthias Breddin

Results 17 issues of Matthias Breddin

First offt, really like your bundle, kudos. What do you think about adding the "timeout" when the next action is possible as DateInterval to the translation message, so you could...

Wouldn't it be nice to fire an event when a honeypot usage is detected, so that IP / User / whatever can be (time) banned

The default BrowserConsoleHandler from monolog outputs by registering the send() method as a shutdown handler. https://github.com/Seldaek/monolog/blob/master/src/Monolog/Handler/BrowserConsoleHandler.php#L51 Unfortunately, when you use fpm, HttpFoundation/Response will issue a fastcgi_finish_request() (which immediately returns the...

Currently playing around with the Symfony DataCollector. To get "real" debugging, would it be an option to extend the event-store with a logger? (could be nulllogger by default, so no...

Please make a AMD Module version for require.js!

I'm currently migrating a legacy app, it seems the config var "template_dir" is used for smarty, but not for the (symfony) template loader / locator, which makes it impossible to...

Bug

Given you have a route: **my_route** Enabling the Bundle creates / modifies the routes to e.g. **en__RG__my_route** Normally you can use as usual e.g. path("my_route") to generate a path in...

Is it possible that the state linking isn't working yet? Shouldn't https://github.com/Josiah/JJsGeonamesBundle/blob/master/Entity/City.php#L27 have State as relation?

Tried a little bit around. Shouldn't it be possible to import / save in smaller chunks, so that the entitymanager could be cleared all xy parsed entries? should speed the...