Xingcan LAN

Results 10 issues of Xingcan LAN

Stacktrace is ``` throw new Error(`Unknown definition: ${paramDefinition.toString()}`) ^ TypeError: Cannot read property 'toString' of undefined at ContainerResolver.resolveProperties (/Users/lanxingcan/Documents/Workspace/fittime-notification-worker/node_modules/huject/src/resolver.ts:161:79) at ContainerResolver.resolve (/Users/lanxingcan/Documents/Workspace/fittime-notification-worker/node_modules/huject/src/resolver.ts:104:30) at Container.resolve (/Users/lanxingcan/Documents/Workspace/fittime-notification-worker/node_modules/huject/src/container.ts:111:30) at Object. (/Users/lanxingcan/Documents/Workspace/fittime-notification-worker/index.ts:20:8) at Module._compile...

Make toDynamicValue binding able to injects its dependencies, to ensure its dependencies are resolved in **same scope**. Motivation ----------- I'm trying to implements a context logger. ```typescript container.bind('ContextID') .toDynamicValue(()=> uuid())...

``` sql SELECT DISTINCT ON ("category") * FROM "article" ORDER BY "category", "id"; ``` will return one article per category which has the smallest id in the group.

type: feature

### Description of changes: This PR adds support of client authentication to s2n-quic-rustls ### Call-outs: ### Testing: I can write an example for it, but I'm not sure how it's...

Michael made some exploits to the DXSM output scrambler. See: https://guru.multimedia.cx/how-correlated-is-pcg-dxsm-output/

There're some use case that we want hold the reference to FuturesUnordered on both read end and write end, however it's seems impossible to do so for now. Or maybe...

## Search Terms I search "decorate abstract member" in the issues list, and #20887 has memtioned this issue but closed. ## Suggestion Ability to decorate abstract function and its params....

Suggestion
Awaiting More Feedback

These games are very suspicious, just playing randomly at the opening: - https://katagotraining.org/sgfplayer/rating-games/1283811/ - https://katagotraining.org/sgfplayer/rating-games/1283810/ - https://katagotraining.org/sgfplayer/rating-games/1283809/ - https://katagotraining.org/sgfplayer/rating-games/1283815/ - https://katagotraining.org/sgfplayer/rating-games/1283816/ - https://katagotraining.org/sgfplayer/rating-games/1283817/ Althrough these games were uploaded from the...

Usually, the DCID in the Initial Packet is chosen by the clients with a random value, the current QUIC-LB draft does not mention much about it. It would be great...