-
```julia
function calc_exclusion(as, ϵs)
regions = zeros(Float64, (length(as), length(ϵs)))
Threads.@threads for i in eachindex(as)
a = as[i]
for (j, ϵ) in enumerate(ϵs)
…
-
### -> submitter ORCID (or name)
https://orcid.org/0000-0001-7649-4498
### -> slug
cenki-tok-2020-crustal-roots-in-stable-continents
### -> license
CC-BY-4.0
### -> alternative licen…
-
I noticed this because the extensions view was empty for an IntelliJ project that should have DevTools extensions (due to the dependencies on the `provider` and `flame` packages).
![Screenshot 2024-0…
-
Sometimes X.509 credentials are accompanied with SCTs in the `signed_certificate_timestamp` extension. This isn't widely deployed, but being able to negotiate SCTs would be valuable for much the same …
-
Auto forester can't replant mangrove propagule.
and Auto forester also can`t break the mangrove roots(When a mangrove tree matures, most of them are mangrove roots.:( )
-
As suggested by @eugeneo [here](https://github.com/grpc/grpc/pull/37600#issuecomment-2319004802) I'm creating this issue to discuss the update of [roots.pem](https://github.com/grpc/grpc/blob/master/e…
-
repro
Cargo.toml
```toml
[package]
name = "test-rs"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = { version = "~0.12", default_features = false, features = ["rustls-tls-native-…
-
The [Beacon roots contract](https://eips.ethereum.org/EIPS/eip-4788#beacon-roots-contract) in Ethereum stores the historical roots of the last 8191 slots. When building the chain of `state_commits`, w…
-
I am running low on storage space. I investigated nix store usage and with `nix-store --gc --print-roots` I am noticing many gcroots in .direnv directories. This is expected, since I have been using d…
-
rustls requires using a matching version of webpki-roots that uses the same webpki types. Numerous library crates that build on rustls often have feature flags to enable one or both of rustls-native-c…