Michael Savage

Results 26 comments of Michael Savage

Sorry, but I have no interest in supporting Solaris from 2005 even if it is still under LTS. Likewise Debian 8 is on a second level of LTS with the...

If you're building from glfw master you don't need libx11.so present anymore. This still fails but you can just do `cmake -DX11_X11_LIB=who_cares"` as a workaround

You can either build with `make LUA_INCDIR=/usr/include/lua5.1 LUA_LIBDIR=...`, or use Luarocks which does that for you

On Thu, 16 Feb 2023, at 8:52 PM, René Bertin wrote: > Did you actually use encryption on that disk? > I did! So doubly impressive this worked out.

I messed around a bit after creating this issue, if you uncomment this it blows up with both my password and the recovery key: https://github.com/sgan81/apfs-fuse/blob/master/ApfsLib/KeyMgmt.cpp#L478 but that comes after you...

The struct is 4 bytes smaller on 32bit with `userData` at the top, makes no difference on 64bit

You can use size = grow(99999) instead of 100% :) edit: actually that seems to just be for this poc because the canvas is 100x100, still no rush on this...

I'm on Sequoia, my opt/alt hotkeys work everywhere but password fields

Custom elements are what you want here and you would need to fork the renderer, you can see from the code that it tries to show how you would make...