Francisco A. Lozano

Results 79 comments of Francisco A. Lozano

Also getting: ``` An exception occurred applying plugin request [id: 'com.github.rmee.systemd-application', version: '1.1.20200614081240'] > Failed to apply plugin class 'com.netflix.gradle.plugins.packaging.SystemPackagingBasePlugin'. > Could not create an instance of type com.netflix.gradle.plugins.packaging.ProjectPackagingExtension. >...

Hi, is there any update on this? any branch where I can help?

I cannot reproduce in an isolated project (https://github.com/flozano/test-github-actions-junit-report)

from the code: ```ts try { for (const testResult of testResults) { await annotateTestResult( testResult, token, headSha, checkAnnotations, annotateOnly, updateCheck, annotateNotice, jobName ) } } catch (error) { core.error(`❌ Failed...

not yet, I will do as soon as I get some bandwidth, thanks for the response. Francisco A. Lozano El vie, 27 sept 2024 a las 11:06, Mike Penz ***@***.***>)...

if the behavior with "busy" ports is like that, I'd rather occupy the ports inside the range that cannot be used. Thanks a lot for such answer, please disregard this...

I have a webapp that sets `application/json` everywhere, and I did add `setCharacterEncoding("utf-8")`, and previously I was obtaining `application/json;charset=utf-8` in my responses. This explanation about json being always utf-8 makes...

yes, that's the plan B. but it's a big app and modifying a ton of MVC controllers is not ideal. I was wondering if any place in the container can...

that's what I'm going to do for now, wrap the response in a wrapper that handles the case in setHeader and in setContentType. but it would be great if such...

OK... I *believe* this `setContentType("application/json;charset=utf8"` works already ootb.... shouldn't it? I was assuming so. I will create unit test in my embedded setup to confirm.