Isaac Besora Vilardaga
Isaac Besora Vilardaga
Looking at [this](https://github.com/getsentry/sentry-javascript/pull/2659#issuecomment-671344657) PR I found that `useProfiler` has been merged since June last year. Looking at the documentation though I can't find any information about it. Is it safe...
### Version 27.1.4 ### Steps to reproduce - Clone the repo at https://github.com/ibesora/ts-jest-enum - Run `npm install` - Run `npm run test` ### Expected behavior Tests should pass ### Actual...
I'm trying to generate the Mapbox documentation from source using yarn start-docs and the command fails with the following error: ``` SyntaxError: Bad character escape sequence (12:18) getPage: () =>...
When a css transform property is used in the base image, the preview should preserve it. It's useful when an image is for example rotated on display
I'm trying to use infinity to scroll a long list of elements. Instead of having the infinity div take all of the webpage space I place it inside another div...
#14 introduced some code formatting issues, which reminded me I should add a code listing process before merging
When tiles are requested with a query parameter (to avoid their caching by the browser for example) tileserver.php answers with an empty image. This PR removes all the query parameters...
Add drawings of the quadtree status on each test operation to better understand whats happening on the node split and merge operations
# Motivation Allowing people to format labels as they want without having to transform their data in external software is quite limited using Maplibre style expressions. Things like having a...
The typing for `validate` is `function validate(value: string, format: Format | string): boolean;` but according to the code comments in [validating.js#L244](https://github.com/BenjaminVanRyseghem/numbro/blob/9e964533ca850d0018d7c65f859e013b89aec8a9/src/validating.js#L244) the expected types are `string | number | Numbro`....