Nick Baughman

Results 52 comments of Nick Baughman

@cacoco Thanks for your reply. Yes I did, and in fact I had first attempted that after seeing the comment I mentioned in the source. I was unable to successfully...

@yufangong I sure can! I had actually been playing with that idea of taking some features from [this Netty 4 example](https://github.com/netty/netty/blob/5fa5ce34e1580932c54cde56dd51c207288edde3/example/src/main/java/io/netty/example/http/upload/HttpUploadServerHandler.java#L66). I cannot promise that it will be quick, but...

It looks like it's gonna be a while longer. I still have the original need outlined in this post, but it's kinda gotten pushed down the priority list.

Well, it's been just over three months and this is still the case. Not only that, but the dependencies that @ComFreek do not work anymore. **EDIT:** To get the latest...

@well1791 Sorry man, I really haven't been using Scala at all since my last comment

Doesn't look like it, unfortunately. I don't really know where to start for CI.

This is happening to me too. I'm in Android Studio Preview using Jetpack Compose RC1

For future reference, this is still happening. The changes to `Window.java` that I had to make on my 2019 iMac Pro are as follows: Inside `create()` ``` glfwWindowHint(GLFW_RESIZABLE, GL_TRUE); glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR,...

After finally getting my test data loaded into JanusGraph, imagine my surprise when `g.V().hasLabel("mylabel").count()` took ~10 seconds on a database of only 407,839 nodes :(