Roderick Gadellaa

Results 21 issues of Roderick Gadellaa

This fixes #149 by making sure lastValidCoord is declared before it's used.

**What is the current behaviour?** I'm working on a project that uses Firebase v9 and I'm getting an error when I run `npm run build`: ``` × ERROR Template execution...

SSR

I'm working on a project where it would be really useful to know if the user navigated forward (push state) or backwards (pop state). I had a look at the...

enhancement

**Is your feature request related to a problem? Please describe.** I want to switch to preact-iso's router but find it's very cumbersome to get a hold of its `route()` function...

enhancement

**Describe the bug** When running wmr in dev/watch mode I often get the following error when I try to view the page in my browser: ``` 404 /@npm/@npm/[package-name] - npm...

bug
compat

Is there a way to 'reset' a binding before updating it? For example, if I have this: ``` {data: { image: "someimage.jpg" }} ``` it produces this after binding: ``...

The link to the dist on the website (http://rivetsjs.com/docs/guide/#install) is broken: http://rivetsjs.com/dist/rivets.min.js

The language in the README is a bit confusing because proxies refer to wrapped workers but there's also the `proxy()` method to wrap callbacks: ```javascript const worker = Comlink.wrap( new...

When I open the app it force closes immediately. Don't have a log right now but should be able to provide it if needed.

In Chrome's console: ``` new Date(1534545439635); Sat Aug 18 2018 00:37:19 GMT+0200 (Central European Summer Time) new Date(1534545439635).format("z"); "229" ``` The same day but later: ``` new Date(1534588427903) Sat Aug...