Shujaat

Results 15 issues of Shujaat

Since MySQL doesn't allow spatial indexes on nullable POINT type columns (and it also doesn't allow setting default value for POINT type columns), it would be handy if there is...

When targeting .NET 4.5 or later, adding MVVM Light to my WPF project injects a large number of system assemblies to the application folder upon installation. Here's how to produce...

The following test fails: ``` [TestMethod] public void UndirectednessTest() { UndirectedGraph graph = new UndirectedGraph(); graph.AddVertex("A"); graph.AddVertex("B"); var Edge = new TaggedUndirectedEdge("A", "B", 10); graph.AddEdge(Edge); Assert.IsTrue(graph.ContainsEdge("A", "B")); Assert.IsTrue(graph.ContainsEdge("B", "A")); }...

This issue has been raised before, but has been marked Fixed in VSCode 1.53.2. However I'm seeing this in 1.63.2 (latest). The default TaskPane project for Word (Typescript) shows the...

needs triage
Needs: author feedback

It looks like the combobox won't scroll up with DOWN arrow key after I type in a few keys and the list of filtered items appears. The selection works fine...

Is there a way to reduce the output bundle size? Most of the people would use only a handful of the icons, maybe 10-20 icons. Would it be feasible to...

Is there a way/plan to support WPF? For example, can we export and save a XAML document (specifically a `GeometryDrawing` which uses a language that is very close to SVG)...

It would be nice if you could add a TicTacToe implementation too, in addition to Nims.

Is there a plugin that I could use to copy and then transform a file at the start of `npm run dev` sessions? All the plugins that I have found...

Can you include a `.d.ts` file in the component so that it could be imported in Typescript-based Vue 3 projects without requiring `allowJS: false`?