Michael Pfaff

Results 81 comments of Michael Pfaff
trafficstars

> Just decoding the claims can be done by decoding base64. Using this library is probably not necessary. That's ignoring the point which is that I want to be able...

Hey @SylvainGarrigues and @mikeumus. Feel free to view my changes over at https://git.pfaff.dev/michael/jsonwebtoken/commits/branch/master. My fork uses a little library I made that provides a `now_utc` function that uses `js_sys::Date::now` when...

> Isn't that what `time` does already? https://github.com/time-rs/time/blob/916004f5e3aef2f249d57ba828550be55ed7aaf3/time/src/date_time.rs#L307 Granted you can skip `time` entirely and just have the function in jsonwebtoken to avoid a dependency. It's been a while, so...

Is this the same bug as rust-lang/cargo#9786?

I think this issue can be closed

The `Cargo.toml` [appears](https://github.com/Pauan/rust-signals/blob/36585021f8230d74083640609b90480dbf1b6078/Cargo.toml#L31) to say otherwise. Is disabling the `serde` feature by default the breaking change?

> @mrnugget > > The high CPU issue is happening with both `.svelte` and `.js` files. > > First, opening a single .js file: > > All LSP logs empty...

@mrnugget > what version of Zed are you on? Zed 0.121.7 > Can you reproduce this with a sample Zig project? I've not tried. It seems to happen only while...

I'll see what I can do. If I stumble across anything reproducible I'll make sure to leave an update here.