eth3lbert
eth3lbert
I'm happy to report that we've made significant progress on this issue. After applying #8737 , the average query execution time for serde has been reduced from 2.5s to 500ms...
> `lib_links`? I favor this one.
I threw some ideas about a possible solution on [zulip](https://rust-lang.zulipchat.com/#narrow/stream/318791-t-crates-io/topic/Searching.20for.20.22any.22.20can't.20find.20.22mopa.22.20crate/near/451045988).
Could also fix via hooks: ```ts hooks: { afterOneFileWrite: [ `sed -i -e "s|export type Sdk = ReturnType|export type MySdk = ReturnType|g"`, ] } ```
Related to https://github.com/jasonkuhrt/graphql-request/issues/566
It seems like the screenshot doesn't match the expected behavior. This could be because Ember tests and Playwright use different screen resolutions. I'll dig into this further to investigate.
> it looks like it was previously not loading the FiraSans font and with playwright it is loading it, which results in different font rendering. Thanks for looking that up!...
Now it should work!
Some related info: ``` :) tree /Users/eth/workspace/astral-sh -L 1 /Users/eth/workspace/astral-sh/ ├── uv/ └── uv-dev/ (devshell) :) git worktree list /Users/eth/workspace/astral-sh/uv 20ef94b15 [main] /Users/eth/workspace/astral-sh/uv-dev 3c313126b [uv-cli-worktree] ``` content of `.git` file...
> @eth3lbert I just merged #6825. I ended up submitting that before realizing this PR or #6196 existed. I merged that one over this one because I liked having the...