David Przybilla
David Przybilla
Is there an specific version of mvn to use in order to get the .jar file generated correctly?. I'm currently trying with mvn 3.1.0, when I do `mvn package` I...
This is an attempt on cleaning the rest module: - Tried to get rid of repeated code/methods follwing DRY as much as I could - `confidence` param refers to `disambiguationConfidence`...
This is meant to be a review/feedback pr :) : verbose explanation and details : https://gist.github.com/dav009/67cfc2787d07761a55d5
## Description Makes sure Luigi waits for kubernetes to scale up when waiting for a job run. ## Motivation and Context Sometimes scheduling a new job results in the cluster...
I've been playing with scrapely, and this [script](https://gist.github.com/dav009/cea69eeddb3ec26c51bd) generates some weird output: 1. annotate url1 2. try scrapping url1, got the expected output 3. annotate url2 4. try scrapping url2,...
Same issue mentioned earlier, I just want to point out it also happens on Yosemite. Fixed by adding the include below to `export_wrap.cpp`: ``` #include ```
https://github.com/ergoplatform/sigma-rust/issues/488 Ground work needed to we can port Header to ergo-chain-types crate later
Arregla #5
Im using: python3.4 on OsX el capitan This line blocks https://github.com/karissa/datpy/blob/master/datpy.py#L44 thus running the code below never goes beyond the call to `.link()`: ``` python import datpy mydat = datpy.Dat()...
probable unrelated bu I am a bit lost. any hints on why a mic can be showing up but no input is produced? thanks