Min Idzelis

Results 37 issues of Min Idzelis

fix: autogrow textarea bugs during animation

🖥️web
changelog:skip

Very simple cache manager, to stop fetching the same things so often.

🖥️web
changelog:skip

Enhancement to getNext, getPrevious functions in timelinemanager - if you specify an AssetResponseDto parameter type (in addition to the AssetDescriptor) then timeline-manager does not need to look up asset metadata...

🖥️web
changelog:skip

A `PreloadManager` that allows a use to preload images using `AssetResponseDto` objects - uses same algorithm as photo-viewer.svelte (which will be replaced to use $lib/utils soon) In secure contexts, the...

🖥️web
changelog:skip

Multiple calls to OCR store/manager may retrieve the same information multiple times, and may cause later invocations (with different ids) to overwright earlier ones (because of the time delay in...

🖥️web
changelog:skip

Add ability to check if SW has cached image

🖥️web
changelog:skip

The `.catch` block meant to suppress 'Unhandled promise rejection' was implemented with a chained promise, which was causing the `task.complete` promise to never reject when a task was canceled. Added...

🖥️web
changelog:skip