Dale Zak

Results 7 issues of Dale Zak

I've used Colcade on multiple projects and it's always worked great! However on a new Ionic app in Vue3, the items are getting prepended at the beginning after loading more...

### Steps to reproduce I'm running into **PG::UndefinedTable: ERROR: missing FROM-clause entry for table** error when trying to check abilities for a polymorphic relationship. Things work fine when there are...

bug

I'm getting an error in my _Ionic Capacitor Vue_ app on the line [src/Scanner.vue#L112](https://github.com/sin-tanaka/vue-quagga/blob/master/src/Scanner.vue#L112) which is calling `Quagga.init(this.quaggaState, function(err) {` ``` vue.runtime.esm.js?2b0e:1888 TypeError: Cannot read property 'setAttribute' of undefined at...

I'm getting an error when compiling assets for Heroku using 'asset_sync' gem. ``` Unexpected token: punc (:) (line: 1, col: 10, pos: 10) Error at new JS_Parse_Error (:2357:10748) at js_error...

Looks like Workless currently only supports a single worker queue. Is there a way to support multiple named queues for delayed_job?

The Twitter widget is broken when used on website with SSL. ![twitter_widget](https://f.cloud.github.com/assets/91811/1688641/5f694a5c-5e0c-11e3-80a0-0ba1e997397c.png)

### Describe the feature Is it possible to define _multiple drivers with fallback logic_? For example use [IndexDB](https://unstorage.unjs.io/drivers/indexedb) if supported, else fallback to use [LocalStorage](https://unstorage.unjs.io/drivers/localstorage). This is something that [LocalForage](https://github.com/localForage/localForage)...

discussion