Jeremy Keczan

Results 15 comments of Jeremy Keczan

Just chiming in on this one. I have been out of the cfwheels community a bit lately due to my company transitioning our servers to NodeJS, but I honestly miss...

Can confirm this happens with JoinColumn decorator as well. I have a highly complex ERP system we write APIs for and the columns on the joins keep being overwritten if...

We are also seeing the same issue, following the same git issue @gmichael27 listed above. Additionally, We have tried targeting specific angular versions with -v13/v12 with no success either.

That did it. Ramda and angular were shown as changed when I ran ```bit update``` and everything started without issue. Thank you for your response

We are also getting the following error when calling SomeModel.create(): ``` /usr/local/lib/node_modules/sails/node_modules/waterline/lib/waterline/error/WLError.js:30 this.rawStack = (this._e.stack.replace(/^Error(\r|\n)*(\r|\n)*/, '')); TypeError: Cannot read property 'replace' of undefined at new WLError (/usr/local/lib/node_modules/sails/node_modules/waterline/lib/waterline/error/WLError.js:30:33) ```

I would be willing to help as well as my company would like to use this as well....

It currently doesn't have the functionality to perform the populate on other

Model. The feature hasn't been written yet

I haven't. I started working on it, but my company pulled me from the project so I never had the opportunity to finish it......I would welcome a PR if you...

After further research, the not null and null are supported; however, they are only supported for scans, not for index queries. With that in mind, I believe that the indexes...