Anatol Pomozov
Anatol Pomozov
I am trying to compile the package with `gomobile` for ios platform ``` gomobile init gomobile bind -target=ios,iossimulator -x -o My.xcframework ``` And I get following error, probably because following...
See https://github.com/nmeum/android-tools/actions/runs/8581817413/job/23638075629 It looks protobuf related: ``` dynamic_partitions_device_info.pb.cc:(.text+0x1316): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), absl::lts_20240116::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: vendor/libliblpdump.a(dynamic_partitions_device_info.pb.cc.o): in function `android::DynamicPartitionsDeviceInfoProto::GetMetadata() const': dynamic_partitions_device_info.pb.cc:(.text+0x1ab6): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(),...
I am trying to compile `crash` 7.3.0 at Arch Linux and the build fails. For me it looks like the old gdb does not play well with modern compilers. ```...
math.rs library looks promising and can used as a template for Rust float functions implementation. In this case performance and correctness are 2 extremely important properties. I checked some functions...
cryptsetup supports several less-known hashes/block ciphers, e.g. serpent, sm3. Review the list of supported algorithms and add it to luks.go One thing to keep in mind here is that those...
Something like this: `spec.license = 'MIT'`
Currently clevis uses json to store its encrypted data. It also uses base64 encoding a lot. So clevis has a lot of binary->base64->json->base64->... conversions. It adds quite a lot of...
It is a counterpart for the upstream issue https://github.com/latchset/clevis/issues/245 Some computers (e.g. Lenovo Thinkpad X1 Yoga) have a built in fingerprint sensor. This would be a good candidate for a...
I am trying to build beignet Arch package with LLVM5 and I see following compilation issues: ``` /build/beignet/src/Beignet-1.3.1-Source/build/backend/src/libocl/src/ocl_image.cl:271:45: error: use of type '__write_only image3d_t' requires cl_khr_3d_image_writes extension to be enabled...
Systemd is getting popular in Linux world and it would be great if rethinkdb team own config files for it and install using 'make install'. Linux Arch has system config...