Romain l'Ourson

Results 37 issues of Romain l'Ourson

Hi there ! I'm building an Electron app with `electron-webpack`, along with `jest` as test suite. I can't find a way to use `spectron` test utilities in this context. I've...

Hi there ! From what i could read/test, I believe this library is not compliant with [new React Context API](https://reactjs.org/docs/context.html#accessing-context-in-lifecycle-methods). If it is, could you please update the documentation ?...

It would be nice to have lazy loading included in this lib, to avoid to have to render all items in the scrollzone.

Hello there ! I have this habit in Sublime that I can't reproduce with VSCode: **holding `⌘ + delete` when deleting multiple lines**. But in VSCode with the Sublime keybindings...

### Describe the bug Having the following route hierarchy and files breaks the reactivity ~~for `$page`~~. ``` /routes /main +layout.svelte +page.svelte /about +page.svelte ``` ```svelte {$page.url.pathname} ``` ```svelte import B...

I find it useful to have the category displayed at the top of a doc page. It allows the reader to know instantly which category he/she's in. ![Screenshot 2023-07-05 at...

This showcases the work that was done translating the Kit docs to french. The intention of this PR is not to ever be merged, but rather to provide references for...

documentation

I found two cases where `site-kit`'s markdown renderer is in the way of translating section of the kit site. I'm not sure there are easy-to-implement solutions to these issues, i'm...

This showcases the work that was done translating the tutorial to french. The intention of this PR is not to ever be merged, but rather to provide references for people...

The API as described in the docs could use some clarity. Some methods (`removeTrailingSlashes`, `simpleObjectDeepClone`,...) are clearly utils and could be stored under `utils`. "Request" methods (not the OsmRequest instance)...