-
The type `ChaCha20Poly1305` should implement `Zeroize`. Also, I do not sure if `AesGcm` should implement `Zeroize` too. It will allow the user to implement `Zeroize` for types containing them.
-
**Feature:**
make zipkin + armeria can enable access log like server.tomcat.accesslog.enabled=true
**Prior Art**
* https://line.github.io/armeria/server-access-log.html
-
The goal of this feature is to provide search and autocompletion across packages. We will add a new configuration, called `related_deps`, which is a list of package names we find related. We will impr…
-
ref dotnet/runtime#23601
When using span to read/write a block of memory you often end up with the following pattern
```c#
var myspan = [someplace a span is allocated]
span.Write[TBD](someVa…
-
Copying memory asynchronously allows it the memcpy to overlap with other work as long as the work doesn't depend on the copied data. This is important for optimal performance, so RustaCUDA should prov…
-
Hi everyone,
When I introduced Marathon almost 2,5 years ago, my goal was to provide a simple abstraction on top of the Swift Package Manager in order to make Swift scripting simpler. However, as b…
-
### Content request
We want to make sure that all code examples and tutorials in the docs can be (automatically) compiled, so we can easily test that they still build. Little is worth than having p…
-
Access News content is currently scattered all over: OneDrive, Google Drive, internal server, TR2 production server. My OneDrive account is already running out of space, and the organization of files …
-
First, some context: I'm writing a blog post on which I want to provide playground links for all code snippets. Using gist.github.com for this sort of use case would be very annoying to keep up to dat…
-
We're getting to the end of the 0.6 cycle, so it's a good time to start planning for 0.7 since we have lots of large, sweeping changes to land. This issue is meant to centralize, keep track of all the…