teo1978
teo1978
Find tools in all decent text editors (e.g. Google Chrome, gEdit) usually display the number of matches found and the number of the currently selected match. So for example if...
Again, this is basic functionality of the Find tool that one usually finds in EVERY text editor I can think of, but is missing in Mergely. When you hit Ctrl+F...
Text Editors that have a Ctrl+F key shortcut for "find" usually have Ctrl+G for "find next".
The demo application should be more minimal and not depend on a framework such as CodeIgniter. A demo application is supposed to help you understand how to use the library,...
Calling get('me') throws the following exception: PHP NOTICE at /srv/www/megafone.net/public_html/protected/vendors/soundcloud/Services/Soundcloud.php (760): Array to string conversion
I follow the steps at https://developers.soundcloud.com/docs#authentication literally, but I systematically get a Services_Soundcloud_Invalid_Http_Response_Code_Exception when I call $client->accessToken() (after giving authorization and being redirected to the redirect url). Additionally, even if...
I use a Spanish keyboard. Next to the menu item Edit->Comment/Uncomment, the hint for the corresponding keyboard shortcut is ``` Ctrl+Slash ``` On the Spanish keyboard, there is no Slash...
Note this is **NOT** the same as https://github.com/LibreCAD/LibreCAD/issues/1163 (I have no idea whether the underlying issue might be the same but the steps to reproduce are different) ### Steps to...
How is one supposed to figure out how the hell to get the included examples to work? I have installed composer and run composer.phar install, but nothing works out of...
Regarding .offset() http://api.jquery.com/offset/ "Note: jQuery does not support [...] accounting for borders, margins, or padding set on the body element." It's not clear what "accounting for" means. Does it mean...