Ewen McNeill

Results 94 comments of Ewen McNeill

> Can we please have an `no_american_dates` flag for these parts of the world that _never_ work with month first? I've just run into this issue *again* with yet another...

It turns out that this is fixed in PR #91, which (a) hasn't been merged, and (b) had too generate a subject line to find it easily (I found it...

> Thanks for the fix. I took the liberty and opened a PR with the solution from your git diff, hope that's okay. That's fine with me. Note that [the...

In case it helps since (a) I spotted this issue reading the OctoPrint release notes, and (b) I *just* spent a some time debugging a mysterious issue with `importlib` and...

FTR, looks like this PR (#91) will fix issue #102 that I filed yesterday for the same issue (it's unfortunate the PR title / details don't mention what is fixed...

> I don't accept any PRs for copyright reasons. @timClicks Perhaps you could at least put a note (near the top) of the README file that says "sorry I don't...

For anyone else finding this issue, see also #88, which has a working solution, using these versions: ``` [dependencies] bootloader = "0.9.22" x86_64 = "0.14.10" ``` *and* clearing the cargo...

FWIW, apparently `ch12/noop` was an executable, and it seems to have been added in June 2022: ``` ewen@rustdev:~/misc/src/rust/rust-in-action/ch12$ git log noop commit 6ebd519f5a691a2f4c7d9cfbdb2d3e708e9d9681 (HEAD -> 1st-edition, origin/HEAD, origin/1st-edition) Author: Tim...

> Possibly that should have resolved this issue? Actually in the *release* version of the book, section 12.7 has *two* examples referred to as: ``` rustc ch12/fn-ptr-demo-1.rs && ./fn-ptr-demo-1 ```...

FTR, there's also an additional problem in the book text (or the naming of the file in the repo). The book says: > Look in ch5/ ch5-impossible-addition.rs for the source...