Results 85 comments of Sean Proctor

Yeah, that would be a pretty cool feature. If you want to implement it, I'd be happy to merge it. It's not something I plan to use, so I probably...

Sorry about that. Scrolling: it works very similar to `Column`, except there's not really anything that needs to be done in most cases. See the demo for usage: https://github.com/sproctor/compose-data-table/blob/be0a85772d1bd7513c946bdf36ebce55beab7459/demo-common/src/commonMain/kotlin/com/seanproctor/datatable/demo/App.kt#L73 If...

I can certainly add the `wasmJs` target. iOS targets need to be built on a Mac, which I don't use for development. I could use GH actions to build the...

Thanks to @eyedol, we have iOS support in 0.10.1.

I added a wasm target in 0.11.4. Let me know if it works

I did a bit more work and figured this out. PR #37 updates the dependencies.

I should probably port my code to a maintained JWT library. None of the options are amazing though. The only change I'm not super confident about is removing the annotation...

@Nohus Can you share how you did this? I'm working on the same thing currently.

This was about half of it. I'll add my solution here for anyone else interested. I had a terrible time getting a properties file generated. It worked fine locally but...

It fixes #889. The overall behavior seems to be better, but I'm not sure if it was these changes or something else. I'm still getting: ``` ClosedReceiveChannelException: Channel was closed...