blessedbythestorm

Results 10 comments of blessedbythestorm

Hi @yoannfleurydev, I am getting this same issue as well, did you ever find a solution?

So I fixed the issue by reducing the scope of the borrows but for some reason it is still failing to renew the authorization, there doesn't seem to be any...

Yes sorry if I was not clear. I would want to be able to declare a named route variable on the url directly. In the form of ''/receive/:id'' or perhaps...

I'm currently serializing the values like this in my server: ```rust #[derive(Debug, Clone, Eq, PartialEq, Serialize, Deserialize)] pub struct ContractInputValue { #[serde(skip_serializing_if = "Option::is_none")] uint: Option, #[serde(skip_serializing_if = "Option::is_none")] int:...

@FelipeRosa no worries at all, I've made a workaround by serializing the types on my own but this implies I am redoing what you have already done initially to decode...

Getting the same on nixos with plasma KDE. I seem unable to move the main editor window by dragging it with the mouse. Zed: v1.0.0 (Zed) OS: Linux 1.0.0 Memory:...

@notpeter I installed it via the nix package manager. ``` environment.systemPackages = [ pkgs.zed-editor ]; ``` Sorry, I assumed getting it through the stable channel would have the latest stable...

@Zocker1999NET I'm getting the same. Generating the credentials from `librespot-auth` then copying them over to `.cache/ncspot/librespot` allows me to continue onto ncspot but I can't play any songs, it will...

@psaumur In arch `ncspot info` yields `~/.cache/ncspot`. I had this working a few days ago with the `librespot-auth` workaround but then I think the credentials expired and now I can...

We are having the same issue. Our server has been running for a while and I can't view our logs on the shuttle panel for the deployment or request it...