sandeep-gh

Results 32 comments of sandeep-gh
trafficstars

This didn't help. I have two svg elements : one in plain html, another using svelte. They both are identcal in definition. HTML renders fine. Svelte one doesn't. Attaching the...

Have been wanting to share this for while -- I have a fork of justpy that I am working on. Its open source. Over time many additions/changes got into the...

Folks, these are the repos related to justpy fork. A detailed discussion is best in a separate thread. Just wanted to mention it here as some aspects are relevant to...

All the events on the browser are tied to the justpy event handler on browser side. They marshall the event info and send to the python via websockets. That is...

Good idea. I have made a hierarchy navigation component using justpy and a small functional wrapper I wrote on top of justpy. Would be happy to share :). On Sat,...

@WolfgangFahl, Need to polish/cleanup somewhat more. Will share soon.

Can you elaborate on the problem? Possibly share some code to understand what the problem is?

I haven't used ag_grid. Why are you creating a new grid on reload? Just update the data for the current grid. It will get refreshed.

Something about "" that is introducing special character. If i change this to "" that seems to not break the parsing on the frontend.

Great to know. This works well. One minor issue is that firefox keeps giving an alert `"Page needs to be reloaded, click OK to reload"` . The issue is mentioned...