Matthäus G. Chajdas
Matthäus G. Chajdas
Add the Liara static page generator.
I'm not sure who/what is causing this, but this is the observed behavior: `clGetDeviceIDs` causes a segmentation fault: ``` #0 __vfscanf_internal (s=0x0, format=0x7f2faa0cf929 "%x", argptr=argptr@entry=0x7fffb53c0e00, mode_flags=mode_flags@entry=2) at vfscanf-internal.c:345 #1 0x00007f2faa6a400d...
This used to work, but seems to broken with Angular 8 and the latest ng2-charts library: When the data is not stored directly in a class field, but a property...
(Original issue 1444 created by purplefishies on 2018-06-06T16:50:49.003688+00:00) I'm trying to take log data from Tmux ( with capture-pane -e ) that includes ANSI color codes that colorize some of...
(Original issue 1002 created by lencioni on 2014-06-09T22:25:56.703746+00:00) JSX is a JavaScript XML syntax transform recommended for use with React JS. It is mostly like JavaScript, with the addition of...
(Original issue 1392 created by borneo on 2017-11-08T14:53:21.388702+00:00) http://pygments.org/docs/plugins/ There's no other official way to add lexers? This one is throwing me off a bit, why wouldn't someone be able...
(Original issue 1531 created by ComFreek on 2019-07-15T14:03:03.320979+00:00) At [http://pygments.org/docs/plugins/](http://pygments.org/docs/plugins/) it is very shortly outlined how to write Pygments plugins. Is there any reference PIP package showcasing this? I was...
(Original issue 1387 created by oddhack on 2017-10-27T09:43:57.023421+00:00) I'd like to enhance HTML output (which will be imbedded in other documents) to link from certain function / token names to...
(Original issue 1374 created by theoden8 on 2017-09-01T21:00:10.247172+00:00) My perl script is mistakenly recognized as prolog: ### dotnum.pl ```perl #!/usr/bin/env perl use feature('say'); $_=,$n=int sqrt sqrt -1+length ;say$n;$n*=2*$n;s/.\K(?=.)/ /sg;s/.{$n}\K(?=.)/\n/sg ;for$c('A'..'Z'){$d...
(Original issue 1346 created by Sylvain- on 2017-04-19T08:58:44.183711+00:00) Could you add support for crontab syntax? ``` #!crontab 1 0 * * * printf > /var/log/apache/error_log ```