Adithya Krishnan

Results 26 comments of Adithya Krishnan

How would you use this? Could you give me an example usage?

In v 0.7.0, now each block can store a private state. This state can store anything you want to access after execution. All the errors during the compute function execution...

Use @tailwindcss/forms instead, this project (tailwindlabs/tailwindcss-custom-forms) is not compatible with Tailwind CSS v2.0+ and has been deprecated.

Hey! Yeah, this is a non-python constraint. Greppo uses the name as an unique identifier to bind it with the API. The underscores are used for internal processing and can...

It looks like you are using Python 3.10. Could you use 3.9 and check? Greppo and its dependencies currently don't Python version 3.10.

Hey @davidestrada1 , Could you check if the Python version you are using is >=3.9.4. Inside your conda environment, install geopandas first using `cond install geopandas` and then install greppo...

Could you give more context to the issue? And how I can reproduce it?

So if I understand you, CKAN is not generating the wms layer API, which you would like to use in Greppo? Then this is a CKAN problem.

Hey @sotosoul, Are you running the `app.py` in the terminal as the following? ```shell greppo serve app.py ```

Hey @gtitov , Do you just want to export the map element to html? Or the entire frontend with the sidebar and controls?