Martin
Martin
Can we add a settings item at which the user can control the time span, a notification is pinned? This is mostly targeting towards the automatic pin of a new...
I think quite some people are not happy with the standard `dcc.Upload` component as it simply does not work with large files and causes the entire app to crash. You...
With `dash==1.12`, the Dropdown component does not dropup (like `html `) when there is no space below the component. In my setup the component resides within a `dbc.ModalFooter`. If there...
Not sure if this is really a bug or intended behaviour but it feels very non-intuitive. With `dash=1.12` and `dcc.Input(debounce=True, type='number')` you would get some spinner arrows embedded in the...
We're using blaze in a daily ETL full-load setup, i.e. every day we're uploading all of our ~50k data samples, letting blaze do the history management (in case of changed...
We have a very limited storage on the server blaze runs on. From time to time, disk space runs out and blaze exhibits a weird behaviour, clearly not being aware...
with `dash==1.12.0` (haven't tested old versions) and `persistence_type='session'`: setting a `dcc.dropdown`'s `value` prop programatically, will update the GUI and callbacks alright, but the resulting persistence storage value (browser dev console)...
Judging from the tests I've made, I suspect the PATCH method is not supported in blaze at the moment? Is this planned at any point? What would be an appropriate...
Some features I am planning long term: * import each element from ppt individually so they can be further edited/moved in h5p * support multimedia content (video, audio) * batch...
Hi M, Great tool by the way saved me a lot of time this is awesome! I was wondering how do you compress back the source code back to its...