omartijn
omartijn
**Describe the pull request** - #### What does your PR fix? It enabled universal binaries for cmake-based ports that somehow don't support it (e.g. because they use NASM). One such...
**Describe the pull request** This yields binaries which work on either platform, making it easier for end-users, since they don't have to be aware on which architecture they are running....
This check is unnecessary, since we require CMake 3.15 or higher, so this check can _never_ return false and thus we don't need it. Thank you for submitting a pull...
Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ Description =========== I have just started looking at this library, and looking at the https://docs.confluent.io/current/clients/librdkafka/classRdKafka_1_1Producer.html#a540569ee0152703cdad4b45419f64b39 function, I see that the `RdKafka::Producer::create` function takes the conf...
**UBports Installer `0.9.6-beta` (deb)** Environment: `Debian GNU/Linux 11 bullseye linux 5.10.0-17-amd64 x64 NodeJS v16.14.2` Device: [`hammerhead`](https://github.com/ubports/installer-configs/blob/e6561cadb31ef80456b32a5b66fada0fee42590b/v2/devices/hammerhead.yml) ([Nexus 5](https://devices.ubuntu-touch.io/device/hammerhead/)) Target OS: Ubuntu Touch Settings: `{"format":true,"bootstrap":true,"wipe":true,"channel":"ubports-touch/16.04/stable"}` OPEN-CUTS run: *N/A* Pastebin: https://snip.hxrsh.in/ubi-1662044028910 Installing...
I'm having an issue with serialization of `std::size_t` with libc++ (the standard library coming with clang). It seems that on most platforms, this is caught by the `std::uint64_t` variant, but...
I am having trouble getting googletest to compile. The problem is that many classes rely on a default move constructor while defining a copy or move assignment operator. This has...
In newer versions, urllib rejects paths containing control characters, which includes spaces. Since `json.dumps` adds spaces by default, this caused the request to be rejected locally, preventing routing from working....
I have just installed the latest version of AmazFish on my device (a Sony Xperia 10 II running SFOS 4.4.0.72) from Chum. My watch is running InfiniTime 1.11.0, installed a...
This is necessary on UNIX platforms when using the skia library in an application built with rtti itself. - [X] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [X] SHA512s are...