timaiv

Results 10 comments of timaiv

@amaitland I implemented drag image preview (output, like from cefsharp to chrome, input not implemented by cef). It is very complicated and takes a lot of code (3rd party), actually...

> @timaiv Not sure what you mean exactly. After my changes, near cursor while dragging is appearing image (rendered by OS) preview of selected html content, like in browsers, u...

For me, problem was in `await waitForSync(config, currentBlockNumber)` in FallbackProvider. One provider that hanged cant sync last block number, that was taken from other providers, and no timeout parameter passed....

How i can reproduce, and my explanation for `getLogs` (by logging everywhere). I reproduced in production and locally by different scenarios, explanation below is simplified (actually in this case i...

Found 1 more stuck (not actually relative to fallback provider), but to specific logic in `_getInternalBlockNumber.` ```js if (maxAge > 0) { // While there are pending internal block requests......

+1 But now we can consider that the order may not be respected though.

Hi! For our product (logs indexer), it makes sense to disable the logs only for foreign programs (inner instructions). Since the creation of 1 nft with edition, metadata and verified...

Reproducible for Azure Functions .NET 7 Isolated. `itemCount` constantly growing. ``` ```

Also problem with `[FromQuery(Name = "")]` I use this to share same properties between similar requests. https://stackoverflow.com/questions/75683726/how-to-use-fromquery-with-nested-models/75684248#75684248