waddlesplash
waddlesplash
https://github.com/haikuports/haikuports/commit/20768cb0b9196a43517d2494052fc17626d1c59d#commitcomment-25814542 > The shell scriptlets require cmd:objcopy, cmd:readelf and cmd:strip, which pulls in binutils. It uses them in extractDebugInfo(). For secondary arch builds they might indeed better use the corresponding...
Hi! libuvc has now been moved to a GitHub organization, and I'm trying to get all the changes from the disparate forks upstream. Would you have time to prepare a...
e.g. generate a 3000+-line diff by doing `git diff HEAD~20 >out.diff` in the Haiku repo, and try to use the resulting diff in Koder. It will spike to 100% CPU...
Realistically, this should be done on the Haiku side; right now anything which is UID 0 (even if it's in a chroot) can do this. But for the moment, we...
Basically, move the rename out of this loop: https://github.com/haikuports/haikuporter/blob/master/HaikuPorter/Builders/RemoteBuilderSSH.py#L339 With the current model, if one file succeeds in downloading but the others do not, then the build will ultimately fail,...
When the request is larger than the maximum IO size **OR** striping is enabled, _nvme_ns_split_request will be used to break the request up into multiple ones: https://github.com/hgst/libnvme/blob/master/lib/nvme/nvme_ns.c#L231 However, it just...
The Windows default app icon looks kinda ugly.
I'd prefer a Chrome-like "Connect for this session" button on the error page rather than automatically adding an exception. Perhaps this could be an option?
The [Be API wappers](https://github.com/stippi/WonderBrush-v3/tree/master/src/platform/qt/system) included here seem like they would be very useful for those trying to port BeAPI applications off of Haiku to other platforms. Perhaps they could be...
It was disabled in https://github.com/HaikuArchives/BePDF/commit/99d76f1600e75ce3b9caaa9b8fdbcc6818998c48 due to the Splash system not having/calling `dump()` anymore. We'll need to patch the relevant parts of XPDF in order to reinstate it.