Spencer Bartholomew

Results 7 issues of Spencer Bartholomew

The example code for the Rust Docker image documentation should be updated to something like this. The previous example is out of date. ```Dockerfile FROM rust:1.64 AS builder COPY ....

Too many sites are recommending this repo but this repo has major security issues. It needs to be fixed or taken down.

bug

This crate needs to be deprecated #109 #107 #106

![Screenshot 2023-02-18 at 22 02 06](https://user-images.githubusercontent.com/38776747/219923248-b74f4859-7853-431b-88fd-0f97f22099fe.png) Json deserializing breaks when "aud" is null like in this case. Here's the error message ``` Error(Json(Error("duplicate field `aud`", line: 1, column: 257))) ```...

![Screenshot 2024-02-28 at 20 37 58](https://github.com/zed-industries/zed/assets/38776747/feeadc68-71e0-4efc-8de8-ef346dff2e33) ![Screenshot 2024-02-28 at 20 37 41](https://github.com/zed-industries/zed/assets/38776747/3ae22e66-21f2-4a4e-85e7-a1823c5d3ba1) The information window alternates between open and closed at various frequencies when hovering over functions, structs, etc. I...

defect
editor
urgent

![Screenshot 2024-02-28 at 19 46 12](https://github.com/zed-industries/zed/assets/38776747/67ce5584-282a-4a91-98df-d6cbf0f9edac) On the left is vscode. On the right is zed. It appears that the syntax highlighting ends after a non-traditional use case.

defect
language
language server
dockerfile

Is there a way to do something similar like this ```Rust let layer = tower::ServiceBuilder::new() .layer(sentry_tower::NewSentryLayer::::new_from_top()) .layer(sentry_tower::SentryHttpLayer::with_transaction()); ``` but for Tonic? The description for sentry_tower::SentryHttpLayer::with_transaction() is `Creates a new Layer...