Kris McGinnes
Kris McGinnes
`ChildMargin` `ChildHorizontalAlignment` `ChildVerticalAlignment` All these properties will overwrite values set explicitly on the child elements. Explicit settings should be an override for the parents **general** setting
I've acquired the "SpicyTaco" GitHub organization. It's time to move stuff over there.
While technically correct, `MarginBetweenChildren` is a large property name to use. And XAML is already full of long names. There are other frameworks that already express the same concept, and...
The initial setup for anyone trying to run Graph Explorer locally is a bit cumbersome. With better documentation and examples it should be easier to accomplish and have a higher...
The local Docker setup documentation in the readme can be confusing for new users. ## Ideas - Add example for a typical local setup - Add documentation for Docker arguments...
The proxy server currently defaults to port 80 for local development uses. Since port 80 is disabled on many OS environments for security reasons we should use a different default....
There are many reasons why a user may want to reconfigure the port that the Graph Explorer proxy server uses. We should document what that process is in the [development...
The root `Readme.md` file has a lot of information in it. It can be a bit overwhelming for a new user who is unfamiliar with a lot of the concepts...
Investigate all SPARQL queries and optimize when possible. ## Tasks - [x] #376 - [ ] #381 - [ ] #382 - [ ] #383 - [ ] #344 -...
We can trace many reliability and performance issues to sub-optimal database queries. Here, we attempt to tackle some of the most impactful database queries in the app. ## Plan The...