Valery Semenchuk

Results 112 issues of Valery Semenchuk

type: task 🎯
prio: normal

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...

type-bug

I have 3 monitors * 1 - fullHD(horizontal) * 2 - 4k (main)(horizontal) * 3 - fullHD(vertical) Results: 1. ![image](https://user-images.githubusercontent.com/542934/136971920-c792f0af-0ea4-4d3e-b825-f95a5e8d0731.png) 2. ![image](https://user-images.githubusercontent.com/542934/136972111-b583997e-4b19-4371-97a0-4224fcb3efc0.png) 3. ![image](https://user-images.githubusercontent.com/542934/136972244-3c62bc0b-f7c4-463a-8846-f45b0a7bebd0.png) Also. At main monitor (2) -...

bug

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

type: task
prio: normal
help wanted

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...

type: task
prio: normal

```csharp private Color redColor = new Color(0xC6, 0x00, 0x00, 0xFF); ```