marques-work

Results 26 comments of marques-work

Thanks - I was able to reproduce this pretty easily. I'll take a look.

@richbos I've run GoCD on a Raspberry Pi4 on Raspberry Pi OS (formerly Raspbian) freshly imaged with `2020-08-20-raspios-buster-armhf-lite`. As such, even though RPi4 is aarch64 with hardware FPU, Raspberry Pi...

@richbos cool - so I would go ahead and try the `java` invocations to start the either the server, agent, or both depending on your needs. It _should_ work as...

@PredatorVI Hi there, thanks for the contribution of such a nice feature! I wanted to shed some light on how `parseStream()` is used directly. You've seen that there is a...

@tomzo yes, there are potentially 3 types of files that you enumerated that we treat differently. > @marques-work I think, we should recommend the clients to actually include the full...

@arvindsv I will try that but I suspect that will create another boundary with field name `filename` set to the value `path/to/file1.gocd.yaml`

@arvindsv it's always nice to be wrong too :) ``` e$ nc -l 8080 POST / HTTP/1.1 Host: localhost:8080 User-Agent: curl/7.43.0 Accept: */* Content-Length: 71002 Expect: 100-continue Content-Type: multipart/form-data; boundary=------------------------f57a6e080bb2fa20...

@jk1 deprecations such as these as well as #181 will break in the next major Gradle release. I don't mind helping out with a PR -- but maybe could you...