petersn

Results 13 comments of petersn

I'd have to think very carefully to give more solid recommendations, but a few off the top of my head: 1. I'd love to see the message injection include every...

> 4. I think the naive change would be a bad idea for a level 3 function, you'd expose a number of known-state lanes, turning part of a probabilistic online...

@gauthierpetetin Is it easy for you to also deploy to Sepolia? If so, I'd really appreciate it — if not I'll try to figure it out myself.

I had to do the same thing, @jimmyhmiller. Thanks @WalterSmuts. For beginners finding this issue who might not know what to do, you can just switch to ``` [dependencies] chess...

I was curious if a very small change would suffice, so I tried adjusting TMX parsing to _first_ check the cache, then use `File::open` when `load_tmx_map_from` is called. The idea...

@bjorn Thanks for the pointers, that looks great. Seems like it'll already suffice for my purposes, I'll switch to `next`. Are there any other gotchas I should be aware of...

Got it, thanks so much for the reference! I believe this is the full adder that is currently automatically synthesized by the current heuristics I'm using. For example, if one...

Okay, super cool, thanks for the link. What's the approximate complexity of what you're doing? My current algorithm is: We would like to implement a relation on n bits. Let...

Okay, cool. Do you happen to have the results of the 4 bit x 4 bit -> 8 bit multiplication handy? I'm super curious how far off from a careful...