Results 16 comments of Frank Filho

Yeah, I'm trying to, but I'm having trouble understanding that. Are there any docs (if it is an external package/tool)? Also, why can't we use something like HAML or Slim,...

Yeah, HAML/Slim is much, MUCH easier for someone without Ruby knowledge. The 2-column layout, as gbrindisi said on the LN thread, which is much worse than the "2 colums are...

Wouldn't that lead to **a lot** of redundancy (especially right now when the site is starting out and most news will be repeated)?

I think @ottovw might be referring to Flyway's [repeatable migrations](https://flywaydb.org/getstarted/repeatable). These are useful for DDL that doesn't change any existing data by itself (e.g. functions and views).

Mixins lead to duplicated code easily, while `@extend` directives do it all in a DRY approach. It's better for performance, file size and maintenance. The compiled CSS will be different,...

Hi @morambro! I am also seeing this on a M1 Mac with `apache_beam`. To reproduce, you can use the same commands from the message [above](https://github.com/tink-crypto/tink-py/issues/25#issuecomment-1975256688), but replace `pyarrow` with `apache_beam`....