Asier Illarramendi

Results 24 issues of Asier Illarramendi

In the Surface chapter, when explaining `power_preference`, the last sentence is not clear: > * `power_preference` has two variants: `LowPower`, and `HighPerformance`. `LowPower` will pick an adapter that favors battery...

Has anyone found a way to customize it on `Sierra`? In theory there should be a sqlite3 db in `~/Library/Application\ Support/Dock/`… But I've not seen anything.

Update `readme.md` with how to generate URLs as commented on #1.

Right now the plugin has been written with Jade in mind. Handlebars (see #3), Mustache… and other don't work out of the box. Fix and document. Most popular ones: -...

Right now [`bind()`](https://github.com/doup/metalsmith-i18n/blob/master/lib/index.js#L52) creates new functions, it would be nice if the functions can be reused on all the objects. Not sure if it's possible…

We're adding Pagefind ([see PR](https://github.com/bevyengine/bevy-website/pull/1935)) to the [Bevy website](https://bevyengine.org), but I've found a surprising behavior, when searching for `bevy` I get zero results. Even if the term is mentioned in...

I'm creating this issue to document the multi-scene editing options we've discussed in Discord. I think there is consensus that the Editor will allow opening multiple scenes at the same...

- add new component to entity -> dialog/menu to choose between components, in the dialog: - filter/search, components could have aliases for easier discoverability, component categories (see below)… - lists...

- show the tree view with icons so it's easy to identity "entity type" (there aren't types, but something can be inferred by the used components) - filter - drag/drop...

It looks like [relative colors](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_colors/Relative_colors) are not supported. I'm getting the following error in a Zola project when using them: ```txt Error: Error: Only 3 elements allowed, but 5 were...