issues Search Results · repo:TekkenChicken/chicken-server language:JavaScript
Filter by
14 results
(848 ms)14 results
inTekkenChicken/chicken-server (press backspace or delete to remove)1. Clone/pull down latest version of chicken-server repo
2. Initialize submodule: git submodule update --recursive --remote
3. Update framedata from source: npm update
4. open mysql server
5. add ...
bdickason
- 1
- Opened on Apr 18, 2018
- #24
Quick bug report from reddit: Two of Lili s moves (f, F+2 and f+3) are listed twice.
bdickason
- Opened on Jun 8, 2017
- #21
I ve manually run curl http://localhost:3000/api/metadata about 50x and the server stops responding to requests. The
requests basically time out and eventually lead to an empty server response.
There ...
bdickason
- 3
- Opened on Jun 6, 2017
- #20
We d like to render imagery for buttons and directions.
We re planning the following: Each comma separated command is an entry in an array (d, d/f, f, 2 becomes [d,d/f,f,2])
Each plus command becomes ...
bdickason
- Opened on Jun 3, 2017
- #19
Current thinking: I have a cloudfront account that is very cheap (cents per month for a ~30k/mo website) and we can use
that for speed and to protect against regional outages or routing issues (i.e. Nick ...
bdickason
- 1
- Opened on Jun 1, 2017
- #16
4 passing (63ms) 1 failing
1) Framedata API Controller after each hook: Delete test frame data: Uncaught TypeError: Cannot read property query of
null at pool.getConnection (test/test.js:181:31) ...
bdickason
- 1
- Opened on May 31, 2017
- #14
The Hit Level field in the app s movelist is looking for a field called hit_level in the API but we currently call it
hitLevel.
bdickason
- 1
- Opened on May 30, 2017
- #13
When running node server/database/init.js, I get an error running the init script.
I ve tried dropping and re-creating the database which also doesn t fix the issue.
Structuring database.
{ Error: ER_BAD_TABLE_ERROR: ...
bdickason
- 1
- Opened on May 30, 2017
- #12
Mysql calls are synchronous, slow, and expensive. Since our app is just serving a big bundle of json data, I propose the
following:
1. Install redis: http://redis.io
2. When express receives a cache-able ...
bdickason
- Opened on May 30, 2017
- #11

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.