David Schmitt

Results 10 issues of David Schmitt

This builds on the unmerged work in #58 @hendrikschneider, I'd be happy help out with maintenance if you want.

This adds docs and implementation to set up the script part of Plausible's 404 tracking as described in https://plausible.io/docs/404-error-pages-tracking

This still has a couple of issues, and you'll likely want to change some of the defaults in `.sync.yml` to suit your taste (https://github.com/puppetlabs/pdk-templates#config_default-values- et al.).

This reverts commit b2891a476e1f6a6cfccda7772fb4f5f2f7d166c5. This is a 🐛 bug fix. ## Summary Since https://github.com/jekyll/jekyll/pull/9187 static files from collections don't get written out anymore. ## Context [My gallery plugin](https://github.com/DavidS/cheesy-gallery) injects images...

Hi, this set of commits enables travis and makes all tests green. On the downside, I've removed the mysql-server setup support as this has both changed significantly since the last...

This fixes #10. This depends and includes #15. ```shell ✦ ❯ cargo run -- debstatus --help [...] -a, --all Don't truncate dependencies that have already been displayed -d, --duplicate Show...

This moves the triple-bool `DebianInfo` struct into a stricter `CrateStatus` enum and uses that throughout the db query interface to communicate the result. Additional changes: * move the status string...

Having a file with a backtick (` ) in the name leads to ``` sh: 1: Syntax error: EOF in backquote substitution ``` This is due to the simplicistic FfmpegStreamInput/AudioStreamInput::GetCommandLine...

### --bisect's ShellRunner does not properly shellescape special characters when running `rspec --bisect` `Open3.capture2e` called at https://github.com/rspec/rspec-core/blob/2800fe118fa2efeb87b7bdc7888476373debf6ca/lib/rspec/core/bisect/shell_runner.rb#L48 will pass the `cmd` string through to the system shell without any escaping,...