Jens Geyer
Jens Geyer
Contains: * Replace ThriftTest.thrift with ThriftTest_0_16.thrift to allow for merging the partially completed uuid implementation to master * THRIFT-5587 add uuid support for java and kotlin * THRIFT-5593 Implement uuid...
Why on earth does that thing need write access to set hooks and write gists just to sign someones CLA?
I just had quick look into the V2 demo for Windows/OpenFL. Good work! What I think is absolutely required is to handle the page up / page down events when...
Testcase in [testcase.zip](https://github.com/haxeui/haxeui-hxwidgets/files/6368390/testcase.zip), see Main.hx and main-view.xml. The project was generated using '''haxelib run haxeui-core create hxwidgets''' from scratch.  platform Windows 10 haxe version = 4.2.1+bf9ff69 - haxeui-core: [1.2.3]...
### Description of the Issue The RELEASE build (as it comes friom the downloads section) starts with > 1 minute delay when calls to OutputDebugString() for some reason do not...
Test started via ` nunit3-console.exe .\bin\mytestassembly.dll` Eventlog ``` EntryType : Error InstanceId : 1026 Message : Application: dotnet.exe CoreCLR Version: 7.0.122.56804 .NET Version: 7.0.1 Description: The process was terminated due...
Building with Delphi XE, I get a bunch of very annoying W1057 "implicit string conversion" warnings in zmqapi.pas, plus a few W1078 "potential data loss in implicit conversion". (PS: the...
System.MissingMethodException : Method not found: 'System.Runtime.CompilerServices.CallSiteBinder Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags, System.Type, System.Type)'.
http://try.haxe.org/#e9c1E ``` trace('alert("yo man")'); ``` This leads to an alert() being shown, which should not happen. Instead, the string should be printed into the output window.
This is not possible: @async static function Foo(tell_us:Bool) : Void { if (!tell_us) return; // exit right away trace("This is Foo"); } Since this is a `Void` function returning `null`...