Heric Farias

Results 22 comments of Heric Farias

> I did an initial implementation for multiple files, so far it seems to be working. You are welcome to test it and report any issues. Thanks for the fork...

Take a look at my fork for it: https://github.com/HoneyTauOverTwo/PanAndZoom/tree/ZoomIntoArea I also needed this functionality. Peer-reviewing is greatly appreciated. [edit] Note that I did not implement box selection in the GUI,...

I am encountering this issue as well... I have a big image loaded within the zoom area (8255x5504) which makes the GUI kind of slow. From what I can tell,...

I guess this one is related to a problem I came across... I initialized a 200x200 pixel WriteableBitmap with 4 colors, I did not want a blurry edge between them....

@maxkatz6 I was digging into Avalonia's code and found this BitmapInterpolationMode enum. But did not find where to set it yet. I changed my code to this (I am not...

I guess I will just add this under line 91 instead: ``` if (offsetX == 0 && offsetY == 0) { offsetX = 0.001; } ``` It should do the...

There is another test related to electric vehicles, `ChargingSpec`, that got stuck on CI recently on a PR that had only Python changes. This one does not have any ride...

Investigation led to the conclusion that stuck finder was killing agents that were not actually stuck. This was leaving the simulation in a looping state where it was expecting answers...

test! Doubling the stuckfinder timeout seems to not be enough for it to not get stuck on CI.