-
I sometimes find it hard to guess if a function is async/returning a promise or not. This is a call to arms to decide, or at least discuss pros/cons of suffixing functions (or other naming convention)…
-
## Introduction
After setting up a model and calling fetchAll, I recieve and error message telling me it is querying from an undefined table. If I query from knex directly or pg directly it works. …
-
For each repo we need to:
- remove `.jshintrc`
- update the `.gitignore` and `.npmignore files`
- update `package.json` file
- add a `lint` task
- install `semistandard`
- install `eslint-…
-
We have a few goals of restructuring the codebase that we have agreed on but aren't documented anywhere. This issue serves as a place to document what we plan to do & as a place to document new utils …
-
**Informations**
- **Node.js version**: v10.15.0
- **NPM version**: 6.4.1
- **Strapi version**: 3.0.0-alpha.18
- **Database**: PostegreSQL
- **Operating system**: U…
-
How can i deploy to Heroku successfully?
I got the app on my localhost and exposed it with Ngrok. I was able to successfully install it on my development store.
I can't seem to get it running on…
-
I'm not able to run the project while trying to seed the data.
**To Reproduce**
Steps to reproduce the behavior:
1. Clone stable branch
2. Yarn
3. Yarn seed
4. See error
**Expected behavior…
-
_From @DaveyEdwards on October 1, 2017 18:24_
#### Environment details
- OS: Windows 10
- Node.js version: 6.11.2
- npm version: 3.10.10
- google-cloud-node version: 1.1.0
#### Steps…
-
i'm surprised nobody has brought this up yet... it's been a game changer for my team. would be nice to integrate with #1711 husky pre-commit hooks. imo this is a no-brainer, kinda wish it shipped with…
-
# Environment
MacOSX
React app
create-react-app template
Knex version: 0.14.4
Database + version: N/A
OS: N/A
# Bug
1. Explain what kind of behaviour you are getting and how you think it…