Patrick Quinn

Results 10 issues of Patrick Quinn

I was playing around with Vault today and noticed two poor choices. The following scenarios demonstrate the problem: Scenario 1: I have a Vault, two Golds, a Silver, and an...

bad decision

I've been profiling the simulator. Web stuff aside, a very large amount of time is being spent in chooseByPriorityAndValue, particularly when it calls actionPriority. actionPriority ends up evaluating the relative...

The player should be able to draw a reaction card using Secret Chamber and subsequently react with that card. We don't currently handle this. Simultaneously, the player needs to be...

The AI should be more careful about which treasures it chooses to play when buying Mint: ``` == Mint AI's turn 4 == Mint AI plays Silver. Mint AI plays...

bad decision

See comments for details on the deadlock condition. I don't like that it relies on the internal property `_RLock__owner`, but it was the least invasive way I could think to...

The program I'm trying to profile needs command line arguments. It looks like nodeprofile appends argv[2] to the command it tries to run. It'd be nice if it appended the...

I have code like this: ``` #[derive(BinRead, BinWrite, Debug)] #[brw(import(message_type: u8))] enum MessageData { #[br(pre_assert(message_type == 0x0u8))] Nil { }, ... } ``` `bw` / `brw` don't allow `pre_assert` so...

enhancement
confusing api

### Discord Thread _No response_ ### What happened? I kept passing levels first try, then realized my RAM didn't have an on switch. I think N ticks of NOP passes...

bug

### Discord Thread _No response_ ### What happened? I believe this may be a sensitivity with creation order, since I ended up deleting and re-adding some RAM. I kept failing...

bug

### Discord Thread _No response_ ### What happened? [circuit_broken.zip](https://github.com/user-attachments/files/21946508/circuit_broken.zip) The game goes non-responsive every time I try to load the comparator level or (I think) this file. I'm trying to...

bug