michael-kerscher

Results 14 issues of michael-kerscher

I created a first implementation for the mdbook-slide-evaluator I described in #2234. This is still not finished but I wanted to provide a chance to review the current state. One...

The comprehensive rust training slides vary in size and some contain too much content and are getting too big to be used in classes as scrolling starts to be necessary....

### Have you read the Contributing Guidelines on issues? - [x] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-issues). ### WebdriverIO Version 9.5.3 ### Node.js Version 9.2.0 ### Mode WDIO...

Bug 🐛
Needs Investigation
help wanted

### Problem The [comprehensive-rust repository](https://github.com/google/comprehensive-rust) is using mdBook and to ensure that we can safely modify code and update dependencies and not break anything in the process we now [use...

C-enhancement

The Github CI workflows use specific versions for mdbook tools that are different from what developers are using. E.g. mdbook is currently using 0.4.37: https://github.com/google/comprehensive-rust/blob/4218c95e8dfa996a21069e7cb8c30d64f530ba5a/.github/workflows/install-mdbook/action.yml#L11 but Cargo.lock would use 0.4.44...

This issue collects infos from multiple places and some research I have done. # What At the moment dprint is already used in the CI to check various file format...

The translation workflow needs documentation. Example: What is the commit that is used for translations (markdown content vs. other things like themes, JS)

The original issue https://github.com/google/comprehensive-rust/issues/1464 provides arguments on why scrolling on slides should be avoided. To find slides that are interesting to rework I created https://github.com/google/comprehensive-rust/issues/2234 and wrote a small tool...

good first issue

### Have you read the Contributing Guidelines on issues? - [x] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-issues). ### WebdriverIO Version 9.11.0 ### Node.js Version 9.2.0 ### Mode WDIO...

Bug 🐛
help wanted

Make the mdbook build process parallel. This is a simple approach by just cloning the entire repository into new directories and running the process in parallel. This is a demonstration...