-
Blazor version: Blazor Server
I wish to create multiple drawing `Task` which I wait for all at once with `Task.WhenAll` like this:
```cs
private async Task DrawStart((int X, int Y) centroid…
-
From @NinjolasNJM
The ability to do this is crucial for a layer outlining function, making seamless item generators, and several other things. They should be able to read or write a pixel's color a…
-
### Increasing access
We provide a `tint()` function that can be used to change the opacity images are drawn at. This functionality is a bit hidden since tinting the alpha channel is perhaps not the …
-
Add IPython widget for controlling the sim (ISAAC *feedback* channel).
Maybe lend from [ipyvolume](https://github.com/maartenbreddels/ipyvolume)'s overlay for mouse interactions (or use it [somehow…
-
MacOS includes an app called the [Accessibility Inspector](https://developer.apple.com/library/archive/documentation/Accessibility/Conceptual/AccessibilityMacOSX/OSXAXTestingApps.html), which we frequ…
-
Hey! Thank you for your hard work.
Unfortunately, some things have changed with the streaming sites that used Vidcloud and this doesn't work anymore.
Before, the embeds that the sites returned wer…
-
## 🚀 Feature
A napari multicanvas view has been a long-requested feature that could be implemented in different ways.
There are two main approaches that we are interested in:
- grid mode: similar…
-
Hi, great work on this library !
The performance on the pi seems great running over video.
One question I have is regarding image alpha / globalAlpha. It seems that globalAlpha does not seem to work…
-
Hi, thanks for this tool. It works great!
Would it be possible to allow the cursor tool to support drag and drop of shapes? So when clicking the select tool, I could select a shape that was drawn an…
-
I'm trying to use your library in a Notebook but it requires a DOM which I don't have. Is there any way to do without or do you have an example on how to do it using Jupyter ?