Miloslav Nenadál

Results 21 issues of Miloslav Nenadál

Hi. It would be nice if I was able to abort query, e.g. if user changes page before previous one was fully loaded. I found that the http library seems...

Hi. Maybe it would be good idea to add healthcheck (https://docs.docker.com/engine/reference/builder/#healthcheck)? So that if something happens, container can be automatically restarted? Maybe something like: ``` [[ "$(curl -o /dev/null -w...

Hi. Maybe it would be good idea to add healthcheck (https://docs.docker.com/engine/reference/builder/#healthcheck)? So that if something happens, container can be automatically restarted? Maybe something like: ``` [[ "$(curl -o /dev/null -w...

should't be in SymfonyMailerContext something like: $token = end($token) ? (that's happen if $token is null in parameter) substr() expects parameter 1 to be string, array given in /srv/www/nextlove/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php on...

Hi. I was thinking about showing some collapsible source code and found that it can be done using markdown: https://gist.github.com/pierrejoubert73/902cc94d79424356a8d20be2b382e1ab#gistcomment-2705100 In devcards, it doesn't work with code blocks though. This...

fixes: https://www.mantisbt.org/bugs/view.php?id=26771

Fixes https://mantisbt.org/bugs/view.php?id=19540

Hi. Instead of using callbacks in handlers/middlewares I prefer to use promises. The reason is that if I (or somebody else) forget to handle some error - I can still...

Hi. It looks like the css in the template will be cached by browsers: https://github.com/macchiato-framework/macchiato-template/blob/c4712dfd30043e97101398799dd7076654f3f1ca/resources/leiningen/new/macchiato/src/routes.cljs#L12 Maybe some cache busting should be used? I have zero experience with it in clojure/clojurescript,...