Leonardo Piccioni de Almeida
Leonardo Piccioni de Almeida
## Summary Introduce new syntax to simplify adding/removing [boolean attributes](https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attributes): - `.bool` modifier to `v-bind` - `?attr` shorthand for `v-bind:attr.bool` ## Links - [Full Rendered Proposal](https://github.com/leopiccionia/rfcs/blob/leopiccionia/bool-modifier/active-rfcs/0000-v-bind-bool.md) - [Discussion Thread](https://github.com/vuejs/rfcs/discussions/412) ---...
GitHub templates are a easy way to create a repository based on another, without the noise of forking a repo. See GitHub docs about [creating a template repository](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-template-repository) and the...
`maplibre-gl-js` version 4.0.0 removed the `callback` param from some methods, in favor of returning promises (see [changelog](https://github.com/maplibre/maplibre-gl-js/releases/tag/v4.0.0)). Since then, method `U.loadImage` provided by `map-gl-utils` is not compatible with `maplibre-gl-js` anymore....