Lode Claassen
Lode Claassen
From https://github.com/thoughtbot/gitsh I loved the feature of using `enter` to get the current `git status`. It feels very natural and a handy shortcut. (I do like how most commands, i.e....
I installed [hub](http://defunkt.io/hub/) and aliased it with git and this seems to play fine with git-sh. Except that certain [new commands](https://github.com/defunkt/hub#commands) don't work. For example: - fork - pull-request -...
- [ ] add `getAttributes()` - [ ] add `getRelationships()`
Next to parsing (https://github.com/lode/jsonapi/issues/44) there's a lot of validation to do around query parameters. Mainly around which are supported by the server.
Next to parsing (https://github.com/lode/jsonapi/issues/5) there's a lot of validation to do around the document structure. And optionally also about which values are understood.
It would be nice to do something like this: ``` php $results = 'mysqli_query() + fetch_assoc() while-loop'; $jsonapi = new jsonapi\collection($type='users'); $jsonapi->import_from_array($results); ``` And maybe a way to split keys...
Fixes https://github.com/refined-github/refined-github/issues/5851. On merged PRs which are not (yet) part of a release a banner is shown to hint to create a release. This PR changes it from a banner...
### Description In [`first-published-tag-for-merged-pr`](https://github.com/refined-github/refined-github/blob/main/source/features/first-published-tag-for-merged-pr.tsx) a suggestion is shown to create a release on merged PRs. This suggestion: - takes quite much attention (with page wide and background color) for something...
Hi, I noticed [the changelog](https://github.com/github/scientist/blob/master/doc/changelog.md) isn't updated for the last releases. Is that just an oversight? Or did nothing meaningful change?