Bastien Robert
Bastien Robert
Just tried to set a wrong video id and instead of seeing that : The DOM node just doesn't exist. Is there any error management ?
There was few mistakes on your README (mistakes that prevented the markdown compiler). The licence was named license so github cannot understand it.
I'm getting an infinite loop when I'm using [@rollup/plugin-url](https://github.com/rollup/plugins/tree/master/packages/url) with Nollup (but not with Rollup). - @rollup/plugin-url 5.0.1 - nollup 0.12.0 - rollup 2.19.0 Here's a demo repository : [nollup-url-infinite-loop](https://github.com/bastienrobert/nollup-url-infinite-loop)...
**Describe the bug** When `headers()` (imported from next/headers) is called in a layout.js or in a page.js file, next-sitemap doesn't generate. **To Reproduce** **Link to the repro**: https://github.com/bastienrobert/next-sitemap-generation-with-headers-repro Steps to...
- setup a new config file using [rollup-plugin-ts](https://github.com/wessberg/rollup-plugin-ts) - type all files (some are to review) - edit build/docs scripts
Add following types: ``` addCamera(name: string, camera: THREE.Camera): GUI addFog(name: string, fog: THREE.Fog | THREE.FogExp2): GUI addLight(name: string, light: THREE.Light): GUI addMaterial(name: string, material: THREE.Material): GUI addMesh(name: string, mesh: THREE.Mesh,...
**I use the _Feature request_ template from [sanity-io/sanity](https://github.com/sanity-io/sanity).** **Is your feature request related to a problem? Please describe.** During the contribution, it would be useful to be able to select...
I use `useMeasure` on a simple div element. When I refresh the page, the scroll stays at the same position after the refresh as before, both on Safari, Chrome and...