Jiří Zralý

Results 13 comments of Jiří Zralý

I am not so good in JS to write it in this hard-skill way, so please improve it as you think. But I am very happy I could help.

Unfortunately I am not able to reproduce the error as I need, because it is probably caused by the "nette/database caching error" mentioned before. If the error occurs again, I'll...

I solved it using ``` mix.options({ legacyNodePolyfills: false }); ```

I think there is no possibility to check mod_rewrite from php, except trying it through a request with cURL or something. It just seemed to me that it would be...

Examples work, but the detection doesn't. This is what happened: Someone created a website based on this example and put it on our hosting. It worked, until we changed PHP...

My use case is right-aligned header with Notebook in inline mode. Thank you.

Absolute position of Bubble is bad for fixed positioned editor. Fixed position of Bubble is bad for scrolling. So what about to set Bubble position to mouse position? Bubble is...

I have added `data-ajax-off="history"` on signals, but it still triggers this code ``` if ($this->isAjax()) { $this->invalidateControl('title'); $this->invalidateControl('content'); } ``` in BasePresenter. Maybe I just should check if the request...

@fprochazka It is quite different problem, I think

Let me ask. Is there **any reason** or **use case** to have history.ajax.js turned on on signals and forms?