liv
liv
@mobergmann Good question and I'm not sure why last-year-me closed this issue. This should be fixed by making the exercise rely on tests instead.
Some hints from my side, maybe: - Three of those enum variants (except Quit) hold type arguments, Move holds a Point, Echo holds a String, and ChangeColor holds three u8's...
Hmm, I get what you mean, yeah. There's a bit of a big jump between `enums2` and `enums3` where we define a struct that replaces the two enum variant argument...
I _believe_ GitHub actions support this as a trigger: ```yaml on: release: types: [released] # as opposed to [prereleased] ```
Agreed! Better Markdown parsing (which this would be a part of) is definitely on my list.
hey! i can't reproduce this, here's my command log output: log output ```sh lu@koishi weird-oranda-test > oranda dev ↪ >o_o< INFO: Found 3 paths to watch, starting watch... ↪ >o_o<...
there shouldn't be a difference between those two versions. can you paste your log output (specifically the "Files watched" line)?
In any case, this sounds more like something related to the library we use for file watching (https://github.com/notify-rs/notify), so maybe it's worth filing a bug there? All we do on...
Hey! I believe this is a shortcoming with our current approach to additional pages - we rewrite the page paths for you, meaning that any subdirectory is discarded, which is...
Oh, in that case that's definitely a bug we should fix ASAP. Will reproduce and file an issue separately