Maxim Sukharev
Maxim Sukharev
The lib runs tests on [gorm v1.9.12](https://github.com/smacker/newrelic-context/blob/master/go.mod#L9) which is the latest available version of gorm. The issue you mentioned is from 2017, I believe the code has changed since then.
thank you for your contribution! Great work! The problem is it changes import paths to `github.com/ekramul1z/newrelic-context` which will make go import packages from the wrong repository.
Hi @Alcasser ! Currently, filebrowser doesn't support such feature. I have never had multi-site setup but maybe passing [current_app](https://docs.djangoproject.com/en/2.2/ref/urlresolvers/#reverse) would help, I'm not sure. If you solve the issue, PRs...
Hi @briang1 ! There is definitely some problem with boto3 as reported in #47 I don't use this feature, so I can't help here. But PRs are welcome.
I see `./sbt test` failed for you. But were you able to run gemini in development mode?
> what do you mean by development mode exactly something like ``` ./sbt assemblyPackageDependency ./sbt assembly ./hash -k local src/test/resources/siva ./report -k local ./query -k local ``` according to your...
I mean according to your logs: ``` WARN 18:14:02 tech.sourced.gemini.Hash (Hash.scala:55) - Processed: 0, skipped: 169 ``` gemini didn't process anything and didn't find any similarities
hi @amotzhoshen ! sorry for the late response. Could you please verify that ScyllaDB started correctly for you? You can see the status of containers using `docker-compose status` and to...
>We can create a doc with what would need to be done so it does not get us by surprise later. Aren't issues in this repository already solve this?
> optimize, in order to utilize that resource better (i.e in case of throughput - have more executor JVMs running on the same machine) how do to that? we don't...