Jonathan Parris
Jonathan Parris
Hi there, I created a b2 bucket over 24hrs ago (just in case these a propagation delay). When I attempt to init the remote I get `couldn't open bucket` and...
Hi there, I made an attempt to boot using a uefi bios and failed. I'd loved to see uefi support so I can demo a personal project on a webpage....
Hi there, I'm having problems compiling compiler_builtins under xargo. I'm pretty sure it's because `compiler_builtins_shim` is being compiled under the name `compiler_builtins`. # Xargo build ``` gerd:munin$ rm -rf ~/.xargo/...
## Motivation I need to be able to set the local address of a Channel. This is the source IP address the Channel will be coming from. Currently Tonic's Channel...
Hi there, I wrote a custom acceptor that enforces client hostname checking during mTLS. I noticed in `serve` that errors from the acceptor are ignored, leading the the socket being...
Hi there, Using the {{#include file}} operator I've included a html file that contains a interactive javascript widget. Everything works perfectly expect for the fact that the "s" key press...
**Format**: Google API Discovery **Official**: YES **Url**: https://lustre.googleapis.com/$discovery/rest?version=v1 **Name**: Google Cloud Managed Lustre API **Category**: cloud **Logo**:
Problem: It wasn't clear that `.after` and `.before` calls should only be called once. Solution: Add notes to both the book and rust docs. This PR fixes #366.
# Problem Modifying the readme example to have multiple afters will only run the last after. ## Example afters ``` World::cucumber() .init_tracing() .after(|_, _, _, _, _| async { tracing::info!("After...
* API comes from https://artifactregistry.googleapis.com/$discovery/rest?version=v1 * `api-spec-converter -f google -t openapi_3 artifactregistry -s yaml > openapi.yaml` * I did bump openapi version to `openapi: 3.1.0` to overcome the issue below....