John Gazzini

Results 3 issues of John Gazzini

Here's a pickle... I'm working on this project: https://github.com/Gazzini/crm I can run `cloud`, and the app deploys to my personal instance, and it works great. This takes less than 30...

enhancement

Do all imports have to be relative? I prefer this: `import { bar } from '~/services/foo'` to this: `import { bar } from '../../services/foo'` In Serverless Framework, I accomplish it...

enhancement

Problem: When using some external controllers (in my case, an Xbox One S controller), the cDown and cRight mappings did not work during emulation. As it turns out, when mapping...