Ævar Arnfjörð Bjarmason

Results 16 issues of Ævar Arnfjörð Bjarmason

There's really nothing emacs specific about this extension aside from the edit-server.el. To support other editors it would be nice to present the user with a configuration option to change...

feature

I'm getting this now: ``` $ ./adbfs /mnt/nexus-5 --*-- exec_command: adb shell "ls" $ ls -l /mnt/nexus-5 ls: cannot access /mnt/nexus-5: Transport endpoint is not connected ``` USB debugging is...

Let's make a Debian package for Hailo. That will allow us to be integrated into Debian / Ubuntu & take over the world.

enhancement

As far as I know no other grep implementation can do this: $ ./pcre2grep -M 'Copyright(\n|.)*Copying' INSTALL Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software Foundation, Inc. Copying and distribution of...

Since there's no way to pass a NULL character on the command-line, this needs to be done via the tool's ability to read a pattern from a file. Not all...

I went through the guide, spotted some bugs. This fixes them.