Rainer Simon
Rainer Simon
To get things up and running quickly, we kicked out auto-orientation of the popup and editor bubbles. Both are currently forced into a 'arrow-at-the-top' orientation. It would be nice to...
Yuma Standalone lazy loads the annotation layer onto the images. (I.e. drawing canvas is only added once the image scrolls into view.) The OKFN plugin version currently doesn't do this....
It might be convenient to have have `onUndo` and `onRedo` lifecycle events on the `anno` instance.
Maybe I'm missing something. But I'm trying to catch the event when a user pastes an image from the clipboard directly into the editor (creating a Base64-encoded inline image.) I'm...
@oleksandr-danylchenko: I've just been [documenting the React hooks for the new website](https://annotorious.dev/react/hooks-reference/), and came across this: https://github.com/annotorious/annotorious/blob/9bf0a618fb1b8dda1f457c3c6aae30de234140de/packages/annotorious-react/src/Annotorious.tsx#L123 I guess there's no harm in supplying a default type argument to all...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
I noticed the following issue with scroll behavior (on Chrome Android in my case): - If I have a sheet with scrollable content, and I open the sheet to the...
Hi again, shameless feature request: it would be fantastic to have a way to react to changes in the sheet position. Something like ```tsx ...} /> ``` I could possibly...
Svelte has a new major version out. Unfortunately, there are major breaking changes around how components are created & used via the vanilla JS API. This needs fixing.