Las
Las
Sorry for late reply, here's an example: ```rust enum MyEnum {} ``` Today this won't work since `T` isn't used. You can't use `PhantomData` here as easily, since you'd *need*...
An idea for 1.0 of failure: Why not just remove all Display derivation from the crate and require users to implement it themselves? Then users can choose to use derive_more,...
I was thinking of running the function on every keypress, so yeah, it would technically work, but.. it's an ugly solution IMHO. The only values I'd pass back and forth...
This is a pretty bad bug, since it prevents you from @'ing people properly.
FWIW I just worked around it by making the reply button put in the user id instead of name and hash (e.g. @ instead of user#9561). You could probably also...
FYI flashing from Linux worked flawlessly for me as a workaround.
We probably also want noatime.
I fixed the command-line for mounting, after testing that part I realized the syntax was wrong. Everything here should work.
For testing, I can recommend looking into https://github.com/mlabs-haskell/plutus-simple-model, it uses `cardano-ledger` directly but is otherwise really just like `EmulatorTrace` AFAICT.