Yoshikazu Sawa
Yoshikazu Sawa
https://github.com/hirokidaichi/namespace-js/pull/8 依存関係にあるnamespace-jsがbowerで管理されるようになったら、brookもbowerパッケージ化したいと思います。
bowerで依存関係を管理できるように bower.json を追加しました。 ご確認よろしくお願いいたします。
```javascript var schema = { 'a': 1, 'b': '2' }; // Underscore/Lodash var result = _.pick(schema, ['a', 'c']); console.log(result) // output: { a: 1 } // Native const { a,...
I found a few small minor typos, so I'll send this patch.
We add GitHub Actions to run tests on Linux and MacOS. And write a cpanfile to install the modules (required for the Makefile.PL). We hope that this PR will help...
Add more perl versions from 5.26 to 5.38 And replace actions/checkout from v1 to v4
I will take a stub at re-trying to update picohttpparser, following https://github.com/kazuho/p5-http-parser-xs/pull/21 . Fixes https://github.com/kazuho/p5-http-parser-xs/issues/14 . In this PR based on https://github.com/kazuho/p5-http-parser-xs/pull/22 to ensure the tests are passing.
## Pull Request Checklist **Is this in reference to an existing issue?** #### General - [ ] Update Changelog following the conventions laid out [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) - [ ] Update README...