Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

zirkelc

zirkelc created a comment on an issue on zirkelc/git-pull-run
Hey @quedicesebas could you explain what doesn't work for?

View on GitHub

zirkelc created a comment on an issue on zirkelc/aws-signature-v4
Hey @sporto I released a new version which should fix this issue. Please let me know if it works for you!

View on GitHub

zirkelc published a release on zirkelc/aws-signature-v4
[email protected]
### Minor Changes - 6d62f18: fix: always use arrayBuffer
zirkelc published a release on zirkelc/aws-signature-v4
[email protected]
### Patch Changes - Updated dependencies [6d62f18] - [email protected]
zirkelc closed a pull request on zirkelc/aws-signature-v4
Version Packages
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm a...
zirkelc opened a pull request on zirkelc/aws-signature-v4
Version Packages
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm a...
zirkelc deleted a branch zirkelc/aws-signature-v4

fix-body-undefined

zirkelc pushed 1 commit to main zirkelc/aws-signature-v4
  • fix: always use arrayBuffer (#29) 6d62f18

View on GitHub

zirkelc pushed 1 commit to fix-body-undefined zirkelc/aws-signature-v4

View on GitHub

zirkelc opened a pull request on zirkelc/aws-signature-v4
fix: always use arrayBuffer
See #28
zirkelc created a branch on zirkelc/aws-signature-v4

fix-body-undefined - AWS SignatureV4 libraries

zirkelc created a comment on an issue on zirkelc/aws-signature-v4
Yes, I verified it and it's not being set automatically. I guess using always request.arrayBuffer() should work. I have to check what's happens if there is actually no body and how the underlying...

View on GitHub

zirkelc created a comment on an issue on zirkelc/aws-signature-v4
Sorry, now I get it. I was focused on consuming the body, but of course the ternary condition checks if a body exists in the first place. It looks like the way to check if a body exists (without a...

View on GitHub

zirkelc created a comment on an issue on zirkelc/aws-signature-v4
Hey @sporto this line of code actually uses `request.arrayBuffer()` to access the `body`: https://github.com/zirkelc/aws-signature-v4/blob/6fe93d2bb0efb2d9b2fc726021cc77200c359827/packages/aws-s...

View on GitHub

zirkelc pushed 2 commits to main zirkelc/git-pull-run

View on GitHub

zirkelc created a comment on an issue on zirkelc/git-pull-run
Hey @CristhianMotoche I released [email protected]

View on GitHub

zirkelc pushed 4 commits to main zirkelc/git-pull-run

View on GitHub

zirkelc created a comment on an issue on zirkelc/git-pull-run
Hey @CristhianMotoche that's a good idea! I added a `--once` option flag to run the command only once. It's a published it as pre-release: ```sh npm i [email protected] ``` Could you pl...

View on GitHub

zirkelc pushed 2 commits to main zirkelc/git-pull-run
  • feat: add once option f6a3950
  • Merge branch 'main' of https://github.com/zirkelc/git-pull-run 0014a29

View on GitHub

zirkelc opened a pull request on serverless-operations/serverless-step-functions
feat(jsonata): support `Arguments` for DynamoDB
Following the discussion in https://github.com/serverless-operations/serverless-step-functions/pull/636 I added support for `Arguments` for DynamoDB states Other AWS services can be added gradually
zirkelc pushed 1 commit to jsonata zirkelc/serverless-step-functions

View on GitHub

zirkelc pushed 12 commits to jsonata zirkelc/serverless-step-functions
  • ci(config): Update GitHub workflow's node and ubuntu version 5723b14
  • ci(config): use legacy peer deps in npm install 90fc2a6
  • Merge pull request #638 from ynishimura/ci-setup-upgrade Updating the CI environment c49697b
  • feat: preview fac2916
  • Merge branch 'serverless-operations:master' into master ed8f97a
  • ci: node v20 9f798aa
  • ci: legacy peer deps 0679e26
  • Merge pull request #636 from zirkelc/jsonata feat: support JSONata query language 2472cc0
  • chore: bump asl-validator to 3.11.0 4862bbd
  • Merge pull request #640 from lukehedger/master chore: bump asl-validator to 3.11.0 7d82a84
  • Merge branch 'serverless-operations:master' into master 1b159c9
  • Merge branch 'master' into jsonata adbfe82

View on GitHub

zirkelc pushed 10 commits to master zirkelc/serverless-step-functions
  • test: add test for jsonata 00bc4cf
  • test: add test f8a3505
  • fix: compiel iam roles for arguments 39272e2
  • chore: noop 023ab31
  • chore: noop 0f99057
  • chore: noop d2555b7
  • Merge pull request #636 from zirkelc/jsonata feat: support JSONata query language 2472cc0
  • chore: bump asl-validator to 3.11.0 4862bbd
  • Merge pull request #640 from lukehedger/master chore: bump asl-validator to 3.11.0 7d82a84
  • Merge branch 'serverless-operations:master' into master 1b159c9

View on GitHub

zirkelc created a comment on a pull request on serverless-operations/serverless-step-functions
@olivierto you can copy the updated tests from this commit: https://github.com/zirkelc/serverless-step-functions/commit/1900d043b62cc86aa2fb4804dc00f1271db4e515#diff-ac572495ab49814342a6cce41eb2e33...

View on GitHub

zirkelc starred sindresorhus/boxen
zirkelc created a comment on an issue on zirkelc/serverless-esm-ts
> note to myself ... RTFM 🤣 I have been there many times 😆

View on GitHub

zirkelc created a comment on an issue on zirkelc/serverless-esm-ts
@tonivdv I read through the docs again, there is also an option to get the default export directly: > If you need the default export of module, you can use jiti.import(id, { default: true }) as sh...

View on GitHub

zirkelc created a comment on an issue on zirkelc/serverless-esm-ts
Hi @tonivdv that's great, happy I could help out! Now I can also upgrade to v2 😄

View on GitHub

zirkelc created a comment on an issue on zirkelc/serverless-esm-ts
Hi @tonivdv funny, I accidentally upgraded all my dependencies and got the same error, but didn't know where it came from. Did you follow the [migration guide](https://github.com/unjs/jiti/relea...

View on GitHub

Load more