郑达里
郑达里
- [x] Fix `js-framework-benchmark` by using `appendChild` rather than `insertBefore` in the edge case when the marker node is the last node, ~~perfect case of optimizing for benchmarks...~~ this seems...
It would be interesting to see if the code could simplified by writing it in Common Lisp via Parenscript. I don't expect any savings in output size, but I think...
In this demo: http://jsbin.com/vezeja/5/edit?js,console,output When I manually remove the list item "ninja" from the list using the inspector, the data remains the same (still has "ninja" in the `cats` array)
TODOs
Meta-issue to keep track of smaller things to do. ### fortune - [x] String literals in types #260 - [x] Improve `include` syntax to allow querying at any level, like:...
This is more compliant with how deferred foreign keys work.
Suppose I have an Accept header that looks like: ``` Accept: application/vnd.api+json; ext=bulk ``` The output of `new Negotiator(request).mediaType()` would be `application/vnd.api+json` as expected. But when I specify an array...
I think that this might benefit from an adapter implementation. ```js var jsonApiAdapter = require('fortune-json-api/adapter') ``` Some prerequisites: - Fortune.js needs to read an option on the adapter to disable...
Would be nice to have a machine-readable format of the rules. http://json-schema.org/
Kloudsec has shut down: https://www.reddit.com/r/webdev/comments/4s3kmf/got_an_email_saying_that_kloudsec_will_be/ Need a new certificate now :(
Hi, I'd like to address a few concerns about this package: - The key names in the `routes` object seem redundant. This is mostly an aesthetic concern, but it does...