Rasmus Hansen

Results 56 comments of Rasmus Hansen

@jafin a couple of things to your points: 1. At the point where I'm calling reschedule the nextFireTime should be in the future according to the original trigger schedule. I...

@jafin That actually does seem to solve the issue! Thank you very much!

I'm investigating Imageflow as an alternative to our current imagemagick implementation. So a "quick" test a threw a 500 MB jpg (2.8 GB if converted to .bmp) I have at...

Output from running a small C# app trying to resize the above image. ``` C:\Users\Rasmus\AppData\Local\JetBrains\Toolbox\apps\Rider\ch-0\203.6682.13\plugins\dpa\DotFiles\JetBrains.DPA.Runner.exe --handle=4392 --backend-pid=15648 --detach-event-name=dpa.detach.4392 "C:\Program Files\dotnet\dotnet.exe" C:/dev/fun/ConsoleApp2/ConsoleApp2/bin/Release/net5.0/ConsoleApp2.dll Unhandled exception. Imageflow.Bindings.ImageflowException: ArgumentInvalid: InvalidArgument: Bitmap dimensions cannot be...

I assume by "wide" you are referring to the byte array that backs everything, and not the image width itself, since the image is "only" 50000 something pixels wide? We...

While we are waiting for this pull request to be accepted, is it possible to get these types published to the definitely typed repo?

I also just encountered this, and just as rdavisunr discovered, it only seems to be a problem with the "set" versions of the resources. The normal resources works fine. Specifically...

I fleshed out a bit more how i imagine the post api might be.

In addition to this: How to do this cross repositories? Also we would like to limit the download to certain branches (Using somewhat the same logic as what TeamCity uses...

Our usecase for this is that we have commands managing our batch processing. Sometimes we have commands that comes in that requires several hours of intensive processing to handle, effectively...