Kaushal Phulgirkar

Results 75 comments of Kaushal Phulgirkar

Am I doing anything wrong here? I tried after cleaning the build too. Same issue

I reinstalled mojo and modular both with same problem

Ahhh. I found the problem. My bad. The script also packages the test_utils and after cleaning the build folder directly running lit -sv test/ doesn't work because it doesn't find...

@JoeLoser are we having any ticket to track adding the conditional conformance? Is that something we can work on or is it going to be internal development?

Oh please let me know if I can help or any subtask I can pick up

Managed to use it with below code: ``` loop = asyncio.get_event_loop() if loop and loop.is_running(): tsk = loop.create_task(db_engine.configure_database([User])) tsk.add_done_callback( lambda t: print(f"Task done with result={t.result()}

I will take this up if noone is working on this.

Oh. Np I couldn't see any PR in this thread. Didn't see it was already assigned🤟🏻