Valery Semenchuk
Valery Semenchuk
Hello. There a problem with this code https://github.com/Haehnchen/idea-php-toolbox/blob/master/src/main/java/de/espend/idea/php/toolbox/remote/RemoteListenerComponent.java#L19 HttpServer is is not part **java.base** module. It's not even public API. (for now it's compiled and running without problem - but...
Hello. Haiku - R1/Beta1 JVM - openjdk 12.0.1+12 Code: ```java import javax.swing.*; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; public class WindowTest { public static void main(String[] args) { SwingUtilities.invokeLater(WindowTest::show); } private static...
I have 3 monitors * 1 - fullHD(horizontal) * 2 - 4k (main)(horizontal) * 3 - fullHD(vertical) Results: 1.  2.  3.  Also. At main monitor (2) -...
Hello. As i said in (https://github.com/AndresTraks/BulletSharpPInvoke/issues/73) i am working on integration BulletSharpPInvoke in Unity. I'm already fixed all problems, and most of them - i wrote in prev issue. And...
https://github.com/Unity-Technologies/MonoDevelop.Debugger.Soft.Unity/blob/7a99cf7c707d1d60e968c42a9aec8a55413e5deb/iOSOverUsbSupport.cs
ProjectSettings/ProjectSettings.asset ```yaml scriptingDefineSymbols: 1: CROSS_PLATFORM_INPUT 4: CROSS_PLATFORM_INPUT;MOBILE_INPUT;NO_GPGS 7: CROSS_PLATFORM_INPUT;MOBILE_INPUT 14: MOBILE_INPUT 17: MOBILE_INPUT 20: MOBILE_INPUT ``` 1 - desktop 2 - ios 7 - android idk it's stable id or...
```csharp private Color redColor = new Color(0xC6, 0x00, 0x00, 0xFF); ```