Václav Pelíšek
Václav Pelíšek
Hello, I am interested in this too 👍🏻. Just a side note - The driver is currently not available for php 7.2.
@theseer Thanks for the reply, if you give me some quick pointers about internal architecture I might improve phpDox myself. I am also missing feature about loading multiple different checkstyle...
I have the same issue, no icon for running application, plus application menu shows electron icon. I agree its lowest priority.
Switched back to replace current state (original commit performed merge). This way we dont need to detect Nette dropping default parameters, because when we pass all peristent parameters in request...
For example: My datagrid has persistent $page with default value 1. SaveState nulls the value on first page. My javascript remembers state recieved by nette and sends it back on...
@paveljanda This is a bug in javascript. Results of itemDetail requests are cached (hidden), but the jQuery selector is global and not restricted to current datagrid only - Therefore cached...
You need to modify jquery selectors to operate only on current datagrid - currently it searches globally.
This is great proposal and I am going to experiment little bit and implement it in my server implementation. I see one possible problem, if this proposal (maybe sometime in...
I am having this issue under some circumstances and it is very strange. While deploying manually from my machine, everything have been working perfectly for past year. Right now I...
Update: I had no choice but to blindly try various tweaks and figure out what causes the problem. Issue disappeared after disabling JIT in PHP config. The issue was caused...