Chase

Results 40 comments of Chase

Did this change? I was told by someone about this issue popping up again in the newest nami build.

Must be a false alarm then. I went to re-check myself and everything seems fine. I'll check with the person who reported the issue and see if it's something wrong...

So this is a great idea, but quite hard to actually implement in practice. I actually had a similar idea of taking in `user_input image` and then manipulating over it....

I agree, a flask 2.0 compatibility update in general is overdue. Unfortunately, I don't have meaningful bandwidth to dedicate here as I have mostly moved on to other projects. If...

> I think the anticipated use case here is that you can extend Hspec’s DSL with custom primitives that transparently (to the user) carry around their own state; say custom...

I finally got some time to look into this a bit deeper. Sorry for taking so long. The additions here work great for our anticipated initial usecase(s)/enhancement(s). Although I do...

> Neither equality on the underlying Map representation nor on the Data representation are correct. You want equivalence of Values, which is what the Eq instance we provide does. Anything...

In particular, I tried with a "always succeeds" minting policy, where the I alternated the body between constants and lambdas (making sure no extra evaluation takes place). Whether the script...

> `TokenName` must be no longer than 32 bytes, and be hex encoded. I got a bit confused by this. What do you mean by "be hex encoded"? The `IsString`...

This specific issue is what I remember being confused by the most, as a beginner. It wasn't immediately clear to me that, the `a` I bound inside the function scope,...