Maxime Chéramy

Results 9 issues of Maxime Chéramy

#### Describe the bug I've updated the library from v0.1.84 to v0.1.87 and this broke the app on IE11 with the error: Object doesn't support property or method 'repeat' ####...

__Expected behavior:__ Given the following snippet: ```typescript const useStyles = createUseStyles((theme) => ({ SectionTitle: { color: theme.color, // Commenting out this line fixes the bug // Bullet "&:before": { content:...

typescript

This PR improves the reliability of the library by sending a command up to 3 times if an expected result isn't received. On my DFPlayer module, I've encountered this problem...

The various ETM require different informations, for instance, the Cache Model needs the SDP, API, etc, the ACET model requires the std dev and the average duration, the fixed penalty...

fixes https://github.com/wiziple/gatsby-plugin-intl/issues/232

Since intl-relativetimeformat 6.0, the locales are no longer located in the dist subfolder (https://github.com/formatjs/formatjs/blob/main/packages/intl-relativetimeformat/CHANGELOG.md#600-2020-07-03). As a consequence, this line has no effect: https://github.com/wiziple/gatsby-plugin-intl/blob/master/src/gatsby-node.js#L29 ``` new webpack.ContextReplacementPlugin( /@formatjs[/\\]intl-relativetimeformat[/\\]dist[/\\]locale-data$/, regex ) ```...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

types

I've only created a function that contains the common code between the 2 functions to avoid duplicate code.

This set of commits add the fullmemstackdist analysis which does the same as the memstackdist analysis but without grouping the distance counters into buckets. This is useful for models that...