Yura

Results 18 issues of Yura

in this class: https://github.com/wiremock/wiremock/blob/master/src/main/java/com/github/tomakehurst/wiremock/http/HttpClientFactory.java it seems to ignore some of the parameters passed to the: public static CloseableHttpClient createClient( method because it calls setConnectionManager twice in that method first it...

## What happened? my docker compose rule hangs without any clue as to what the issue is stack trace: ``` "pool-1-thread-1" #10 prio=5 os_prio=0 tid=0x00007f3b5cb31800 nid=0x449b waiting on condition [0x00007f3b411dd000]...

right now to check if 2 AbstractPtr are pointing at the same thing i need to get the peer for both and call equals on them item1.getPeer().equals(item2.getPeer()) it would be...

feature
component/natj

## Environment Details * Helidon Version: **4.0.2** * Helidon SE or Helidon MP: **SE** * JDK version: **21** * OS: **macOS** * Docker version (if applicable): ---------- ## Problem Description...

bug
P2
DB client
4.x

When i try and run SimpleChart with MOE 1.9.0 on a iOS 13.7 iPhone simulator i get a crash here is the branch of SimpleChart with MOE 1.9.0: https://github.com/Berstanio/moe-samples-java/tree/simple-chart-1.9/SimpleChart this...

i want to use this plugin in a webapp, and most of them use proxies for classes for various reasons, also i want to have the option to test thing...

here is some code: ``` private static void runJShellBindingExample2() { try { ScriptEngineManager manager = new ScriptEngineManager(); ScriptEngine engine = manager.getEngineByName("jshell"); String script = "" + "if (inputA != null...

wontfix

plugin crashes ungracefully when unable to get list of simulators: ``` java.lang.NullPointerException: Parameter specified as non-null is null: method com.intellij.workspaceModel.ide.impl.legacyBridge.module.ModuleManagerBridgeImpl.findModuleByName, parameter name at com.intellij.workspaceModel.ide.impl.legacyBridge.module.ModuleManagerBridgeImpl.findModuleByName(ModuleManagerBridgeImpl.kt) at org.moe.idea.runconfig.configuration.MOERunConfigurationEditor.populateDevices(MOERunConfigurationEditor.java:429) at org.moe.idea.runconfig.configuration.MOERunConfigurationEditor.populateControls(MOERunConfigurationEditor.java:357) at org.moe.idea.runconfig.configuration.MOERunConfigurationEditor.resetEditorFrom(MOERunConfigurationEditor.java:143)...