Семён Марьясин
Семён Марьясин
Fixes #11
It is required for std::exchange() on GCC. Some other compilers include it automatically (maybe for ``?) See: https://en.cppreference.com/w/cpp/utility#Swap See also this issue: https://github.com/doxygen/doxygen/issues/9312
I've configured pgcode as a "webcam" within my Fluidd instance. It shows nice, but when I drag&drop the file from File Browser window to PrettyGCode frame, nothing happens. It would...
I made a directory /tmp/x with subdirectories /tmp/x/a and /tmp/x/b, which in turn contained simple index files. Then I issued a following command: $ tagfs /tmp/x -i /tmp/x And it...
Previous `elsif` keyword is neither valid for Jade syntax (AFAIK) nor works with `nodes.py` `Conditional` class: `elsif` is not recognised as "next block" for `if` statement.
Here is a minimal example: ``` mixin test(arg) p= arg .hello +test('world') ``` Expected result: ``` world ``` Actual result: ``` w ``` While does it happen: in `ext.html.Compiler._make_mixin._mixin`, arguments...
This might imply common superclass for label and number, with methods like val(bits,shift); it may allow using labels instead of numbers in many additional contexts. But maybe limit with Num+Num...
Requested by Jeremy8318 @ http://forums.getpebble.com/discussion/comment/108237/#Comment_108237