Results 91 comments of Andrew Mackenzie

Use mdbook, create a SUMMARY.md and book.toml in the project root, include README.md and link to the indexes created for each bin/lib module by cargo doc

My idea is roughly this: - If a library has resources in it's folder tree but the binary built using the library is NOT bundled with cargo-bundler (just cargo let's...

Any feedback on the idea @mdsteele ? Thinking about my project, this is the cleanest way to achieve what I want to do, but given the complexity, I may need...

Wow! That's much more encouraging than I expected. I'd kind of given up.... Yes, some kind of "include subproject bundled files" flag would do it! Options like: - include all...

Now that I've made progress on fixing the workspace awareness, I might be able to attack this in the next week or two (busy all next week). Where the "included"...

+1 for adding this or more extensive error messages - some failures are *very* hard to debug.

Just installed latest wrangler: ``` ❯ wrangler --version 👷 ✨ wrangler 1.13.0 ``` on macos Big Sur 11.1 and I'm getting this error too: ``` ❯ wrangler dev 💁 watching...

I tracked it down to the "127.0.0.1" Certificate in "Keychain Access" "System" list. This had a valid date still (not expired) but the header area of the UI warned "This...

PRs welcome Nicolas.... you can start with above (just notes gathered from Michal and others) and your own experience and get the ball rolling! Maybe @alanmoran and others can then...

Thanks @alanmoran sounds like @nmasse-itix is willing to get the ball rolling with an initial PR< then maybe you can add to it?