StevenDoesStuffs
StevenDoesStuffs
have you tried installing gconf?
I am also experiencing the same issue. I'm not very familiar with how this stuff works, but might this be related: https://github.com/billziss-gh/winfsp/issues/204?
I was thinking maybe instead of taking a path, the config or Db could take some struct that can read, write, and seek instead? That way it can be completely...
It looks like SpinResearch/merkle_sigs.rs#8 has been fixed. Any updates?
@georgy7 The main reasons are the annotations and the catch/else statements that pair up with others. Also this: `if (x()) y();` and ``` if (x()) y(); ``` should both be...
Apparently it's done through the configs. I'll make a PR for it soon.
I think it'd be nice to have other number types be able to convert to StatusCode too.
I've been mess around with the code and have located the issue. I'll submit a PR sometime within the next week(hopefully tommorow) @cooleyenet.
> Your example is faulty: > > > Using `ItemHandlerHelper#insertItem` to simulate inserting 32 cobblestone will return that all 32 cobblestone get inserted, which is wrong because only 16 cobblestone...
> In the case of an "all-or-nothing" insertion, the IItemHandler should handle all of this on its own. For instance, if the whole stack can't be inserted, it would return...