Marcin Gosk
Marcin Gosk
Do you plan adding ECDSA implementation in Hasher lib ? https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm https://blog.cloudflare.com/ecdsa-the-digital-signature-algorithm-of-a-better-internet/
Maven repository indicated in example doesn't work: https://raw.github.com/johannbarbie/BitcoindClient4j/mvn-repo
Hello. In my bazel project I have a separate dynamically genrated version for each module. I would like to publish library with proper version it's dependencies in pom. Expected effect...
``` object ImportTweets extends SparkStreamingJob with NamedRddSupport { ... } ``` Finish with this error > self-type com.fractal.spark.tweeter.ImportTweets.type does not conform to spark.jobserver.NamedRddSupport's selftype spark.jobserver.NamedRddSupport with spark.jobserver.SparkJob In this moment...
Do you plan support for smart contracts in Scorex framework ?
Coursier can't resolve ${scala.binary.version} property ``` java -noverify -jar coursier.jar fetch org.apache.hudi:hudi-spark_2.11:0.6.0 --artifact-type jar --verbose --no-default --json-output-file dep-tree.json --checksum SHA-1,MD5 --repository https://repo1.maven.org/maven2/ ``` ``` Error fetching artifacts: https://repo1.maven.org/maven2/org/apache/hudi/hudi-spark_2.11/0.6.0/hudi-spark_${scala.binary.version}-0.6.0.jar: not found:...
Resolves #1804 Adds new `custom_properties` param to `py_wheel`. This feature allow to inject version generated by other target. Tested with integration tests: `bazel build examples/wheel:version_from_other_target.dist`
# 🚀 feature request ### Relevant Rules * py_wheel ### Description I would like use wheel version generated by other target. ### Describe the solution you'd like ``` my_version_generator( name...
## What is the goal of this PR? Be able to pass twine args eg `--skip-existing` , "--non-interactive" ## What are the changes implemented in this PR? Pass twine publish...
## What is the goal of this PR? Be able to use pypirc_repository defined in .pypirc file. ## What are the changes implemented in this PR? Expose `pypirc_repository` param in...