Andy Waite
Andy Waite
If RSpec is detected, the RSpec step should be executed, otherwise the standard `rails test` can be used.
* Pocket for Mac shows the published/posted date of an article, if available. This is is missing on getpocket.com (and in the API).
This issue is to document features which the getpocket.com site has, but appear to be missing from the API: * **Best Of** badge – this seems to be a 'psuedo-tag'....
This outlines a possible database schema for re-implementing Pocket: **Articles** - item_id - user_id (FK) - status - favorite - resolved_title - resolved_url - excerpt - is_article - is_index -...
I'm collecting notes on undocumented behavior in the Pocket V3 API: * For very long articles, the maximum reported `word_count` is 65535, even if the article is longer. * If...
https://github.com/boehs/truthsocial (in `main/source`) Via https://news.ycombinator.com/item?id=40028508
https://github.com/getlago/lago-api Found via https://techcrunch.com/2024/03/14/lago-a-paris-based-open-source-billing-platform-banks-22m/
If a context only has one example, then the `before` setup can be inlined in the example, since there is no longer any need to extract out common behaviour. Some...
I noticed that when using RuboCop with Code Climate's browser extension, warnings have a toggle which gives helpful details, e.g.:  It would...