six

Results 82 comments of six

Just encountered this as well. @mort3za As noted in the issue, this is solely a typings problem -- if you provide the `oauth_token` parameter it'll get passed through correctly and...

Is there a workaround for this? EDIT: Running ``cat `yarn global dir`/package.json`` should list globally-installed dependencies regardless of whether they have binaries or not.

Thanks so much for the detailed reply! That all makes sense to me -- it for sure doesn't seem within the purview of Navi proper. I guess I'd been somehow...

Adding the tracking makes a lot of sense to me -- I'll try it to make sure it doesn't do anything unexpected and amend this PR. Yeah, not too sure...

hmm, `#[specta(inline)]` on a struct doesn't seem to be working for me: ```rs .query("posts", |t| { #[derive(Type, Deserialize, Debug)] #[specta(inline)] struct PostsInput { #[specta(optional)] offset: Option, #[specta(optional)] count: Option, }...

No worries! This isn't a huge issue for me since it's easy enough to stick to a more explicit naming convention that avoids clashes for now -- happy to wait...

Seconding this! Mednafen VB already supports this, so it'd be wonderful to see it exposed in libretro.

I can give it a shot when I have the chance -- I'm no longer on the same distro/version anyway. I think this is safe to close, thanks for checking!

Thanks for the ping on this! I feel like there's a few different scenarios for rspc that suggest different approaches to error handling. Most web servers sit at the _boundary_...