Álvaro Mondéjar Rubio

Results 113 issues of Álvaro Mondéjar Rubio

This is a common case of a boolean trap, a software antipattern. It could be defined as a boolean trap, but at least a positive name should be expected to...

improvement

Currently the API is documented in the README but is not complete. This is not maintainable because is not generated from source code. Instead, we should document it using docstrings...

documentation

I would like to write something like the next code to provide a global context for keyboard shortcuts: ```rust provide_hotkeys_context(main_ref); ``` and provide the context with the default `false` and...

improvement

I'm seeing that you're building the Vercel APP demo manually or with an external workflow. This surely is tedious and cause isn't automated. Vercel can be configured to build the...

chore

> This is a bug in Blender, reported in [T92713](https://developer.blender.org/T92713). I've done a comparison against Inkscape in the next video. In the row at the top there are the Blender...

Take into acount the next cases: ### [ISO 639-1 codes](https://wikipedia.org/wiki/ISO_639-1) - Supported locales are `["en", "de"]`. - The user has the browser locales `["en-MP", "en-US", "en"]`. The signal created by...

### GitHub Actions Version Updates * **[peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages)** published a new release **[v4.0.0](https://github.com/peaceiris/actions-gh-pages/releases/tag/v4.0.0)** on 2024-04-08T15:43:04Z * **[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)** published a new release **[v6.1.0](https://github.com/peter-evans/create-pull-request/releases/tag/v6.1.0)** on 2024-06-18T16:54:59Z

### What does this change Add es_ES isbn provider and refactor the base provider to simplify localized provider creation. ### What was wrong The base provider was not inheritable and...

Only include in the final package the files that are really used. This can be checked executing `npm pack` locally. Before: ``` npm notice package size: 9.6 kB npm notice...

This PR brings a massive performance improvement when importing link-check. These are the results on my linux machine: Before: ```sh $ time for i in {1..30}; do node -e 'require("./index.js")';...