Péter Szabó
Péter Szabó
A search mechanism would be an improvement, but for me, it would be less convenient than the single-page view. In-page search (Ctrl-*F*) shows much more useful context, and it's always...
The search functionality in the top left corner is useless for me. Try to search for _git push_. It shows 5 pages, and the snippets are irrelevant. Then try to...
> the concept of files and directories is already a difficult one I think students have a good understanding of files. They also have some understanding of directories, e.g. they...
To clarify my recommended solution: Create the Django project in the `~/djangogirls/my-first-blog` subdirectory. modify the tutorial accordingly (probably at multiple locations), and add some explanation to the tutorial. As a...
#1495 is a great improvement, but it doesn't directly address this issue: providing explicit hints on how to use small screens more efficiently.
This happened again in February 2017 on a Mac (where using Chrome instead of Safari fixed it) and also in October 2017 (in some cases copy-pasting a `~` from a...
@ekohl: Unfortunately I don't remember any more details exactly. With high probablilty the keyboard layout was Swiss German. It could as well be regular German.
Any updates on this? Is there anything I can do to get this merged?
FYI The jbig2 command-line tool can create a PDF `/JBIG2Decode` stream. A stripped-down version is available at https://github.com/pts/pdfsizeopt-jbig2/blob/master/c.sh
The suggested workaround doesn't work for me: ``` $ zig cc -target x86_64-macos.10.5-none -Werror=partial-availability -W -Wall -s -O2 -o hello.darwin105 hello.c hello.c:1:10: fatal error: 'stdio.h' file not found #include ^~~~~~~~~...