teo1978

Results 33 issues of 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...

enhancement
Hacktoberfest

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...

enhancement
Hacktoberfest

Text Editors that have a Ctrl+F key shortcut for "find" usually have Ctrl+G for "find next".

enhancement
Hacktoberfest

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,...

Normal

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...

Normal

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...

Type: Bug
Component: IDE user interface

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...

reproducible
inquiry
restriction

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...

help wanted