Arlo O'Keeffe

Results 33 comments of Arlo O'Keeffe

Thanks, @hi-ogawa. What you describe makes perfect sense and I can confirm that it fixes my issue. I am not sure if my assumptions are reasonable but I would expect...

Sadly that setup fails for me: https://github.com/ArloL/vitest-link-reproduction/pull/80

It works with newer versions of yarn. IMHO it's unlikely this will be fixed because it's not a security issue. The yarn upgrade is easy and you get a whole...

This issue is no longer reproducible with 0.26.0 Thanks!

> ``` > e: file:///home/runner/work/okhttp/okhttp/okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt:257:33 Type mismatch: inferred type is Long but Int was expected > e: file:///home/runner/work/okhttp/okhttp/okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt:615:27 Type mismatch: inferred type is Int but Long was expected > e:...

> Could you explain your use case a bit more? I’d expect a well-behaved server to respond to a close frame immediately, so this 60 second limit shouldn’t be relevant...

Just wanted to ask if there are any reasons with JDK 17+21 being shipped including doPrivileged being deprecated and marked forRemoval to still mark this as a bug by default?...

Why does m2e-wtp have to detect changes outside of the incremental build? Isn't m2e-wro4j part of said build? According to my tests, m2e-wtp already detects changes in the filters. You...

Not sure whether this is what you need but you can use the [groupNameMappingFile](https://code.google.com/p/wro4j/wiki/MavenPlugin) option to find out which css file is the one that is currently in use. It...

I have tried getting it to work: https://github.com/ArloL/jBrowserDriver/tree/jdk11 I am stuck that CookieManager.setDefault throws an Exception when starting the server. Eclipse also says that method is not accesible. Anyone got...