Results 18 comments of Rohit

Having the same issue.

> > hey @amoat7, can you please provide us any hint on how to install udacimak, as it's not installing any more? > > ![image](https://user-images.githubusercontent.com/24620184/116125064-f76b5100-a6bc-11eb-9aa7-79c310f93b3d.png) > > @GhaziXX first uninstall...

> > > > hey @amoat7, can you please provide us any hint on how to install udacimak, as it's not installing any more? > > > > ![image](https://user-images.githubusercontent.com/24620184/116125064-f76b5100-a6bc-11eb-9aa7-79c310f93b3d.png) >...

> I got it working somehow. > > 1. Install udacimak version 1.5.0 via `npm install -g [email protected]` > 2. Locate the place udacimak is installed via `npm root -g`...

I'm currently unable to set the height or other styles to buttons. Is this a similar issue related to chakra?

> @rohitsathish Could you share what code you're trying to run? Sure Tailwind classes don't seem to work on chakra buttons, here the border colors show up but not the...

Sure. I'm having trouble running the local server on conda and venv. Even without a virtual environment, I get the same error. It works when using WSL though.

What's the right way to instantiate a pandas dataframe in rx.State? Still seem to be getting errors with this approach.

> You should be able to use event_triggers such as `on_click`, `on_mouse_enter`, `on_mouse_leave`, etc. and attach them to your chart components, that you can then you can bind them to...