Miroslav Koula

Results 5 issues of Miroslav Koula

@lookyman - as probably the Nette Maintainer here I tried to update it to Nette3 - it's working for me, but I can't set up the tests on my local...

Routing now supports Module and Domain specification: ```php $router = (new RouteList) ->withDomain('admin.example.com') ->withModule('Admin') ->addRoute(...) ->addRoute(...) ->end() ->withModule('Images') ->addRoute(...) ->end() ->end() ->withDomain('example.com') ->withPath('export') ->addRoute(...) ... ``` Unluckily the domain is...

I set up webpack for the new project in the company and as we're using Nette Framework I add also nette.ajax.js through yarn into the project and require this library...

Elasticsearch is having the parameter 'creation_date' in index settings, which I am not able to retrieve form Elastica\Index\Settings Object.

enhancement

### Describe the bug I have found out that the History with Back button has an issue with gallery usage. 1. If you open the fancybox from the image and...

needs triage