David J. Hamilton
David J. Hamilton
@betocantu93 sounds like a plan; looking forward to the pr ❤️
@betocantu93 did you get a chance to work on [the pr](https://github.com/hjdivad/ember-m3/pull/810#issuecomment-674442242)?
@betocantu93 no worries I totally understand. Looking forward to the pr when you get some time to get back at it
``` > let s = 'eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJmaXJzdCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZmlyc3QtY29udGVudCIsICJleHRyYS1jb250ZW50Il19' undefined > s 'eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJmaXJzdCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZmlyc3QtY29udGVudCIsICJleHRyYS1jb250ZW50Il19' > Buffer { [Function: Buffer] poolSize: 8192, from: [Function], alloc: [Function], allocUnsafe: [Function], allocUnsafeSlow: [Function], isBuffer: [Function: isBuffer], compare: [Function:...
we should also support easy transformation between inline and external sourcemaps.
@krisselden if necessary, but it would be nice to autodetect. We already read the entire file into memory before processing, so we should be able to just check the last...
on a related note, checking `isDevelopingAddon` would also be helpful; as it stands, prebuilt is used even when working on addons without linking.
:+1: In my view the _big_ win of this approach is that it makes it much easier for other users, and in particular users who may not be that familiar...
@teamcoltra can you post the migration that created `featured_id` and can you also let us know if that key was created before or after installing `rails-bigint-pk` (and then running the...
@caboteria I almost wonder if we should try to support the `add_column` case. Initially I didn't because although it's a bit of a footgun I worried that the code would...