David H. Hutchens
David H. Hutchens
Nightly failed to upload some files after the Java 21 upgrade. This sounds like bad news, but the reason it failed is that Github has changed the macos-latest runner to...
Closing as completed.
Thank you for the report. I can reproduce the problem. I ran into a similar issue a week or so ago and I was trying to figure out what is...
@miczac: I don't think that the paste drag behavior is a problem. The paste puts a selected object on the screen, but doesn't actually attach it. That way, you can...
I am unable to reproduce this problem. I have tried it with the 3.8.0-all.jar file and with our current head of main. I tried it with Java 16 and Java...
@tomoish: Thank you for the answers. After more experimenting, I can now conclude that this is not random. I can reproduce the behavior. Open a new document. Place a 7400...
I have tried more experiments. The error values remain when rotating a component. But they do not remain when dragging or deleting a component. So those two actions must do...
I do not see this problem. Is it possible that you have changed a system font size? I'm not sure, without digging through the code, how we select the font...
@UsrRed7: Could you try the latest [Nightly build](https://github.com/logisim-evolution/logisim-evolution/actions/runs/9104282361) to see if this issue was fixed?
You have tied your SubtractFlag line with your CarryIn line. SubtractFlag is a 1, CarryIn is a 0. That line cannot be both 1 and 0 at the same time....