Gleb Popov
Gleb Popov
Yep, that's correct. And put `databases/galera:` in front of the SUmmary field to get the maintainer notified automatically.
Just a note that FreeBSD Ports would benefit from this change as well. We're also parsing plan.json to get versions, but then have to query Hackage for a number of...
> The TASK.binlog file is debug level of verbose. Inspect that if you have access to it. Otherwise -v diag should give diagnostic level of logging in most cases for...
Re-routed this issue upstream: https://github.com/dotnet/arcade/issues/16038
> My thinking was that avahi could provide the D-Bus API specification or something like that to make it easier to consume its API regardless of the language Yes, yes!...
The "not found" errors come from the non-portable "/bin/bash" shebang. On FreeBSD bash is usually located in /usr/local/bin/bash. To fix this problem the portable "/usr/bin/env bash" shebang should be used.
Some context: On FreeBSD the evdev headers are not part of the base system, but come from a package named `evdev-proto`. It seems this package should be installed to make...
Yes, but on Linux these data types are part of libc. Because of this, the consumers of this library that are using these types will fail to compile on FreeBSD....
> nothing is stopping you define those types in the requested project This would require patching for each project that depends on these types in libc. > or to publish...
@tgross35 Can we get this in? The change does not use headers from 3rd-party packages anymore, so #3839 is now unrelated.