Lucas

Results 62 comments of Lucas

**I need the following from you:** your normal savegame and all stats you want to edit (like a screenshot of how much money you have or something like that, it...

> To be clear the goal of this request would be to allow for Yes

it might be possible to make a custom [`Drop`](https://doc.rust-lang.org/beta/std/ops/trait.Drop.html) impl, that writes to the file.

It would be useful, if you could create a [github milestone](https://github.com/bluss/arrayvec/milestones) and tag all the issues 🤗

> Is this something you'd be interested in openin a PR for? Sorry I do not have the time right now :/

> Are you interested in working on that? Not sure if I will have the time for this in the near future.

Are you sure that you have the Files from [here](https://github.com/MrNbaYoh/doodlebomb/releases) in your doodlebomb - folder on your SDCard ? (boot.3dsx and the 3ds Folder have to be there too) (you...

This is stable ```rust const fn get_value(&self) -> &String { &self.value } ```

Maybe you can take some inspiration from here https://github.com/Luro02/shorthand My syntax looks like this ```rust #[shorthand(enable(into))] // or #[shorthand(disable(into))] ``` https://docs.rs/shorthand/0.1.0/shorthand/derive.ShortHand.html#into