Callum McIntyre
Callum McIntyre
Ah that's rubbish, sorry! Do you see this on desktop browsers or only mobile? I'm only seeing it on iOS (don't have any other devices to check it on), but...
I made a create-react-app project that has a `useEffect` fetching http://httpbin.org/delay/10 and then updating UI - on iOS Safari scrolling stays responsive (and the default spinning logo keeps spinning) during...
Pretty similar then, probably the same CPU. It’d be good to hear from someone on a newer device or any android device to see if we can narrow it down...
When running clarinet pointing at `hirosystems/explorer:latest` for the Explorer image, I get the following in `docker logs` when loading an explorer page for a transaction: ``` FetchError: request to http://localhost:3999/extended/v1/tx/0xf391789f53f183f479bf542a772fd7408e13e1e6d1dbc9541c3c3325894f334e?unanchored=true...
Using clarinet with the image `hirosystems/explorer:1.19.1` works correctly, while `hirosystems/explorer:1.19.2` is broken. So the local transactions were broken between these 2 tags. If anyone else is trying to work around...
@keetonian I also spotted this on the `Enabled` property of a nested event in `AWS::Serverless::Function`, eg. ``` Events: 1MinSchedule: Type: Schedule Description: run every 1 minute Properties: Schedule: cron(0/1 *...
Sean commented on an SO question of mine where this would have helped (https://stackoverflow.com/questions/53710350/azure-service-bus-can-i-view-scheduled-messages/53713041#53713041) Essentially we're using service bus as a lightweight task queue, with tasks able to be scheduled...
It looks like the failing tests here are all with "Error: failed to get recent blockhash: Error: failed to get latest blockhash: Method not found" on the `miscNonRentExempt` test suite....
I've updated the implementation to use a new helper function which uses `getLatestBlockhash` and then falls back to `getRecentBlockhash` if that fails. Not super happy to be adding that technical...
Latest test failure seems to be unrelated to TS: ``` error[E0658]: destructuring assignments are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/spl-token-3.3.1/src/instruction.rs:1712:13 | 1712 | _ = TokenInstruction::unpack(&expect[0..2]); | ^ | = note: see issue...