Li-Yu Yu
Li-Yu Yu
When booting Arch Linux via PXE [1], besides the kernel and initramfs, an additional the root filesystem image (`airootfs.sfs`) has to be transferred. If the location of `airootfs.sfs` is specified...
The PR adds two flags to the command line: * `--static-dir`, directory to serve the static files. Defaults to `""`, in that case nothing is served * `--static-prefix`, URL prefix...
If the cumulative size is 0, the program will crash with `ZeroDivisionError` The PR should fix that. ``` afg@sceptile ~/p/pyminifier (master)> python -m pyminifier __init__.py empty.py __init__.py (0) reduced to...
There are multiple ways to override the paths but it is only logged sometimes. For example in sof-pci-dev.c there are multiple conditionals to change them, but only some of the...
Questions: - Do we want this feature? - Do we want an option for it? - Do we want it enabled by default?
Some build systems (we are using bazel) do not define -DPIC when compiling position independent objects. When building a alsa module, if `PIC` is not defined, `global.h` requires the presence...
``` File "//void-battery/web/main.py", line 157, in pob data = generator.export(items, tree) File "//void-battery/web/pobgen.py", line 131, in export items, skills = self.ItemsSkills(tree['items'] + items['items']) File "//void-battery/web/pobgen.py", line 164, in ItemsSkills slot...
``` python3 -c "import nebuloch.mods; nebuloch.mods.Translator('Traditional Chinese', '')" 2>&1 | grep UnknownFlag: | cat -n 1 /home/afg/projects/void-battery/web/nebuloch/mods.py:122: UnknownFlag: times_twenty 2 /home/afg/projects/void-battery/web/nebuloch/mods.py:122: UnknownFlag: canonical_line 3 /home/afg/projects/void-battery/web/nebuloch/mods.py:122: UnknownFlag: display_indexable_support 4 /home/afg/projects/void-battery/web/nebuloch/mods.py:122: UnknownFlag:...