Pi Delport

Results 30 comments of Pi Delport

Upstream release: [Intel SGX SDK 2.15.1 Release Notes](https://download.01.org/intel-sgx/sgx-linux/2.15.1/docs/Intel_SGX_SDK_Release_Notes_Linux_2.15.1_Open_Source.pdf) (12 Nov 2021) Changes in version 2.15.1: > * Upgraded to OpenSSL 1.1.1l. Does `v1.1.4-testing` need any update for this? Is anything...

Awesome! Does that resolve this issue?

Related tracking issue / discussion: https://github.com/rust-lang/wg-cargo-std-aware/issues/3

Here's a stop-gap implementation that can be dropped into existing projects: ```rust mod serde_bytes_array { use core::convert::TryInto; use serde::de::Error; use serde::{Deserializer, Serializer}; /// This just specializes [`serde_bytes::serialize`] to ``. pub(crate)...

It's been almost 2 years since the last release. A new release is very overdue! 🙏🏼 @Dylan-DPC, @Zykino: Does anyone else in the Rust CLI WG have release permissions? Is...

For what it's worth, I did this by overriding the `admin/base_site.html` template (it's small), and adding to the `userlinks` block: ```HTML+Django {% block userlinks %} Dashboard / {{ block.super }}...

Relevant `ghc-exactprint` issue: - https://github.com/alanz/ghc-exactprint/issues/93 The consensus seems to be that `ghc-exactprint` would need to be split up more before migrating to `ghc-lib`; see: https://github.com/alanz/ghc-exactprint/issues/93#issuecomment-867167997

It might be worth pinning this issue for more visibility?

New user here! 🙋🏼‍♀️ > Who's using (or interested in using) rkyv I'm a software developer at [Registree](https://github.com/registreerocks). > What you're using it for We're building a platform for privacy-preserving...