George Payne

Results 19 issues of George Payne

- uncomment cache write to disk - add `buildCacheDirName` config option to prevent clash with `ScreenshotConnector` ## Pull request checklist Please check if your PR fulfills the following requirements: -...

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...

Resolution: Refine

## Pull request checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [...

- immediately cache the promise and await the promise on subsequent appends - rework backpressured write to work across multiple calls to shared stream - add test fixes #304 fixes:...

kind/bug

Currently, batch append will keep it's connection open indefinitely. The connection should be closed if it hasn't been used for a specified length of time. Ref: https://github.com/EventStore/EventStore-Client-NodeJS/issues/283#issuecomment-1076499200

kind/enhancement
action/future

Credentials tests are only testing reads, should be bulked up. https://github.com/EventStore/EventStore-Client-NodeJS/blob/master/src/__test__/connection/defaultCredentials.test.ts _Originally posted by @oskardudycz in https://github.com/EventStore/EventStore-Client-NodeJS/pull/229#discussion_r741862664_ [DEV-287](https://linear.app/eventstore/issue/DEV-287/bulk-up-credentials-tests)

testing
linear

Reconnection tests currently only cover reads and writes. it would be good to expand them out to cover more apis , such as persistent subscriptions. https://github.com/EventStore/EventStore-Client-NodeJS/blob/master/src/__test__/connection/reconnect.test.ts _Originally posted by @oskardudycz...

testing

Pixelfed 0.10.6 Tusky 9.0 Reproduction steps: - Add account on Tusky - Edit profile - Add backdrop photograph Outcome: - Tusky crashes - Clearing Tusky app data causes app to...

🐛 Bug
🔃 API
🧠 Backend

Its not unusual to use a store as a map of items: ``` ts export interface Item { id: string; name: string; created: Date; } export type ItemStore = Record;...

Resolution: Refine

## Changes - Add optional callback to clientStream to return response. - Callback is called after `end` event - Amend types with overload for optional metadata ## Verification Tested generated...

wontfix
lgtm
approved
size/M
do-not-merge/hold