Sylwester Nakonieczny

Results 4 issues of Sylwester Nakonieczny

Firefox support (at least on fedora 31) large text (125% scale) out of the box and scales websites nicely. Applying theme when this feature is enabled causes wider header bar...

bug
help wanted

I am working on simple packaging scripts and run into this. Sript for creating example package (`mkdeb`): ```sh #!/bin/sh mkdir -p hello/bin hello/DEBIAN cat hello/bin/hello #!/bin/sh echo hello EOF cat...

Yesterday's (September 26, 2023) Windows update (22621.2361) added public support for the ReFS file system - even for Home Edition. It would be nice if busybox had support for CoW...

Test makefile: ```Makefile all: @echo "Automatic variables from suffixes rule" @make -n AUTO=1 main.o @echo @echo "Automatic variables from regular rule" @make -n main.o .c.o: $$< = "$