Alex Fong

Results 7 comments of Alex Fong

I had the same placement problem. If you're using Vuetify their is an overlapping css class that causes the vue-typer element to float to the right. was fixed with this...

Possible duplicate of https://github.com/unjs/nitro/issues/200?

Looks like it has to do with this line: https://github.com/wobsoriano/trpc-nuxt/blob/master/src/runtime/client.ts#L51 Changing from `): Promise {` to `): Promise {` Resolves the typing error but it looks like you lose the...

Apologies @zhyd1997, I was unable to get a working WASM package built with those specific versions of rustup and cargo and your PR. I've made a reproduction repo here: https://github.com/birdlavv/image-rs-1471-reproduction

Sorry @zhyd1997 for the miscommunication, I was unable to get the build working- after I had installed the versions you specified. Here are my versions:

Aha! It the hook produces: ```panicked at 'called `Result::unwrap()` on an `Err` value: IoError(Error { kind: Unsupported, message: "operation not supported on this platform" })', src/lib.rs:20:25``` After removing the ```img.save("out.png").unwrap();```...

It appears to only affect the development server. I'm able to build the project for production and sign in without issue.