Kræn Hansen

Results 210 issues of Kræn Hansen

As per https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream#async_iteration and https://streams.spec.whatwg.org/#rs-asynciterator > `ReadableStream` implements the [async iterable protocol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#the_async_iterator_and_async_iterable_protocols). This enables asynchronous iteration over the chunks in a stream using the [for await...of](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for-await...of) syntax. The current types...

As per https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamDefaultReader/read#return_value and https://streams.spec.whatwg.org/#ref-for-default-reader-read%E2%91%A0 > If the stream becomes closed, the promise will be fulfilled with an object of the form `{ value: undefined, done: true }`. The current...

## Search terms const, variable, function, interface This seems related to https://github.com/TypeStrong/typedoc/issues/1523. ## Expected Behavior Given the following `interface` and two exported `const` (interpreted as functions because of their type...

bug

See https://github.com/TypeStrong/typedoc/issues/2521 for context. I understand this PR won't merge until the bug is fixed.

As per the comment linked in the suggested change, this would make it more obvious that the package is no longer maintained. See https://github.com/angular/clang-format/issues/82#issuecomment-1748482685 for context.

## What, How & Why? This exercise https://github.com/realm/realm-core/issues/7670 and https://github.com/realm/realm-core/issues/7183 to ensure future regressions will be easier to debug. We should hold back on merging this, until https://github.com/realm/realm-core/issues/7670 is fixed...

T-Test
cla: yes
no-changelog
no-jira-ticket

The public types emitted for `bson.d.ts` are wrong: ```typescript export declare namespace BSON { const ObjectId: typeof bson.ObjectID; // 👈 notice the capital D in ID type ObjectId = bson.ObjectId;...

First-Good-Issue

## What, How & Why? React Native v0.74.0 [is out](https://github.com/facebook/react-native/releases/tag/v0.74.0) and with the current state of our prebuilt binaries, we might need a release to match [changes in the ABI...

cla: yes
no-jira-ticket