Kristoffer Strube
Kristoffer Strube
@attilah regarding the conflict with `blazor.extensions.canvas.js` which is auto-generated. Which version should be used? Doesn't seem like it would actually need to change with the modifications I've made to the...
@tbm0115 I had some problems with my merge as you can see, but there are no conflicts now. You can just squash my commits.
Hey @neilgd, No this never got merged into the master branch.
Hey @joaopgrassi and @bruno-garcia , I have tried to load the PostgreSQL data in, in order to try out the simple approach, but I don't seem to get any data...
Yep @joaopgrassi I used that backup. I will try to look at using one of those packages to check the import again. And thanks. There were some hoops to jump...
Hi @stefanloerwald, I wanted to give a last shot at getting the sample to work in the Blazor Server sample and then also maybe simply some of the Interop, even...
It is a problem with the sample itself and sending too big payloads. It can handle up to about 200x200 canvases. It just fails in an ugly way currently. Should...
I don't know if there is a way to limit whether or not a method is visible in Blazor Server.
Hey @stefanloerwald You are right about `DotNetObjectReference`. To take this into account `BlobCallback` should probably implement `IDisposable` and dispose the `ObjRef`. I will maybe take a look at creating a...
I have experimented with how to handle the callback in this repo during the week as part of another project. https://github.com/KristofferStrube/Blazor.FileSystemAccess I found that we can't have the `JSInvokable` method...