Aleks-Daniel Jakimenko-Aleksejev
Aleks-Daniel Jakimenko-Aleksejev
It looks like `nano` is actively maintained, and even has syntax files for modern languages like `go`: https://git.savannah.gnu.org/cgit/nano.git/tree/syntax Given that currently it erroneously recognizes perl 6 code as perl5, maybe...
Upstream nano has this in `perl.nanorc`: ``` header "^#!.*perl[-0-9._]*" ``` I think that's what is making it recognize most perl 6 scripts as perl5. perl6.nanorc should recognize perl6 shebang, and...
Currently only ascii ops and quotes are supported. See the full list here: https://docs.perl6.org/language/unicode_ascii
When trying to recover large drives, it helps to know how much time you need to wait. For example, `photorec` displays this: ``` Elapsed time 0h00m04s – Estimated time to...
Since previous pull request was kukarekted, I am opening a new one (so that new commits are attached). Please see #7 for discussion.
https://github.com/Skarsnik/gptrixie/blob/e17a0135e1f8816aac9e4bd0625692a5878f136c/bin/gptrixie#L212-L222 File ``plop.xml`` is created in CWD with an assumption that the filesystem is writable. In case of whateverables, it is not. I don't think it should do anything like...
When my test fails, I'm greeted with this wall of text: ``` attachment #1: trace (application/zip) --------------------------------------------------------- test-results/backoffice-misc-Miscellaneous-Backoffice-stuff-da01b-nt-test-basics-chromium/trace.zip Usage: npx playwright show-trace test-results/backoffice-misc-Miscellaneous-Backoffice-stuff-da01b-nt-test-basics-chromium/trace.zip ------------------------------------------------------------------------------------------------ attachment #2: trace (application/zip) --------------------------------------------------------- test-results/backoffice-misc-Miscellaneous-Backoffice-stuff-da01b-nt-test-basics-chromium/trace-1.zip...
While it's awesome to be able to sink the whole output, sometimes it's needed to sink a specific scene even if it's not used for output. I think this is...
Bullet has a generic 6dof constraint that is actually the most versatile (as it lets you create any of the standard constraints and more). However, Urho3D does not support that.
Imagine this: [2014-03-16 11:00:00] user TestUser has sent a message "hello" [2014-03-17 12:00:00] user TestUser has sent a message "world" Currently it is impossible to determine if these messages were...