jepperaskdk
jepperaskdk
How is it "useless"? Maybe describe what isn't working for you. This issue tracks whether the theme can be prebuilt if that's what you're missing: https://github.com/puikinsh/Adminator-admin-dashboard/issues/145 It is made with...
I started a branch for prebuilding minified and unminified static assets here: https://github.com/puikinsh/Adminator-admin-dashboard/tree/feature/prebuild Will be built and attached to each release.
From 2.0.3 we prebuild both minified and unminified static assets for each release: https://github.com/puikinsh/Adminator-admin-dashboard/releases You can build these yourself as well, using `npm run release:unminified` or `npm run release:minified`.
I just opened this SO thread, I think it concerns the same problem, except I'm extracting the type variable from `self.__orig_class__.__args__`: https://stackoverflow.com/questions/74144564/python-generics-reuse-class-generic-type ``` from typing import Generic, TypeVar T =...
Cool, thanks for submitting this. It does look like the CSS class `.is-collapsed` inverts the collapsing functionality, depending on screen size - maybe by design.
Seems to work. :) @puikinsh Should we merge this one?
I'm seeing something similar. The initial load works fine - images appear with effect, but if I fetch e.g. 20-30 more elements and `append`, they will first stack in top-left...
Perhaps this is a different issue, but `Optional[str] = None` also becomes `(Optional[str], optional)` - I guess it is redundant
Same issue here: ``` $ uname -r 5.4.0-128-generic $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.6 LTS Release: 18.04 Codename: bionic $ arduino --version...
@bdarnell Were these improvements merged in? I just tried splitting a 70MB file up in 1MB chunks (with JS FileReader and Blob.slice), and it takes ~300ms per chunk on localhost...