cryptocode

Results 38 comments of cryptocode

> Given the move to rocksdb soon and since few people are seeing it, not so sure it needs looking into? @TransLunarInjection if there's a bug in lmdb - or...

My understanding is that few things in Metal are specified to be thread safe.

@chriskohlhoff io_context is the new name in boost 1.66. Is `io_service` deprecated and the typedef scheduled for removal?

I have a FreeBSD branch of libxev, which constituted most of the work of bringing Ghostty to FreeBSD 14.1. It's mostly a matter of making the `kqueue` backend comptime configurable...

> One solution is to port the runner to go. We already use it in many of our services in github/actions. We (actions engineering) have discussed and it's something on...

As a workaround, the following installs the root certificate bundle from the Mozilla Project: `pkg install ca_root_nss` (under sudo if necessary) With this addition, I've been able to build several...

> I noticed the example you linked is in Swift. Is there no way to do it with Obj-C? If it's Swift-only then it'll never be added to miniaudio. I...

Just ran into this as well on a fresh arm mac install. I had to add `-DZIG_STATIC_ZLIB=ON -DZIG_STATIC_ZSTD=ON` to the cmake command