Devedse

Results 128 comments of Devedse

Thanks for the explanation. Is there a way to use the same browser JS files locally to run C# in through WASM with an actually working garbage collector? To me...

Hi anders9ustafsson, I was trying out your updates to the library but I'm running into the issue that all images appear black. Take for example this test using the test...

Ah I found the issue. In the Png.End method the Dispose function was called on the datDeflateStream. This however never calls the Close method internally (since it's not overriden from...

#I fixed some issues on your code, please see my pull request :).

Is someone tracking these issues? @ersheng-ai ,@Tianxiaomo , @KelvinCPChiu , could you maybe chip in?

I've implemented this as follows: ```cs var regexIdField = new Regex(@"Values\[\d+\]\.Id"); Func config = config => config .Excluding(t => regexIdField.IsMatch(t.Path)) ``` This uses a Regex to filter on a path...

Hey all, if you guys are interested in some collaboration let me know :).

@FejZa , Hi, I saw you are one of the active contributers to this repo. I was wondering if this issue can be fixed in the Azure DevOps task?