Erik Rothoff Andersson

Results 86 comments of Erik Rothoff Andersson

@MSE99 great that you are wanting to help out! AFAIK there is no active development on this. If you're interested in helping out you can read this thread: https://github.com/googollee/go-socket.io/issues/192 or...

@TFaga @RuslanZavacky even if you rename the certificate as mentioned by @TFaga this error appears: ```found certificate with the same SHA-1 fingerprint```

Use this gist to try it out locally: https://gist.github.com/erkie/946e5f5932767420970e80f3583d759d

@TorbenHammes @ucipass we need help! If more people were willing to help out, boy, this library, would support all versions of Socket.IO, be superfast, super great documentation. The sky's the...

There is a telegram channel, and there are a bunch of issues here in github. Just pick one and get going!

Just so I understand this thread, support for `div:has(> article)` will not and cannot be support in Cascadias current form?

Although a good alternative [does not support streams](https://github.com/thejoshwolfe/yauzl#no-streaming-unzip-api) (the reasoning seems solid however).

What's the recommended way to implement lazy loading screens with the latest releases? I can't find any documentation, yet you mention that it's easier now? LazyPagerView was working great for...

> > What's the recommended way to implement lazy loading screens with the latest releases? I can't find any documentation, yet you mention that it's easier now? LazyPagerView was working...

@mweel1 it's just a memoised object that I can pass around with details about the navigation state: ```tsx const currentNavigation = useMemo(() => { return { currentIndex, totalLength: posts.length }...