siegfried
siegfried
The default (6000) recvWindow might not be enough. I keep receiving `Timestamp for this request is outside of the recvWindow.` My own test is that 20000 is a better setting.
This PR is related to #22
Does this project accepts features of USDM? Shall I add them to `binance.R` or a new file?
I'm trying a custom indicator function that consumes a high-low-close. But it cannot be used by `tq_mutate` because it is not in `tq_mutate_fun_options()`. Is there a way to pass the...
**Describe the bug** Cannot compile. **Which operating system do you use? ** ``` OpenBSD 6.8 ``` **To Reproduce** ``` # Please post all commands and the output. $ mkdir build...
I want to verify the ID Token in JWT from Google, with their public certificates. However, their public keys fetched from https://www.googleapis.com/oauth2/v3/certs are [JWK Set](https://tools.ietf.org/html/rfc7517#section-5) containing multiple JWKs. Calling `JOSE.JWK.verify/2`...
As `The response SHOULD include a Location header identifying the location of the newly created resource` is mentioned in [JSON-API specification](http://jsonapi.org/format/#crud-creating-responses-201), I wonder if the location header should be put...
## Feature The `weight` has been supported by `xgb_train`, but the workflow doesn't pass it the importance weights. ``` r library(tidymodels) library(hardhat) boost_tree_spec % set_mode(mode) %>% set_engine(engine, ...) } xgboost_recipe...
`add_change_if_needed` does not calculate the correct fee for transactions sent from multi-sig addresses. Here is an example: https://cardano-multi-sig-app-testnet.vercel.app/transactions/hKMAgYJYIG6zIwOrIEHX%2Fh05BTO4Nbiul6Mi0acMA7%2FDtzTyGlz6AAGCglg5AOQS%2Buq87qmsRuz8yOT2uBUUMfIJdTZXihGvyK26Uct0D1jECr5YEqIm8eWO56Vsliz7m98Lf%2BFmGgBMS0CCWDkwAzhDIFjpiFvESzSX6Dy%2Fj975rmF1Wi9NpzNBbgM4QyBY6YhbxEs0l%2Bg8v4%2Fe%2Ba5hdVovTaczQW4aAqwmfwIaAAJ%2BwaEBgYIBgoIAWBx%2BTl8kD6qxHrI2g6e3OlNMVjjSxmvlNL4d2k2lggBYHOQS%2Buq87qmsRuz8yOT2uBUUMfIJdTZXihGvyK319g%3D%3D Here is the error message from the wallet after I got the...
Although Apple stopped shipping OpenSSL, but on High Sierra LibreSSL is shipped with the system. Is it possible to compile Erlang using LibreSSL instead of OpenSSL installed by Homebrew? I'm...