Dave Roberts

Results 9 issues of Dave Roberts

Certain podcasts are split into parts, but it's not possible to see which part is which in Voice ![Screenshot_20191217-190509_Voice](https://user-images.githubusercontent.com/42104/71044746-86974a80-2100-11ea-8061-1cbede40fcd9.jpg)

```bash $ go get github.com/asciimoo/wuzz # github.com/asciimoo/wuzz ../code/src/github.com/asciimoo/wuzz/wuzz.go:202: v.Editor undefined (type *gocui.View has no field or method Editor) ../code/src/github.com/asciimoo/wuzz/wuzz.go:213: v.Editor undefined (type *gocui.View has no field or method Editor) ../code/src/github.com/asciimoo/wuzz/wuzz.go:231:...

bug

Running mvn clean package produced two jar files to /target ``` sh $ cd target $ java -cp SparkStreamingLambda-1.0-SNAPSHOT.jar:/lib/spark-assembly-1.0.2-hadoop2.2.0.jar cloudera.fun.sparklambda.etl.BatchErrorCount Exception in thread "main" java.lang.NoClassDefFoundError: scala/LowPriorityImplicits at cloudera.fun.sparklambda.etl.BatchErrorCount.main(BatchErrorCount.scala) Caused by:...

I implemented a feature in my usage of this library to throw an error if the client hasn't been returned after a set amount of time, and automatically return the...

We have millions of queries on this DB per day, but about once per day, we get a deadlock error with a query where we're not using locks. The query:...

I recently ran into the same problem as described by #4. I was about to file a duplicate open issue, but since the project is so small, I decided to...

There aren't any steps given to compile the simple example. Here is what I am trying: ``` bash $ javac -cp "lib/libthrift-0.9.2.jar:lib/slf4j-log4j12-1.5.8.jar:lib/slf4j-api-1.5.8.jar" -sourcepath "gen-java/tutorial" *.java MultiplicationClient.java:28: error: cannot access MultiplicationService...

Pry's step function has a namespace collision with cucumber's step function. Calling step when inside a binding pry from within cucumber causes an infinite loop. Setting an alias doesn't help....

Sometimes we will have queries which take a while to complete. The issue isn't repeatable. Is it possible to determine how long functions such as query take to acquire a...

question