Alexander Richardson
Alexander Richardson
> So, for that specific API, [SetWindowLongPtrW](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setwindowlongptrw), the official signature looks like this: > > ```c++ > LONG_PTR SetWindowLongPtrW( > [in] HWND hWnd, > [in] int nIndex, > [in] LONG_PTR...
I just ran into this too: The systemd files do not work on Ubuntu because it patches systemd to look for scripts only in `/lib/systemd/system-sleep/` instead of `/usr/lib/systemd/system-sleep/`
Any update on this?
Ping?
I am also getting this with https://latest.glowing-bear.org and weechat from git
> > Are you using Anaconda's NumPy packages? Those link to MKL, which does a pretty good job speeding up a number of ufuncs. > > Nope, using standard pip...
Yes, that sounds like it would make sense to split it. Would it be okay if I contribute your highlighting file with my changes to the upstream Kate repository?
I think this can wait until after merging some of these changes from upstream.
> @arichardson do we still want the ZFS_TESTS knob? Might still make sense, since the ZFS tests are broken and report failure instead of unsupported when ksh is not installed...