Devin Stein

Results 81 comments of Devin Stein

@kangmingtay Amazing! What's the best way to follow so I know when it's available?

@younesbenallal Thanks. I was referring to when the version of GoTrue is released to my Supabase instance. For others that stumble upon this thread, I found the root cause is...

[Dosu](https://dosu.dev/) could help with community support on issues and discussion

Hi @lemeb yes! This would a great addition. Let me know if I can help. Most of the merge conflicts are likely caused by enforcing `black` #605

@winston-zillow `%%pretty` is a cell magic (the `%%` prefix), so it should't operate on multiple cells. I'm open to creating an equivalent notebook magic `%pretty` that operates over the entire...

This issue should be fixed by [this PR](https://github.com/jupyter-incubator/sparkmagic/pull/763), which I just released as part of the [0.20.4 release](https://github.com/jupyter-incubator/sparkmagic/releases/tag/0.20.4). I'm marking this as resolved for now, but please let me know...

Thanks for the code snippet @baixinzxl. I will investigate once I have bandwidth in the coming weeks. Contributions are welcome if you want to dive into the code!

Hey @baixinzxl I haven't forgotten about this. I've been stretched for time and have tried to tackle this twice without success. The relevant code is in [this file](ubator/sparkmagic/blob/master/sparkmagic/sparkmagic/utils/dataframe_parser.py) if you...

Hi @wjxiz1992 there a some resources online for Sparks on K8s + Apache Livy. I know Viaduct has some open source repos for their docker images: https://github.com/viaduct-ai

@winston-zillow Thanks for the example. As demonstrated in first example. Sparkmagic naively renders the response from Livy, which is the `{ 'text/html': 'H1' }` JSON. This should be fixable. Are...