Julio Merino

Results 138 comments of Julio Merino

Note that the conflict in the prebuilt tool is expected, because this PR is based off 5.3 and not main. I don't think you'll want to trust the artifact I...

I'm also hitting this and... is there any workaround? I tried replacing the versions in the `maven_install` rule to be specific and avoid `SNAPSHOT`... but the downloader still seems confused....

I'm not completely sure if the fix is correct, but I've added something here https://github.com/bazelbuild/rules_jvm_external/pull/974 that seems to do the trick for me.

Limiting the number of workers as shown in the original report is insufficient to obtain good performance. The real problem is that the code spawns a single goroutine for each...

To clear confusion, *I*'m not currently working on this. (I abandoned the project that required this and the solution to this was not fully clear.)

Getting back to this issue: I've recently reimplemented a file system of mine in Rust to compare performance between the Go and Rust implementations. I was surprised to see a...

Apologies for the claim that the project was dead. I was just echoing the sentiment from the comment from April 2017 above, which got no answer and that claimed the...

Thanks for the report. I'm classifying this as "enhancement" simply because support for the delete key hasn't been implemented. The keyboard handlers are quite rudimentary right now. It should be...

Thanks for the report. I'm surprised about the "main thread" error given that there were new changes in 0.10 that should have resulted in the opposite of this issue. I'll...

I guess extending `--test_timeout` to support specifying the lower bound makes sense... but I haven't been able to get the warning you are talking about by running a test with...