Tim Nyborg

Results 7 comments of Tim Nyborg

@ynerant, what is there in the Bootstrap 4 theme that isn't supported by Bootstrap 5 (or vice versa)? I'm using it in a Bootstrap 5 application, and haven't found any...

Wrapping the endpoint is easy enough that I'd suggest adding some documentation with a couple examples (fbv, cbv) For example: ```python from celery_progress.views import get_progress class GetProgress(LoginRequiredMixin, generic.View): """A wrapper...

I've added some examples in #90, so at least the behaviour would be documented

Thanks @ibgreen. The issue I have is that I do want all of my `EditableGeoJsonLayer`s to be pickable, for using `getTooltip`, selecting features on click, etc. If I convert the...

Had a brainwave re. a workaround right after posting: a layer subclass which disables the offending hooks, swapped in when they're unneeded (e.g. when the mode is `ViewMode`: ```typescript class...

> @timnyborg try to update editable-h3-cluster-layer as well Done

@ibgreen do you have any intention of triaging the existing PRs on this repo, or should those of us with open fixes just port them across as new PRs on...