Jörn Franke
Jörn Franke
I did some kind of workaround via ``` eval.parent(s3()$Object( bucket_name =bucket,key = key)$upload_file(t, ExtraArgs = list(ServerSideEncryption="aws:kms", SSEKMSKeyId= "alias/test-alias"))) ``` However, it would be still nice to have a "cleaner" version...
I would also support to have W3C Web Authentication directly integrated in the two factor plugin. It is pretty much standard and one can use FIDO2 keys with PIN (e.g....
ok the error is not related. The error is a wrong module name in my pyproject.toml.... However, it still would be nice if the classifiers can be fetched through a...
Ripple (https://wiki.ripple.com/NodeBackEnd) stores the ledger in Rocksdb format (https://github.com/facebook/rocksdb/wiki/A-Tutorial-of-RocksDB-SST-formats) . Hence, one must be able to read rocksdb files from HDFS. See also: https://github.com/facebook/rocksdb/wiki/Rocksdb-BlockBasedTable-Format
https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md and https://github.com/ethereum/EIPs/blob/master/EIPS/eip-165.md
Slimcoin is based on PeerCoin/Bitcoin and we may leverage the already existing Bitcoin implementation
Are you in the right issue? The bitcoin script parser could be indeed part of the library... I was talking with liorregev about the web scraper ... > On 4....
Well the parser could be in its own repo and this own repo could also contain the examples on how to use the examples. I do not see a strong...
It seems that we can use HadoopInputFormatIO to read: https://beam.apache.org/documentation/sdks/javadoc/2.0.0/org/apache/beam/sdk/io/hadoop/inputformat/HadoopInputFormatIO.html
Ah sorry yes you can implement it, i did not do much there, because there was no urgent need for my analysis