David Taylor

Results 5 issues of David Taylor

calling consoleControl.StopProcess(); from a wpf button or stopping the process from within the process causes an error in the following function. public bool ShowDiagnostics { get { return (bool)GetValue(ShowDiagnosticsProperty); }...

When extending a class that has private members in a mono repo environment vscode will give typescript errors saying the instance of such an object doesn't match the typescript declaration....

Is it possible to render an entire map with roads, highways, land, water, pois and everything from an osm.pbf? I tried this example and it doesn't display anything on the...

https://github.com/xivk/OsmSharpTestFiles.git gives a 404 not found

``` public MainWindow() { InitializeComponent(); Start().Wait(); } public static async Task Start() { var createHttpServer = Edge.Func(@" var http = require('http'); var express = require('express'); var ws = require('ws'); return...