Darrell Roberts

Results 12 comments of Darrell Roberts

Hi, I just started using this library today and I ran into this issue having created struct references using `#[serde(flatten)]`. Is this feature support in the works?

Crash report full: [crash_report.txt](https://github.com/zed-industries/zed/files/14388989/crash_report.txt)

> We have temporarily disabled the Swift extension in v0.123.6 and v0.124.4; and will re-enable once we have the fix from max. Thanks. Is there a way I can remove...

I have an approach that generates module files per source crate: https://github.com/darrell-roberts/typeshare/pull/4. This is a prototype right now. There are further changes that would have to be made to make...

Moved to MR https://github.com/1Password/typeshare/pull/166

> It's due to [`ring` not supporting arm windows pre-0.17](https://github.com/briansmith/ring/issues/1167), I narrowed down to [a dependency on an old version of `async-tungstenite`](https://github.com/zed-industries/zed/blob/2e32f1c8a19525004cb9b3b7ac9cc53c9aa4fdd0/Cargo.toml#L323), upgrading it (see #17380) should resolve this (but...

Created PR https://github.com/1Password/typeshare/pull/206 that defaults the initialization to `info`. This will output the `info` and `error` level log to stdout/stderr. I hadn't noticed when I added the logger that the...

I have a WIP solution for this: https://github.com/1Password/typeshare/pull/210. Are you using the multiple file output option? If your outputting to a single file this approach works, however in the case...

That sounds like our version of `syn` is not up to date with [precise capturing use syntax yet](https://blog.rust-lang.org/2024/10/17/Rust-1.82.0.html#precise-capturing-use-syntax). I'll take a look as well as seeing if we can improve...