Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
LukeHagar created a comment on an issue on LukeHagar/plexjs
> But these are duplicate parameters, they are already defined globally in x-speakeasy-global so they're redundant right when also defined on the endpoint level? The `x-speakeasy-global` paramet...
LukeHagar created a comment on an issue on LukeHagar/plexjs
This is definitely still an issue, @JasonLandbridge lets restore those parameters on the endpoints please. I have an open ticket for this issue internally, I will follow up with them this week a...
LukeHagar reopened an issue on LukeHagar/plexjs
Newer releases are not being published to NPM
Releases newer than 0.23.5 are not being [published to NPM](https://www.npmjs.com/package/@lukehagar/plexjs?activeTab=versions) even though the releases have a link to an [npm version in the releas...LukeHagar created a comment on a pull request on unjs/crossws
@pi0 Can you assist with the logic around the errors? I see that the tests expect ws.Error to be populated on unauthorized response, how is that properly set cross platform?
LukeHagar pushed 1 commit to throwable LukeHagar/crossws
- White space formatting and fixed type test cb2b924
LukeHagar created a branch on LukeHagar/.trunk
main - Used by Trunk. Learn more at https://docs.trunk.io/code-quality/ci/get-started/github-integration
LukeHagar created a repository: LukeHagar/.trunk
https://github.com/LukeHagar/.trunk - Used by Trunk. Learn more at https://docs.trunk.io/code-quality/ci/get-started/github-integration
LukeHagar pushed 1 commit to convert-swagger speakeasy-api/speakeasy
- resolve issues with cross platform tests 62aa552
LukeHagar pushed 2 commits to convert-swagger speakeasy-api/speakeasy
LukeHagar pushed 1 commit to main speakeasy-api/speakeasy
- feat: format transform (#1094) This pull request introduces a new command to format OpenAPI documents and includes ... 1678b21
LukeHagar closed a pull request on speakeasy-api/speakeasy
feat: format transform
This pull request introduces a new command to format OpenAPI documents and includes corresponding tests. The most important changes include adding the `formatCmd` command, implementing the `runForm...LukeHagar pushed 23 commits to convert-swagger speakeasy-api/speakeasy
- fix: widen python-dateutil dependency requirement (#1104) 3b4c9eb
- feat: keep temp dir on workflow fail (#1105) We need to retain the temp dir on workflow failures because it is nece... eb90794
- feat: clean temp dir in gh actions d9d5e65
- feat: Initial test command (#1106) Reference: https://linear.app/speakeasy/issue/GEN-778/feature-speakeasy-test-cli-... 00901bd
- chore(deps): Remove extraneous golang.org/x/exp dependency (#971) The `maps.Keys` and `slices.Contains` functionalit... 0cf2401
- chore: oas names from document info (#1108) 990524b
- chore: do not store sourcemaps, always include openapi info.version as a tag (#1107) a6366d3
- fix: osshr username is expected to be env var (#1109) 0bda3f9
- feat: base quickstart on remote existing target (#999) This PR adds the ability to bootstrap a new target using a pr... cdc8050
- fix: sample spec needs no download (#1114) 54e552a
- chore: check that we downloaded it before getting the summary 79f3745
- feat: add support for defining tests via an arazzo document, fixes to context management in pythonv2, fixes to circul... af05df5
- fix: return type for async sse methods now no longer return a union with the sync response e05e60d
- feat: support generating React hooks in TypeScript SDKs using @tanstack/react-query (#1117) 0ac0e8a
- fix: codeSamples migrate improvement (#1120) 7fecbfc
- fix: Ensure correct dependency groups for ruby sorbet and sorbet-runtime (#1119) c10008d
- chore: pull in new -core version (#1122) 9aaf0da
- fix: use local version on download failure (#1123) We already have the check above to continue on this type of error 6014094
- feat: add option for disabling deduplication of types (tf), fix: ruby gemfile lock f75c0fc
- chore: Update GitHub Actions CI dependencies (#1084) Bumps the github-actions-minor-and-patch group with 7 updates i... 6902020
- and 3 more ...
LukeHagar created a comment on an issue on LukeHagar/plexjs
Hey Evan, It’s an issue with the generator package we use, I don’t have any updates yet nor an ETA On Sat, Nov 23, 2024 at 4:15 PM Evan Coleman ***@***.***> wrote: > Any updates on this?...
LukeHagar opened an issue on sailpoint-oss/api-specs
path `/campaign-filters/{id}` specifies `id`, but post operation specifies `filterId`
As title specifies the path `/campaign-filters/{id}` specifies `id`, but the post operation nested under that path specifies `filterId` as the path parameter name.LukeHagar pushed 1 commit to convert-swagger speakeasy-api/speakeasy
- reworked to avoid buildV3Model error with transformer wrapper, added tests for both yaml and JSON f8d7ce5