Andrey Izman
Andrey Izman
For Ubuntu execute in terminal: ``` sh sudo apt-get install python-gtksourceview2 ```
Hi, thanks for your feedback. I'll try to fix this issues. As soon as something will be done I will write here. > The Locator search input I can change...
I don't use windows since 2010, so I don't remember how it works on windows, on linux you can add command line arguments in the desktop file, so probably on...
Hello, Currently I can't test it on 4.6-beta1, very sad what they do that, because all hard-coded colors can't be overridden via css
https://github.com/mervick/yii2-mthaml/issues/3
@dahweng your function does nothing ``` php function refValue($val) { $ref = &$val; return $ref; } function inc($x) { $x++; } $y = 0; inc(refValue($y)); echo $y; // still 0...
@fezfez I use my own function for this (it works on php5.6): create `ext/zval_ref.c` ```c #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include "php.h" #include "php_ext.h" #include "php_main.h" #include "ext.h" #include...
@fezfez cause it works only under certain conditions (indicated above)
@ricardoG08 change to what? https://github.com/mervick/aes-everywhere/blob/0abb712041a57c98dbb175d4339ec45c7ccbcf5d/lua/package-template.rockspec#L24
@ricardoG08 fixed, try it now