Valentino Pinna

Results 7 issues of Valentino Pinna

It seems that `krew` cannot be used behind a corporate proxy that requires Negotiate authentication. `W0620 11:37:48.731292 7510 install.go:164] failed to install plugin "krew": install failed: failed to unpack into...

priority/awaiting-more-evidence
lifecycle/stale
kind/feature

When doing cs setup on Windows, an AccessDeniedException is thrown with the following text (redacted): ``` $ coursier setup Checking if a JVM is installed Found a JVM installed under...

When trying to install the kernel in Windows under MINGW, the command jupyter cannot be found. Solution: Perhaps add ".exe" to the file path? ``` ERROR [ main] Install :...

When starting up Eclipse, I see the following in the log, and the plugin seems not to work. It happened just after Eclipse reboot post-installation. I think it may be...

What steps will reproduce the problem? 1. Have an administrator forbid PowerShell usage (i.e. via antimalware such as McAfee Endpoint Security) 2. Launch Eclipse 3. Find the error in the...

This pull request avoids and fixes IllegalAccessException coming from the usage of `isAccessible`/`setAccessible` on Java 17+. The pull request also investigates calling bridge methods on specialized generic classes to find...

With current implementation, some legitimate Java calls fail because of access to private methods in Java 17+, where setAccessible doesn't work anymore. For example, the following fails though the Map...