Makoto Motohashi
Makoto Motohashi
### Is this a feature request or a bug? A feature request. ### What is the current behavior? Below code doesn't read `web-ext-config.js` or `webExt` in package.json. ```javascript import webExt...
I've recreated this pull request. original pull request: https://github.com/Croydon/vertical-tabs-reloaded/pull/222
### Describe the bug Vimspec style tests fail in vim9 script. ### How to reproduce the problem from Vim startup Create `test.vimspec` as follows: ```vim vim9script Describe d Context c...
Currently backlog-js provides [UMD format](https://github.com/nulab/backlog-js/blob/master/dist/backlog.js). To allow bundlers to enable tree shaking, I want to provide ESM format along with UMD and CJS. - ESM for bundlers (easy to tree...
Fetch API of Node.js was marked as stable on v21. https://nodejs.org/en/blog/announcements/v21-release-announce#stable-fetchwebstreams We can omit `isomorphic-fetch` and `isomorphic-form-data` after Node.js v20 EOL. According to their release plan, it will be on...
It was already marked as deprecated because of wrong name. (See #89) - `deleteIssuesCount` -> `deleteIssue` I'll add a breaking change on #95, so I think that's the right timing...
Since it was announces that some API endpoints will be deleted, I will remove the corresponding methods. https://nulab.com/blog/product-updates/backlog/discontinued-apis-august-2024/ - GET `/api/v2/groups` -> `getGroups` - POST `/api/v2/groups` -> `postGroups` - GET...