Alex Yopp
Alex Yopp
Okay, I've updated with new method `notify` that call callbacks and with a new `previous_state` accessor. Why the `previous_state` in fsm itself? 1. Keeping the previous state in the "outer"...
I agree with @halostatue, there no need to pass `state` and `previous_state` to the block, if `previous_state` is available from the `MicroMachine` instance. See latest changes. If @soveran is okay...
About the lines, yeah, rubocop is not fine with that. Fixed. > That's why it could be the case that state and previous_state are just the best we can do...
> @y8 did you try submitting the homebrew formula above to homebrew-core (I [can't find it](https://github.com/Homebrew/homebrew-core/issues?q=crystalline)). I've found a way to do some simple check that lsp works, so here...
Yeah, I've figured about this macro > The includes? are most likely at fault (they expect the exact type In this case macro should look if particular class implements overloads...
Sadly, updating the TLSA record is a risky and tricky business because of, uh, _DNS_. For example, the [recommendations](https://datatracker.ietf.org/doc/html/rfc7671#section-8.1) for DANE suggest publishing both the current and _future_ records for...
Few suggestions on a image size. Before: `950M /opt/mastodon/` 1. Assets source files can be removed after build, as they will be compiled to `public` directory and not needed in...
Oh, I've completely missed that streaming is a node express app, but it's a part of main `package.json`. It makes sense to bundle its own `streaming/package.json`. I've did a quick...
One more thought: resource precompilation is architecture agnostic. Only gems and the streaming server have native extensions that need to be built for a specific arch. @jippi can this fact...
I did quick research based on this pull request: https://github.com/y8/mastodon/commit/024d596da3c97ae105e06b319fc45466335f32db Raw image size: -687Mb (~39% smaller) ``` y8/mastodon small 2d850894ace1 2 hours ago 1.01GB jippi/mastodon small e52416b297b5 About an hour...