Johannes

Results 79 comments of Johannes

@macintoshhelper hey, did you ever get WebCrypto signing working? I spent a bunch of hours trying to write a signature function to use with your fork, but I could never...

I guess an issue with how drag session tracker detects the end of the drag session https://github.com/statelyai/xstate-viz/blob/dev/src/dragSessionTracker.ts

Currently bumping up against this too! The viz is basically unusable without a second monitor at the moment. A toggle to show and hide the panel would massively add to...

Would also be nice to be able to have the computed value visible in the model `__repr__`

Discussion on dropping 3.6 support https://github.com/encode/httpx/discussions/2136

Guessing this is still valid..

I've just bumped into this.. Have been trying to debug [a strange issue](https://github.com/encode/httpx/discussions/2130) with a difference in behaviour between httpx 0.20 and 0.21 involving a request hanging indefinitely, but after...

I'm currently trying to use this flag and the lack of documentation is making things really difficult. I'm wanting to deploy my site that has already been built, but it...

Also the docs currently reference a `vercel build` command that I don't think exists anymore? https://vercel.com/docs/cli#introduction/extended-usage

@TooTallNate Turns out `--prebuilt` isn't what I wanted. Instead I needed to conform to the build output api by copying my built site into `.vercel/output`, and making sure there was...