Luís Rodrigues

Results 41 comments of Luís Rodrigues

Markdown files are plain text, so you can pick the second option and then configure `md` as the default file extension below.

I admit I didn't dig very deep, but POSTing multiple resources (of different types, even) in a single request is probably not advisable. For starters, what should responses look like?...

To answer my own first question, WebDAV introduced a 207 Multi-Status response code. Some links for reference: - http://www.webdav.org/specs/rfc2518.html#rfc.section.8.2.1 - http://restpatterns.org/HTTP_Status_Codes/207_-_Multi-Status

Facebook has an interesting approach for batch operations, including support for binary uploads: - https://developers.facebook.com/docs/graph-api/making-multiple-requests

It does a little more than just giving you the permalinks as Backbone routes (with `:params` and `*splats`), the class also returns a mapping between WordPress permalinks and their corresponding...

While this works for my uses, I'm hesitant about having WordPress push [Backbone-style routes](http://backbonejs.org/#Router) for everybody. On one hand, Backbone has emerged as a _de facto_ first-class citizen in the...

Here's something to start with, easy to refactor later. Too many things are still in flux, so I'll hold off writing unit tests and submitting a PR for the moment....

Hi @mathieutu, I'd like to reproduce your issue, could you let me know which version of TypeScript you're using and what package (and package version) `Typography` belongs to? Thanks for...

There seems to be an issue with the package, but for ESM support in Jest this is what I've been able to piece together: * `npm install --save-dev jest@next ts-jest@next`...

I thought about it, I'm wondering how much can be achieved simply by setting the right button and popover template HTML, although the JavaScript events would probably get in the...