Aerilius
Aerilius
I'd like to report a small issue with the markdown engine: **_`under_score`_** is rendered improperly without code span (Firefox 25.0/Ubuntu), _**`under_score`**_ works, _`under_score`_ fails as well Examples for implementations where...
It took me several attempts to setup bups, it seemed to abort when it encountered errors due to some files. - Permission denied for `.dbus`: For what ever reason this...
Some photos that have correct GPano tags do not trigger the panorama viewer. This is because exiv2 fails to read any metadata if only some tags are inconsistent or duplicate....
When browsing quickly over a lot of images (several panoramas), a new panorama request (2) is sent to the WebView before the previous (1) is completed. PhotoSphereViewer throws an error...
Currently we rely for type inference on return types extracted from yardoc documentation. These extracts (in the apis directory) also contain description and parameter information to generate documentation tooltips. -...
When hovering an element (or array of elements) that can be visualized (SketchUp entity, point, vector), it is highlighted in the console by a blue frame (using css hover rule)....
When input code is evaluated with an error, the user sees line numbers in the backtrace (with `eval` as filepath) and looks them up above in the code that was...
This patch allows definitions based on previous definitions: ``` #define NARWHAL 0 #define UNICORN 1 #define RHINOCEROS 2 #define ANIMAL UNICORN ``` Previously, the fourth definition's value would be a...
It was not clear to me what is subtracted from what, and which method (subtract/trim) is non-desctructive. - Fix order of subtraction: When I subtract this from arg, it should...
The example of the method `Sketchup::Entities#intersect_with` was not helpful for understanding how this rather complex method works. - I added a working example - clearer description - reordered arguments to...