Koa
Koa is a new web framework designed by the team behind Express,
which aims to be a smaller, more expressive, and more robust foundation
for web applications and APIs. By leveraging async functions, Koa allows you
to ditch callbacks and greatly increase error-handling. Koa does not bundle any
middleware within its core, and it provides an elegant suite of methods that make
writing servers fast and enjoyable.
Here are 1,694 public repositories matching this topic...
Describe the bug
The default _limit for the find() is currently fixed to 100. I can't understand why the team picked it is 100? why wouldn't be 10 or 50?.
If some one needed to fetch default 50 records for all end point of find(), at-least he have to edit all request URL or needed to override the current find() handle.
This may not be a bug for the team, but for best framework we need t
- Node Version: all
- Platform: Intel Xeon
The number of workers is hard-coded in dispatch.js of all cases e.g. :
https://github.com/eggjs/benchmark/blob/master/simple/dispatch.js#L5-L8
And the number of threads used to run the benchmark is also hard-coded, e.g.:
https://github.com/eggjs/benchmark/blob/master/simple/run.sh#
Packages:
@apollo/federation: 0.11.2
apollo-server-express: 2.9.9
The documenation leads me to believe that setting these options { engine: true, reporting: false } in the server constructor should disable reporting for a federated service (so that the gateway can do that work.) When I do this though I am
-
Updated
Feb 20, 2020 - JavaScript
-
Updated
Feb 20, 2020 - JavaScript
Write docs
-
Updated
Feb 19, 2020 - JavaScript
-
Updated
Feb 19, 2020 - JavaScript
-
Updated
Feb 12, 2020 - JavaScript
What the title says.
Add Micro.js example
-
Updated
Feb 19, 2020 - JavaScript
I've read the docs, and it seems you can pass through knex instances, but I didn't see if it supports SQLite3 - could you clarify please?
I read in the readme of express-session: Note Session data is not saved in the cookie itself, just the session ID. Session data is stored server-side. Is this also the case for koa-session? If yes then there should be a note in the readme as well.
-
Updated
Feb 19, 2020 - JavaScript
This isn't a bug, but it took me quite a long time to figure out, so thought others have struggled with the same issue.
When using the authenticate method, one must remember to both return the result, and call the function with the context. I thought it may be useful to include this explicitly in the documentation.
I created a [Stack Overflow question](https://stackoverflow.com/questions
-
Updated
Feb 19, 2020 - JavaScript
-
Updated
Feb 16, 2020 - JavaScript
-
Updated
Feb 10, 2020 - JavaScript
-
Updated
Feb 19, 2020 - JavaScript
Probably time to remove the Async Functions with Babel section on the main website. And from the readme itself.