Austin Ziegler

Results 171 comments of Austin Ziegler

I’m not against the idea of an `htmldiff` method *as such*, but I’d rather work on something that makes the whole toolkit easier to use—because the styling and choices that...

Thanks. I’ll look this over to see if I can extract something common.

This does not just affect non-English locales, but any locale or system setting where `%T` is a 24-hour clock. I use `en-CA.UTF-8`, but have set my system setting to use...

```console ❯ date +"%I:%M%:%S %p" 08:56:35 pm ❯ date +"%H:%M:%S" 20:56:55 ```

It appears to do so on macOS: ```console ❯ LANG=sk_SK.utf8 date +"%I:%M:%S %p" 10:59:31 PM ❯ LANG=sk_SK.utf8 date +"%H:%M:%S" 22:59:41 ```

Maybe `/var/tmp` instead of `/tmp`?

Until this is merged and released, this can be patched with: ``` ruby # Work around a bug with the RdocDocumentListener module RdocDocumentListenerAppFix def initialize(_global_options,_options,_arguments,app) super @app = app end...

I also made a quick edit on the suggested text in the wiki because I realize that I didn’t properly document the use of `try_bundler`.