Adithya Krishnan

Results 27 comments of Adithya Krishnan

Hey @junholv , that kind of defeats the idea of Greppo to create an end-to-end app. For your purpose, folium is your best choice...

Hey @gtitov , vectors tiles are in the roadmap. But we are not focussed on it at the moment.

Hello @erwanito12 If I understood you right, you want to display the value from the slider on the result block, updating the string `toto` to that value. Then, that is...

@erwanito12 Sorry, I missed this. Could you send a PR with an example to test it?

Hey @osi1880vr , 1. A decoupled version, by implementing your own backend, would that include the GUI component as well? If so, would that also mean that you would want...

Also, I am thinking of a way to decouple the GUI and the backend. As in, to have the GUI independent and be able to add it to any interface....

Hello @XmYx , 1. Image/Video output: do you mean that you'd like the node itself to display these features? (In the editor canvas?) If so, there is another issue #9...

When I define the UDF/SP I programmatically add or remove the arguments using string manipulation. But, when I actually write the handler, I don't want to do this. And I...

Ah, okay! Then there needs to be an update to the documentation. This is what it shows currently: ``` write_pandas(df: DataFrame, table_name: str, *, database: Optional[str] = None, schema: Optional[str]...