M. Dietrich

Results 21 issues of M. Dietrich

project homepage redirects to http://abstrakraft.org/cwiid which is dead :(

When printing to my ql-1050 the program aborts after 2/3 of the image with: ``` brother_ql --backend pyusb --printer usb://0x04f9:0x2020 --model QL-1050 print --label 102x152 --dither /tmp/sample.png INFO:brother_ql.backends.helpers:Sending instructions to...

OS: linux, Devuan GNU/Linux 5 (daedalus/ceres) Processor: 8 cpus, 64bit, little endian, Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz CC version: cc (Debian 11.3.0-3) 11.3.0 **What did you do?** ``` fn...

Bug

Please add some code examples on how to use the structure after parsing to retrieve the usual information. i am not an ical expert and couldnt find out how to...

documentation

`zola serv` doesnt log anything but reload of content. it would be nice to have an access log and a log about what zola did to serv the request (for...

This can be fixed by a change in chunk.cc:199 - if i change that line to ``` auto c = refptr(new Chunk(mo, isencrypted && crypt->ready, issigned, crypt)); ``` it works...

the app just terminates when clicking entries. logcat shows a nullpointer exception, stack is mostly obfuscated code, some facebook stuff mentioned. no clue why this app uses facebook modules or...

🐛 Bug

i would like to use a german locale but it stays english. i found `LANGUAGE_CODE = 'de-de'` in `bitpoll/settings.py` by default (while `#LANGUAGE_CODE = 'en-us'` is in `bitpoll/settings_local.sample.py` - wasnt...

bug

``` require 'strong' function love.draw() s = 'läla' love.graphics.print(s(4), 10, 10) end ``` Gives "l", not 'a' which would be the fourth letter. `s(3)` even fails with "UTF-8 decoding error:...

getInterfaceList in pydhcplib/interface.py:89 uses a size of 32 for sizeof(struct ifreq) which is for my system 40 (as defined in linux/if.h). more such hardcoded offsets and sizes exists in the...