pythiantech

Results 10 comments of pythiantech

Would be great to have this feature as the application we are developing is to be used in a country where Friday and Saturday are considered as weekend.

[Here's](https://stackoverflow.com/questions/69969852/search-functionality-for-multiple-rhandsontables-in-a-shiny-app/72755391?noredirect=1#comment128617105_72755391) a temporary fix for now.

I noticed [here](https://nhn.github.io/tui.calendar/latest/Schedule) that there is a property called `raw` which allows user data. However if I add this in my schedule, it doesn't show in the popup. The way...

@pvictor thank you so much for this! I like the second approach better as it allows you more control and flexibility, though a bit heavy on writing custom code. But...

Thanks @pvictor, just did.

I am on macOS Catalina 10.15.6 and facing the same issue. I have tried uninstalling and reinstalling the cli with no joy. Also uninstalled node completely and tried again. But...

Sometimes, setting the CFLAGS environment variable to include the NumPy headers can help: `export CFLAGS="-I$(python -c 'import numpy; print(numpy.get_include())')"` The above worked for me

Installed canary and specified `chrome_profile_path` too. No joy:( The only way it works is if `chrome_options.add_argument('--headless')` is specified. With this of course you cannot see what's going on.