Asier Illarramendi
Asier Illarramendi
This PR adds an utility app that automatically writes [`hide_lines` Zola annotations](https://www.getzola.org/documentation/content/syntax-highlighting/#annotations) on book contents. Fixes #373
Assets page GIFs take around 16mb (at the time of writing this) and unfortunately don't get optimized by Zola `resize_image` (see issue #339 & PR #360). Ideally these should be...
- Improve features responsive behavior. Now it'll change the layout based on the width and orientation. - Group classes under "feature" component - Remove "reversed" classes in favor of `:nth-child(even)`...
Scrolling is really slow for both the `Movies` and `Series`. ### Technical details: - Butter Version: 0.3.8-5a - Built from source code - OSX El Capitan - MacBook Air mid...
Note the `ñ` in `Contexto`, changing that it just works. If I put `password` instead of `contraseña` it works. ``` gherkin # language: es Funcionalidad: Login Como usuario invitado (Guest)...
See how `Escenario: Si no estas logeado la aplicación te redigire a la pantalla de login` repeats as the scenario title for every scenario. **This makes the report hard to...
In GitHub there is the option to define TODO lists in this format: ``` md - [ ] foo - [X] bar ``` It would be nice to render the...
It would be nice to add a link automatically whenever an URL is found.
# Objective - Rename `text_layout` example to `flex_layout` to better reflect the example purpose - `AlignItems`/`JustifyContent` is not related to text layout, it's about child nodes positioning ## Solution -...
## Bevy version - 0.11.0-dev (7d9cb1c4ab210595c5228af0ed4ec7d095241db5) ## What you did Given - **Columns:** grey node containers - **Children:** orange nodes, which are children of the columns I set it up...