Brian Pugh

Results 72 comments of Brian Pugh

alright, I have a greater understanding of the upstream lfs codebase now, and I also realized my test would pass the first time due to artifacts left behind from a...

Alright here is my new attack plan: 1. Create a new struct like: ``` typedef struct _ { lfs_file_t file; uint8_t open_count; } vfs_littlefs_file_wrapper_t ``` With this new setup, every...

all the above operations would be done while the filesystem mutex is obtained, so there should be no issues.

@X-Ryl669 do you have any thoughts on this? You have a keen eye for these sorts of things.

these are good points. Alright I think my action plan on this (for now) is to: 1. Revert PR19 on master in the meantime, since its a half-ass attempt that...

So its hard to determine what the best path forward here is. There are multiple possible solutions, but they're all sort of hacky/weird.

@lorol I merged this into my repo, looks good to me

`println` adds an invisible carriage return to the end of your string, so try just using `print`. Also, SeekEnd is a bit more convenient in your use case.

@deanhuff it's currently available, give the latest builds a try, but yah as kbeckmann said the audio could be better; I'll see what I can do.

We'll flesh it out in the PR (olderzeus's fork): https://github.com/kbeckmann/game-and-watch-retro-go/pull/140