Daniel Schaefer

Results 46 comments of Daniel Schaefer

Using pkg-config would make it even easier.

Oh, you're right. It seems to be a GNU extension. I'm not sure I understand the [manual](https://www.freebsd.org/cgi/man.cgi?query=install) correctly. It works on GNU, would that do it? ``` install -m755 mtm...

Hmm. It seems like `install` isn't more helpful in this use-case than `mkdir -p` and `cp`, right?

Which systems do not support `mkdir -p`? Since it's part of the [POSIX standard](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mkdir.html) I think it's safe to use.

I also get ``` > ape -text "A girl is crying at a table." -solo tptp fof(f1, axiom, ( ? [A,B,C] : ((modifier_pp(D,at,A)) & ((B=C) & ((property1(C,crying,pos)) & ((girl(B)) &...

It would be cool to have a new version released. On GitHub and on SWI. Many changes have been made since 2013.

This can be configured with your input driver, for example [libinput](https://wayland.freedesktop.org/libinput/doc/latest/clickpad-softbuttons.html#clickpad-softbuttons).

The code of https://github.com/LongSoft/IFRExtractor-RS looks cleaner and would probably be easier to modify to output JSON. I wonder if IFR loses information compared to VFR or if it's only a...

Origin of some interesting logs: https://github.com/tianocore/edk2/blob/939c2355daaf94cd7eb2018d15928b9bc471d680/MdeModulePkg/Core/Dxe/Image/Image.c#L804 https://github.com/tianocore/edk2/blob/939c2355daaf94cd7eb2018d15928b9bc471d680/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c#L457