Luboš Hemala
Luboš Hemala
Please allow to tap an available (taken) piece to select it before placing it. I am having a bit of trouble being precise in dropping the selected piece back on...
I have trouble getting this code to work. I would expect the code to run indefinitely without [Timeout], but that does not work. The long running task is immediately returned...
Hi, is there a better way to write a multidimensional cartesian then this? ```csharp var argList = new List(); var args = argList.Aggregate(new List(), (acc, arg) => { if (acc.IsEmpty())...
This fails silently: ```csharp var a = new object[1, 1]{ { "a" } }; Log.Error("{@Value}", a); ``` Is this expected behavior? I would expect this: `[["a"]]`
I would prefer to have the generated files as a part of a git repository insted of being ephemeral. I tried to set the output path for the .g4 file...
Add tests for each MPFRLibrary function. Add tests for BigFloat functions.
This is to be able to setup the default comparer for all properties at once.
I have a custom `` property set and the results after installing it using Options > Add-Ins seems to be two "Active Application Add-ins": 1) with correct custom name (includes...
To test it, run the attached solution, in A column run =MyData(), in B column run =MyFunction(A1) and expand the formula, which hangs the document. Or is this the expected...