Tomislav Medanović

Results 6 issues of Tomislav Medanović

Here is the recording on how it behaves (Win 8.1): http://recordit.co/UF0Q9NJuxJ

Something odd is happening randomly when running an app using ShellTreeView: Null reference happens when ShellItem folder = (ShellItem) node.Tag; is acessed in RefreshItem(TreeNode node) because it's null What is...

Here is an example how Control panel in behaves in treeview built with x86/AnyCPU running Windows 8.1: ![image](https://cloud.githubusercontent.com/assets/5676600/6677714/faac8c78-cc32-11e4-9724-5799e54ebb86.png) - There are no subitems when expanding Control Panel - ToUri() on...

Here is the exception I get when using System.Data.SQLite.SQLiteFactory: ERROR: [ScriptCs.Command.ExecuteScriptCommand] Script execution failed. [System.Reflection.TargetInvocationException] Exception has been thrown by the target of an invocation. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly,...

The code below hangs on `new Bend` line and takes around 30 seconds: ``` this.modifier = new ModifierStack(this.result); const bendAngle = Math.PI / 180 * 90; const bend = new...

Hi, first of all, great work! Do you have any tips for implementing close combat? I spent few hours looking at your code. It slightly more complex then I used...

enhancement