Joel Mandell

Results 23 comments of Joel Mandell

Interesting. I thought it was only me doing something stupid

@xoxefdp I am only importing the components. For me the trouble seems to arise when having an marker-component on an image overlay and also a popup as child to the...

Maybe something like this (obviously could be improved, but something to start with). I am using it in production with 3.x and .net 5 since november, and it seems to...

@sungam3r I just have one question about the sample. Why does it return a BadRequest on errors? Can apollo-library get the errors correctly when its not a 200 ok with...

Yeah. I did not know that the extension method WriteToStringAsync existed. So it seems I kinda did those steps on my own... ``` using (MemoryStream stream = new MemoryStream()) {...

@Shane32 Yes, I already register it as singleton in Startup. I tried your code snippet now and it "feels" like it runs faster, haven't done any benchmark comparisions, yet... @sungam3r...

So it seems this is added from version 3.6.0 🎉

@MajesticPotatoe I did some stupid stuff, i was suppose to PR against dev branch, so did a rebase and created a new PR on dev.

@MajesticPotatoe is there something else that I need to consider regarding this?

@MajesticPotatoe So, I think I got the other things you mentioned resolved now :=) If you find something else I will do necessary adjustments :)