Yuri Plashenkov

Results 50 comments of Yuri Plashenkov

Yep. Router. Args are args from a route. They go to a controller method as well as to a controller itself to provide the user a controller method (let's say...

> `$injector->defineParam($key, $value);` Well, after that these parameters will be available everywhere, not only for this object and this object's method. In each class which will be instantiated via injector...

Hi! Thank you for the pull request. I do not completely understand though why we have to change `{$IF CompilerVersion > 33}` to `{$IF CompilerVersion > 35}` in order to...

Hi @hpw4711 You can try these themes: https://github.com/plashenkov/TBX/tree/master/Source/rmkThemes and see if any of them matches your expectations and requirements. Unfortunately, I do not remember how each of them looks like...

Hey, sorry for such late reply. GitHub did not notify me about the issues and I was wonder when discovered them here. Yes, HiDPI is important thing. If you can...

Got it! I'll try to fix this when I can.

Yes, it looks like there is no better way to do this. But let's remove WS_THICKFRAME for Windows 10 only. Which is the best method to detect we are on...

For reference: https://stackoverflow.com/questions/39731497/create-window-without-titlebar-with-resizable-border-and-without-bogus-6px-whit

I’m using git-ftp 1.2.0 on Ubuntu and I’m trying too to use .git-ftp-include with --syncroot option. My syncroot is `public_html`. Everything inside it I need to upload to url: `ftp://x.x.x.x/public_html`,...

Hi Maikel! Thank you for your answer. As I think it’s better to have paths listed inside `.git-ftp-include` to be relative to that file and not to have confusing rules...