Brian O'Gorman
Brian O'Gorman
I have learned a bit more on this. I think my issue comes from this existence check [here](https://github.com/widgetti/solara/blob/master/solara/server/server.py#L430). It seems that paths returned by: ```python from jupyter_core.paths import jupyter_path jupyter_path("nbextensions")...
Hi @maartenbreddels, sure, I'd like to give it a try 🙂. I might need some guidance on the testing bit. I just tried setting up a development environment, but I...
I was planning to make this update myself 😄 (after getting the go-ahead from the core developers).
Hey @iisakkirotko ! For the question about a yearly date picker, I think this would be nice functionality to have. However, the [type](https://v2.vuetifyjs.com/en/api/v-date-picker/#props-type) parameter looks like it only accepts the...
Hi @iisakkirotko, Do you have any further thoughts/concerns about me submitting a PR for this change? I actually need the functionality for a monthly date-picker, so I have already developed...
Thanks @maartenbreddels! I'll get the PR ready and submit it soon. The changes I have are pretty small -- I'll just be tweaking the existing `InputDate` and `InputDateRange` components (which...