Alex
Alex
+1 for automatic discovery of all repositories from local FS recursively! It might be a CLI argument like `houndd --discover file://path/to/dir` which actually generates the default `config.json` in the existing...
@sakalouski sorry for dropping this for so long 😱 >is it happens due to corrupted data or tools Usually, in my experience this is the case of corrupted data. >...
Update: this seems to be related with how `--packages` in Apache Spark work 😕 If `spark-shell` is started with: - `--packages "tech.sourced:engine:0.6.3"` -> **`java.lang.NoSuchMethodError`** - `--jars /target/engine-0.6.3.jar` -> **works as...
True. @smola and `--packages` used to work for me as well. @ajnavarro Hmmm.. But it did not work neither on my local machine nor on from a new pod on...
Hosted playground is a nice idea, esp as simple Jupyter UI with Python or Scala can be exposed. BTW if we are using a container-per-user model, why would multiple Spark...
From the log - it seems that the test in question is simply comparing the hash with the gold `wmh.bin` output. I guess only @vmarkovtsev knows how this file was...
This was workaround by https://github.com/go-enry/go-license-detector/pull/23/commits/a7c9e28533cfa9cb094edaa4b619ac5499f86a50 but it seems worth to keep this open as actually fixing the CI on win from the comment in description seems to be quite an...
As CI is green now and there are new tests and review ✅ - I'll be merging this, if there is no further discussion. As this change includes new API...
Closed&re-opened to trigger the CI, going to merge as soon as it passes. Then rebase #24 -> ✅ -> 🔪 v4.4.0
Linter complains on the `licensedb/filer/filer.go` that was not changed in this PR and thus is not relevant (would be nice to have a separate issue for handling it in the...