Martin Bazik

Results 21 issues of Martin Bazik

it would be nice if the dump dir could be configured in bundle config and not on command line, so it's less error prone and the same for everyone on...

following md generates the right markup with ol and lis ``` 1. a 2. b 3. c ``` but if you add some text before it doesnt generate ol any...

the animations are cool and pretty, but one loader on a page can make firefox spike my cpu to around 50% so they're not really usable...

currently it uses default SORT_STRING flag, which coerces each array element into a string. this fails if the array elements are objects SORT_REGULAR then compares by object properties and it...

i installed version 3.1, using symfony 6, the package created fos_js_routing.yaml in config/routes folder with content ```yaml fos_js_routing: resource: "@FOSJsRoutingBundle/Resources/config/routing/routing-sf4.xml" ``` i have added a key routes_to_expose as per documentation...

hi, i would like to ask if you plan to support document classes just like doctrine does for example in its odm. with annotations and all that. because what i...

question
feature
frameworks / bundles

instead of always reloading the page, add events, so we could add custom behaviour

hi, i would like to log my queries together with the execution time and results count. i can't find any place in the code i could hook into. would it...

i tried saving aes256 encrypted password in neo4j which failed as described here https://github.com/neo4j/neo4j/issues/2582 but neo4j didn't raise any error and the saved node was empty

i'm sure the sql is there somewhere, would it be possible to show it? either in hover or in some box under the revisions

enhancement