DavidHollman

Results 30 issues of DavidHollman

On page: https://github.com/YaccConstructor/QuickGraph/wiki/Observer-Concepts It says: VertexPredecessorRecorderObserver, **creates a dictionary that links vertices to their parent edge**, and EdgePredecessorRecorderObserver, **create a dictionary that links vertices to their parent edge**, They are...

Is this is "official" descendant of the original QuickGraph project which was hosted on https://quickgraph.codeplex.com/ ? This project is described as a fork... which seems a little ambiguous. I'm not...

I have been trying to figure out how to set the border color of the tab item itself when it is highlighted due to a mouseover. Currently what I have...

Feature :1st_place_medal:

I've found this archive to be really useful on multiple occasions. Looking for one article I came across this post: https://www.betaarchive.com/forum/viewtopic.php?t=38285 in which user '3155ffGd' says: > I've managed to...

In the documentation on this page: http://esri.github.io/geometry-api-java/doc/Cut.html It says: > "All left cuts will be grouped together in the first geometry. Right cuts and coincident cuts are grouped in the...

question

The links in section https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/partial-classes-and-methods#c-language-specification go to a c#6 document which does not mention partial methods. --- #### Document Details ⚠ *Do not edit this section. It is required for...

doc-enhancement
Pri1
dotnet-csharp/prod
csharp-fundamentals/tech

What is the difference between the Poly2Tri and Poly2Tri.NetStandard NUGET packages? https://www.nuget.org/packages/Poly2Tri/ and https://www.nuget.org/packages/Poly2Tri.NetStandard/ Thanks

I noticed on https://www.nuget.org/packages/nQuant.Master/ that the project website link still tries to go to https://mcychan.github.io/PnnQuant.js/demo/. This also shows up in Nuget within Visual Studio:

I noticed the following line in `pvDumpClasses()`: ``` If .AttributeMask And (TYPEFLAG_FCANCREATE Or TYPEFLAG_FCONTROL) 0 Then ... ``` So if either of those flags are NOT set, the class is...

I created a drawing and then used the rename function. It created a new empty drawing with the name I specified. The original was left with its content intact, but...