Harry Pierson

Results 89 issues of Harry Pierson

I'm trying to add a custom header `Attachment-Name` to the response returned by an HTTP get triggered azure function (written in typescript, using v4 programming model, running with Azure Functions...

Simple fix to replace with std.heap.pageSize()

https://github.com/advisories/GHSA-x2rg-q646-7m2v affects versions of Koa < 2.16.1

Currently blocked by https://github.com/confluentinc/confluent-kafka-javascript/issues/306

During review of #448, we considered simplifying several interfaces/types related to UserDatabase. ```ts export interface UserDatabase { transaction(transactionFunction: UserDatabaseTransaction, config: TransactionConfig, ...args: T): Promise; queryFunction(queryFunction: UserDatabaseQuery, ...params: T): Promise; query(sql:...

breaking change

Chaos tests were failing after #1008 changed default user db client from knex -> pg-node. THe issue appears to be an exception that gets thrown in node-pg's Pool implementation when...

Node added `[Symbol.dispose/asyncDispose]` support in [v18.18.0](https://github.com/nodejs/node/releases/tag/v18.18.0). Given that v18 is no longer support, we should start adding those methods as aliases for existing destroy/close methods where appropriate across the code...

If you have code like this in your entrypoint file: ```python class DataPipeline(BaseModel): platform: str content: str message_id: int @DBOS.workflow() def create_data_pipeline(request: DataPipeline): # code omitted ``` The `request` parameter...

When a class has an instance method, the `nccs` compiler creates an array with an extra field to represent the `this` pointer. This field is another array with a single...