Afsan Gujarati

Results 8 comments of Afsan Gujarati

Having a similar problem. Did exactly as mentioned but getting the following error: `Not all necessary Java dependencies have been downloaded!` It worked perfectly on my previous system with an...

I was having issues with `https://htmx.org/extensions/response-targets/`. Let me try it your way though.

Another question, why is it that I use certain tailwind css class in my template I don't see the expected change. e.g. when I tried to add `bg-green-300` class to...

I have having similar issue with inline foreign keys. @justinqian42 Unrelated to your post, how did you implement this?

@lukasvinclav @HenrichHanusovsky @gernathlub Can I please get your eyes on this?

@lukasvinclav Yes, my plan is to override the unfold login template, but there's NO empty block in the unfold login template that I can override. The PR adds a block...

and just for context, the only way for me to get the Signin with Google button appear right after the login button is to copy and paste the entire content...

I tried using asynchronous with the following code ``` from dotenv import load_dotenv import os import logging from dask_cloudprovider.aws import ECSCluster from dask.distributed import Client load_dotenv(verbose=True, override=True) AWS_ACCOUNT_ID=os.environ["AWS_ACCOUNT_ID"] AWS_DEFAULT_REGION=os.environ["AWS_DEFAULT_REGION"] VPC_ID...