Gilles Piou
Gilles Piou
Replacing `request` has been discussed a bit in https://github.com/jira-node/node-jira-client/issues/300. At this point, I think we're all waiting for someone to do it for us 💦 If you want to solve...
I am cool with node-fetch!
If request being deprecated is an issue, I would argue that switching to a fork like https://www.npmjs.com/package/postman-request would be more than enough 😅 If we want to reduce the size...
@romanbalayan Technically, I think the migration is worthwhile. If I were paid to maintain this project, I would have done it a long time ago 😅 If you make it...
Thank you @mtscout6 for putting your trust in me! I just messed up a release though 🙈 `npm run release minor --dry-run` didn't work as I expected 🙈🙈 I re-published...
Add support for ServiceDesk api and method for getting organization and adding users to organization
@yannj-fr Thanks for the contribution! Can you add simple tests for the new methods?
They look like two different endpoints: - https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-get - https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-changelog-get I am not familiar with Jira API, but I'd prefer to recommend `getIssue(..., ..., "changelog")` instead of turning `getChangelog` into...
I updated the test case with the latest version of each dependency [issue-rollup-plugin-vue-5.1.9.zip](https://github.com/vuejs/rollup-plugin-vue/files/4945990/issue-rollup-plugin-vue-5.1.9.zip). It is still reproducing. ``` "devDependencies": { "rollup": "2.22.1", "rollup-plugin-vue": "5.1.9", "vue-template-compiler": "2.6.11" }, "dependencies": { "vue":...
I am facing the same issue. The latest update of `eslint` (https://github.com/eslint/eslint/releases/tag/v6.8.0) fixed the line count for this rules so now I have lint errors popping up in my Svelte...
@alexjlockwood I am not a Android dev, but as a web dev, I can help with the basic chores to keep the package in shape if you accept.