Afranio Martins
Afranio Martins
Import the class when use full FQN from ```php
The plugin [coc.nvim](https://github.com/neoclide/coc.nvim) use LSP, Make Vim/Neovim as smart as VSCode with support to a lot of langs.
The plugin [vim-shortcut](https://github.com/sunaku/vim-shortcut) is very user full
Please, add support for man pages documentation for more read easy documentation
### Output ``` configure: error: Cannot find ldap.h ``` ### Expected Result ``` ===> Enabling extension ldap [*] ldap extension is enabled. Done. ``` ### Command ``` sudo apt-get install...
Hi, On open window to insert image in CKEditor #### Url ``` http://127.0.0.1:8000/admin/sonata/media/media/browser?provider=sonata.media.provider.image&context=editor&CKEditor=question_data_text&CKEditorFuncNum=89&langCode=pt-br ``` #### Pakage ``` $ composer show --latest 'tilleuls/*' tilleuls/ckeditor-sonata-media-bundle v1.0.8 v1.0.8 Integrates SonataMediaBundle with CKEditor ```...
remove global to row 806 if (typeof global.Titanium !== 'undefined' && typeof global.Titanium.Network.createHTTPClient != 'undefined') { XHR = global.Titanium.Network.createHTTPClient(); to if (typeof Titanium !== 'undefined' && typeof Titanium.Network.createHTTPClient != 'undefined')...