Kristoffer Strube

Results 49 comments of Kristoffer Strube

It doesn't seem that this library is being maintained. I would suggest checking out https://github.com/excubo-ag/Blazor.Canvas instead. If you don't want to switch then a very easy way to achieve the...

There are packages that can convert SVG to PNG in the backend as you probably know. Another option could be to use an HTML Canvas to draw instead of adding...

It would likewise be able to animate this fit over a period. For this, we can register a Zoom-Translate state and a time when the transition starts, and then when...

Hey @vcarlucci, Yes, this is possible. 😊 There isn't an equivalent method for `Exists` but what you can do is to get all entries in a directory and check if...

@vcarlucci that sounds like an awesome project. If it is anything you can share then I would love to give it a look as well. Approaches for migrating to other...

Hey @alecava58, the user can only select files that are present. You can indeed have a file handle for a file longer than the actual file lives. I will explore...

You can't open arbitrary files. Only files that the user has directly opened or files present in directories that the user has chosen directly. In the directory case, you can...

I'm keeping this issue open to explore what exceptions we should get when trying to read a file that has been moved.

You may be using it in a Blazor Server App or a Blazor Web App project from the exception I see you get. Is that correct? As I note in...

I'll keep this issue open for bit longer so that I that I can keep track of the use case and either add more documentation for this case or resolve...