I hereby claim:
- I am kenhkan on github.
- I am kenhkan (https://keybase.io/kenhkan) on keybase.
- I have a public key ASDrTsMtgvh00bN6OS1fC8Y7ksvad-QG2ECrM00uOLUqXgo
To claim this, I am signing this object:
| # This is fine, with EURCHF at minute-level granularity or greater. | |
| curl -vvvv "https://api.polygon.io/v2/aggs/ticker/C:EURCHF/range/1/minute/1722934161000/1735689600000?cursor=bGltaXQ9NTAwMDAmc29ydD1hc2M&apiKey=<redacted>" | |
| # EURCHF at any second period is always stuck and eventually returns with a 504 Gateway Timeout or 502 Bad Gateway. | |
| curl -vvvv "https://api.polygon.io/v2/aggs/ticker/C:EURCHF/range/1/second/1722934161000/1735689600000?cursor=bGltaXQ9NTAwMDAmc29ydD1hc2M&apiKey=<redacted>" | |
| curl -vvvv "https://api.polygon.io/v2/aggs/ticker/C:EURCHF/range/30/second/1722934161000/1735689600000?cursor=bGltaXQ9NTAwMDAmc29ydD1hc2M&apiKey=<redacted>" | |
| curl -vvvv "https://api.polygon.io/v2/aggs/ticker/C:EURCHF/range/59/second/1722934161000/1735689600000?cursor=bGltaXQ9NTAwMDAmc29ydD1hc2M&apiKey=<redacted>" | |
| # These succeed, as with any other pair at second-level granularity. | |
| curl -vvvv "https://api.polygon.io/v2/aggs/ticker/C:EURJPY/range/1/second/1722934161000/1735689600000?cursor=bGltaXQ9NTAwMDAmc29ydD1hc2M&apiKey |
| /home/kenhkan/present/lib/hasktorch/deps/libtorch/include/ATen/ATen.h | |
| /home/kenhkan/present/lib/hasktorch/deps/libtorch/include/ATen/CPUGeneratorImpl.h | |
| /home/kenhkan/present/lib/hasktorch/deps/libtorch/include/ATen/Context.h | |
| /home/kenhkan/present/lib/hasktorch/deps/libtorch/include/ATen/DeviceGuard.h | |
| /home/kenhkan/present/lib/hasktorch/deps/libtorch/include/ATen/core/Generator.h | |
| /home/kenhkan/present/lib/hasktorch/deps/libtorch/include/ATen/core/IListRef.h | |
| /home/kenhkan/present/lib/hasktorch/deps/libtorch/include/ATen/core/IListRef_inl.h | |
| /home/kenhkan/present/lib/hasktorch/deps/libtorch/include/ATen/core/List.h | |
| /home/kenhkan/present/lib/hasktorch/deps/libtorch/include/ATen/core/List_inl.h | |
| /home/kenhkan/present/lib/hasktorch/deps/libtorch/include/ATen/core/boxing/KernelFunction.h |
I hereby claim:
To claim this, I am signing this object:
| $.a.addEventListener("click", function(e) { | |
| // What goes here? | |
| }); |
| $.hide.addEventListener("click", function(e) { | |
| var views = Alloy.createController("views"); | |
| views.hide(); | |
| }); | |
| $.index.open(); |