Austin Ziegler

Results 171 comments of Austin Ziegler

Not at the moment, sorry. It’s not a trivial issue to resolve. If you’d like to open an issue on mime-types/ruby-mime-types, I can look at ways that this message can...

This might be able to be done with GitHub actions.

- Issue and PR review will always be manual. - The following steps have been automated into a single rake task (`rake release:automatic`): - [x] mime:apache - [x] mime:iana convert...

The presence of the favicon line *seems* to prevent a 404 error being reported automatically in the console.

I haven’t looked at the files in question, but this is almost certainly a duplicate of #142; I’ll be putting a more detailed comment in there, but the data model...

The data model for Traduora doesn’t appear to be complex enough to handle Gettext translations. A few points: ```typescript import { Label } from './label'; export interface Term { id:...

I’m also seeing this (well, the *E171* which is the issue with this repo) with https://github.com/junegunn/vim-emoji/blob/master/README.md. It happens with embedded syntax code fences, but the code appears to be sane...

I think that the biggest issue I see with the approach you’ve got, @soveran, is that it depends on knowledge that callbacks in micromachine are made in the order provided....

The biggest change in this code is related to arity-counting callbacks, which I pointed out in #26 as being backwards incompatible—and that mattered for the 1.2 release. Not for the...

I think that `previous_state` is the clearest, but I will bikeshed briefly on `prior`. It’s shorter and reasonably clear in its meaning (IMO) given that you are asking the state...