Jalmari Ikävalko
Jalmari Ikävalko
Hi, I noticed that I seem to be able to only applaud once from my home computer. From another issue, I understood that there's only one applaud per IP allowed....
Running `cargo build` with the toolchain `stable-i686-pc-windows-msvc` results in "The application was unable to start correctly (0xc000007b)" when the build process tries to run build-script-build.exe. build-script-build.exe seems to link against...
Heya, As I understand, RNNs are not yet in the project. If there's no current work on them, I'd like to look a bit into implementing them with rusty-machine. I'm...
In Jenkins logs, there's errors related to GHPRB: ``` May 22, 2020 9:09:29 AM WARNING org.jvnet.hudson.annotation_indexer.Index$2$1 fetch Failed to load org.jenkinsci.plugins.github.pullrequest.extra.GitHubPRLabelUnblockQueueCondition$DescriptorImpl java.lang.ClassNotFoundException: org.jenkinsci.plugins.blockqueuedjob.condition.BlockQueueCondition$BlockQueueConditionDescriptor at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1387) at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1342) at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1089) at...
Hi, I've a repository with a few deploy keys created for it. These are meant to be used by CI. Currently, I create the credentials like this: ``` import jenkins.model.*...
Hi, We've been moving and upgrading our CI environment. With the current Jenkins v2.237 and newest GHPRB 1.42.1, there's a problem in builds taking extremely long due to being stuck...
We've a bit of an unusual case where we're doing some testing that would benefit from persisting the volume created for vmware. Currently, packer or the vmware-vmx plugin seem to...