Martin Turóci

Results 237 comments of Martin Turóci

Brilliant proposal @lo5! >I don't think there is a scenario where the app author will want to control the value on every click. It's more likely that the app author...

Hi @tkmaker, CSSwise, this behavior is caused because percentage values for height work only if parent element has fixed height specified. In wave terms, this works for grid layout, because...

Work on this issue incorporating my above comment to https://github.com/h2oai/wave/blob/master/website/docs/layout.md

After a bit of investigation, we came to a conclusion that the problem is that q-peak picker has a default value set and `max_choices` also to 1. This removes HTML...

Note for anyone taking this up: Dashboard app code is located [here](https://github.com/h2oai/wave/tree/master/py/demo).

Implementation notes: [table download function](https://github.com/h2oai/wave/blob/6c51267b5359fb09da8a342cfe47a277c17dbeae/ui/src/table.tsx#L576) creates blob that doesn't keep unicode chars and needs to be rewritten as described [here](https://stackoverflow.com/questions/18249290/generate-csv-for-excel-via-javascript-with-unicode-characters).

Hi @InfasMohammed. Sure, it's yours.

Please follow the [dev setup instructions in contribution guidelines](https://wave.h2o.ai/docs/contributing/#development-setup). Once done, run the `table.py` example as it's relevant to this issue. Note that your 4 days have already passed though...

Yes, go for it @JacksonIsaac!