Tony Cabaye
Tony Cabaye
### Format Long (20 minutes) ### Description Suite de mon talk sur les architectures front: https://github.com/parisjs/talks/issues/194 Où je n'ai pas eu l'occasion de parler des différentes techniques d'hydratation. ### Lien...
### Format Long (20 minutes) ### Description Présentation de [slidev](https://sli.dev/), un outils de création de slides développé en Vue.js à destination des développeurs. (note: je suis contributeur sur cet outil)...
Hello yckart, it would be great to have the possibility of registering multiple callbacks for the same pair event + element. Something like this for instance : ``` javascript $(window).on('scroll',...
Scripts seems to be missing on prefabs like the FidgetSpinner. I would like to use the `DirectManipulation` script bit it can't be found anywhere in the package.
After installing codesandbox package I have some vulnerabilites on my project. Here is `npm audit` report: ``` # npm audit report axios =1.0.0 Depends on vulnerable versions of axios Depends...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....
### Describe the bug When using the advanced preset the order of the areas defined with grid-template-areas are not respected. ### Expected behaviour When I write: ```css .project { display:...
### Describe the bug You can raise errors when triggering some action while drawing. To reproduce: 1.go to https://drauu.netlify.app/ 2. open the console 3. draw something 4. while drawing hit...
By default when installing @gouvfr/dsfr-chart, it will install version 2.x that is not compatible with react-dsfr. I got the following error when trying to use the bar chart component: ```...