Will Viles

Results 9 issues of Will Viles

Ember Google Analytics Embed `0.1.6` release ensures all events are removed on the `willDestroyElement` hook. However, Google Analytics embed API still throws a `Cannot read property 'firstChild' of null` error...

bug
help wanted

Add a dummy app with guides and examples. - [x] Build dummy app using Ember CLI Markdown Resolver - [x] Push app to gh-pages branch at https://willviles.github.io/ember-scrollmagic/ - [ ]...

feature
▅ L
future

Add acceptance tests for ScrollMagic controllers.

improvement
▃ M

Optional arguments currently don't work with default values when the argument is `undefined` or `null`. This issue has also been observed by @artemgurzhii. ```js // component.js @argument(optional('string')) foo = 'defaultValue'...

When there's nothing left to do, add a dark theme.

feature

Add a FlagComponent with a fallback icon if country's flag doesn't exist. ![image](https://user-images.githubusercontent.com/2046935/77745829-e496d080-7013-11ea-9546-6e1deceae9ea.png)

bug

We currently use the browser geolocation API to automagically get a user's location on app boot. However, the user may want to return to their current location having selected a...

feature

This is a POC for conditional tabs as per https://github.com/payloadcms/payload/discussions/1840. ### Example https://github.com/user-attachments/assets/45cf9cfd-eaed-4dfe-8a32-1992385fd05c ### Learnings I thought it'd be an easy win, as it seems quite a simple client-side feature....

## Description As per [this Discord thread](https://discord.com/channels/967097582721572934/1215659716538273832/1250478558632214548), the v2 to v3 Postgres relationships migration throws the error `"trailing junk after numeric literal at or near..."` when using custom string ids...

stale