Roland Illig
Roland Illig
I'd like to be able to see named function arguments in a different color, as in the following example: ~~~r print(list(one = 1), right=TRUE) ~~~ The word `right` should get...
The implementation of `get_double` and the similar functions initializes the `va_list ap` at the beginning of the function and cleans it up before each `return` statement. This seems unnecessarily complicated...
Instead of messing around with the `get_string` macro, and having one definition inside cs50.c and another definition everywhere else, the cs50 code should demonstrate good knowledge of the C programming...
Hi, When my browser opened the page `https://add0n.com/keepass-helper.html?version=0.6.6&p=0.6.5&type=update` without me having done anything, I immediate went into alert mode. If you don't want to scare away security-sensitive users, you should...
### Describe your problem! When starting a new cartridge, the coordinates are shown as N 53.4 N 9.8, which is obviously wrong. CartridgeDetailsActivity says: ~~~java UtilsFormat.formatLatitude(MainActivity.cartridgeFile.longitude) ~~~ ### How to...
### Describe your problem! In the settings, I changed the storage folder from the default location to `/storage/emulated/0/Download`. After that, the Settings activity still showed the old folder. The folder...
- in classes.md: `method.The` should be `method. The` - in conversions.md: the first `object` and `dynamic` should be in backticks - in documentation-comments.md: `training` should be `trailing` (2 times) -...
The input consists only of mathematical symbols, not of natural language text. Previously, using the app in a right-to-left language, such as Hebrew or Arabic, started the input on the...