Tom Février

Results 5 issues of Tom Février

Hello there! Whenever I try to generate an APK version of my app (using `./gradlew assembleDebug`), I get the following error: ``` > Task :react-native-spotify-remote:mergeDebugJavaResource FAILED FAILURE: Build failed with...

bug

Bonjour Thibaut, When importing `Sheet`, I run into the following error: `Uncaught SyntaxError: import not found: default [Open.svelte:19:7]` (even though I'm not importing `Open`). Here is the line in question:...

### Describe the bug My app is using `svelte-adapter-static` with the `trailingSlash` option set to `'always'`, so each route is a folder containing its own index.html. I use a static...

Hi everyone! When I tried to use the library, I got this error: `Uncaught TypeError: Cannot read property 'offsetWidth' of undefined` ` at new Horizontal (powerange.js:1602)` ` at new module.exports...

When tweening arrays of objects, boolean properties can be useful (e.g. for toggling classes), and it makes no sense (in my opinion) to prevent developers from using boolean values in...