-
* Structure should be the same as TypeScript SDK
* e.g. `import sendUserActivity from "/path/to/sdk"`
**MVP is to get the e2e DX to parity with the Typescript SDK DX**
V1 is to add parallelization …
-
Hi,
according to [package.json](https://github.com/looker-open-source/sdk-codegen/blob/master/packages/sdk/package.json) files typescript and ts-node are listed in section `dependencies` instead of…
-
- [x] This only affects the JavaScript OpenTelemetry library
- [ ] This may affect other libraries, but I would like to get opinions here first
I am trying to instrument my cucumber tests in NodeJ…
-
__Proposed solution:__
It has been difficult to adopt Parse in the client codebase that Im writting using the JS SDK which provides types but there's no actual documentation about them anywhere in th…
-
Hi.
I am generating an SDK using the Typescript Axios Generator SDK generator, but for the endpoints that accept query parameters, the parameters are being treated as individual parameters instead of…
-
I am trying to build duckdb based nodejs project using rollup but I get unresolved dependencies error for libraries,
mock-aws-s3, aws-sdk, and nock
Same issue described here,
mapbox/node-pre-gy…
-
**Is your feature request related to a problem? Please describe.**
Currently, `@graphql-codgen/typescript-graphql-request` uses a hard-coded `Sdk` type. If the schema also has a `Sdk` type, this wi…
-
Current API design guidelines require that method options bag type name should be `Options`
https://azure.github.io/azure-sdk/typescript_design.html#ts-options
However, in many cases, those meth…
-
Requested by: @billyvg
Merge target: alpha
Quick links:
- [View changes](https://github.com/getsentry/sentry-javascript/compare/13e6c8e1f83f1bea09a45421b8c80b901f9d8717...refs/heads/release/8.37.0-a…
-
### Describe the solution you'd like
Workflows need a way to run code before start to setup handlers and anything else they may want. This would accept the same input as the workflow, but can only …