Darren Rush
Darren Rush
This should be true by default. Please vote for 👍🏻 or against 👎🏼
We are looking to use mobx-rest to connect to a variety of backends including some using [JSON-API format data](http://jsonapi.org/). It looks like there will be a variety of issues to...
Ruby 2.6 is introducing integrated ruby parsing and AST API. This will help eliminate dependencies and may improve performance. https://ruby-doc.org/core-2.6.0.preview2/RubyVM/AST.html
…favor of `Bundler.with_unbundled_env`
This invocation should expand to reference the user's home directory: ``` invoker start --certificate="~/mkcert.pem" --private-key="~/mkcert-key.pem" ``` It currently results in ``` `block in start_tls': Could not find ~/mkcert.pem for start_tls...
relationships should be accessible via the filtering, paging and sorting syntax as primary resources. ie /api/v1/posts/:post_id/comments?filter[body]=Yes! /api/v1/posts/:post_id/comments?sort=body /api/v1/posts/:post_id/comments?sort=body
JSONAPI implementations may support multiple values for a filter to reduce the number of queries on the server side: http://jsonapi.org/recommendations/#filtering ``` GET /comments?filter[post_id]=1,2 HTTP/1.1 ``` The resulting query should be...
Lookbook is a better, modern preview implementation for Rails applications. While it handles Pages and Components out-of-the-box, it does not currently include support for Mailers. Mailers and Mailer Previews share...
This PR has two significant improvements: 1. `` is now supported. This allows it to be used in VS Code with full preview support and during runtime. 2. Eliminated the...