Sơn Trần-Nguyễn
Sơn Trần-Nguyễn
Further manual testing shows that [`yazl`](https://www.npmjs.com/package/yazl) follows that formula without compression, while `p7zip` returns a slightly bigger size with `-m0=Copy` flag. Are you open to add `yazl` as another dependency?...
> Make sure to use the size it reports than trying to compute it yourself. Not sure I can do that. The input is from stream, and `yazl` doesn't reports...
Yeah, that `finalSizeCallback` is only called when you call `end()`, which needs to be done after adding the inputs. For what we want to do, I believe we need to...
There is nothing special about using benchmark.js from CLI. You create your benchmark suite in a JS file, called bench.js, then run `node bench.js`
I could get it to work with the first page of items, but it would require more effort to handle pagination, since this indexer only returns a certain number of...
Yes, I explained it in another issue here: https://github.com/graphql-elixir/graphql/issues/15#issuecomment-228259099 Basically, I am providing a framework for generic backend, in which the schema is loaded and updated in run time. The...
I'm not trying to rush here, but I would like to hear the arguments against this. I can see that the dot notation when using atom is nicer than square...
@ricking06 Another alternative is https://github.com/shopgun/graphql-erlang, which I like due to its usage of pattern matching (instead of schema modules) and binary keys (instead of atoms). It's in Erlang, but you...
Not all cases have schema at the beginning, at least my case does not. While it's faster and convenience, the dependency on compile-time schema is what keeps me away from...
Bác @duythongle coi rồi merge cái này nha. Hiện tại chạy không được nếu không đổi USER_AGENT.