Chad Wilson

Results 215 comments of Chad Wilson

In the older `commons-io` version we are using (`2.6`, due to bugs/regressions in all subsequent versions) the buffer seems to be 4kB rather than 8kB, but not sure that would...

Thanks for this, this is great work. Just to clarify - if I produce an experimental build do you have a way to test without upgrading a real production server?...

There are experimental builds ( https://www.gocd.org/download > Experimental tab `23.1.0-15890+`) with - the buffer size increased 4kB to 8kB for the artifact copies - input stream buffered when uploading a...

Yeah, I had relatively low expectations that thie change in buffer size would fix the problem, but the changes at least are unlikely to have done any harm. I guess...

Did you try using the system property I added to increase further and see if it makes any difference in your case? Can try 16k, 32k etc. Official `23.1.0` is...

Closing this now, as we seem stuck here and unable to determine what the problem is and whether it is something specific to GoCD and its buffers or just the...

For what it's worth, I didn't have the same problem after updating to [`26212.5000`](https://blogs.windows.com/windows-insider/2024/05/08/announcing-windows-11-insider-preview-build-26212-canary-channel/) so not sure if this was something to do with that release; or the QEMU/UTM update....

@nguyenvu9405 You may be able to work around this with a forced resolution/override in your `package.json`. Yarn 2+ ```json "resolutions": { "webpack@npm:4.47.0/terser-webpack-plugin": "^4.2.3" }, ``` NPM ```json "overrides": { "[email protected]":...

This plugin appears to have always disabled duplicates on the parser so it seems deliberate but I don't have the history of why. https://github.com/tomzo/gocd-yaml-config-plugin/blob/a3faeccda383f88e1037eeb90843f2d75ba71c60/src/main/java/cd/go/plugin/config/yaml/YamlConfigParser.java#L56

Hmm, looks like it was done to address #3 in #17 so for now this is intentional.