Zander

Results 9 comments of Zander

Sounds like you're using Rails. As a workaround, I wrote an `ActiveSupport::Concern` for this that seems to work well enough ``` # AASM + extensions # You should ONLY `include`...

Also apparently a PR for your first request has been open for a long time https://github.com/aasm/aasm/pull/378

For my newly created code-sharing Angular project, `ng serve` first gave me ``` ERROR in ./src/polyfills.ts Module not found: Error: Can't resolve 'core-js/es7/reflect' in ... ``` which I resolved by...

This error also occurs with the NativeScript 7 and schematics 10.2.0. Once you generate the project and run `ng` there, it will use the local `node_modules` instead of global. You...

> I've been meaning to trawl through Jonathan's herculean OTR work at some point to see what was liftable. > > The channel mappings that are baked into these banks,...

> The UUID is a little suspect, looks like it was from Peteris Vasks Strings - Violins I with the first two digits changed. > > We should use a...

This was updated in [39638bb](https://github.com/jtackaberry/reaticulate/pull/214/commits/39638bbb1602cb6dbcdb01250de2460ebde7f0b3). Let me know if there are other changes needed

@gbombadil Looks like this may be covered by an existing PR: https://github.com/jtackaberry/reaticulate/pull/211

Looks like my issue was caused by passing `db: 'default'` in the config. The issue resolved when I passed `0` for db instead. Still, this should probably be fixed, so...