Oliver Neal
Oliver Neal
If you have a meta schema that references multiple vocabularies, and say two of them define semantics for the same keyword. How is the behaviour determined? * Would both be...
**Is your feature request related to a problem? Please describe.** I was trying to figure out why the context menu wasn't being displayed, then I came across this issue https://github.com/hoptical/nodegraph-api-plugin/issues/17....
This allows you to turn off rules for specific matches. I was mainly thinking of situations where you may want to check if a word is being used correctly in...
This changes the Node3DEditor to make the list of tools extensible, so that editors that inherit from it can add additional "modes" that can work alongside the existing tools (select/move/rotate...
The issue I'm trying to deal with is that I'm trying to build a JObject and execute queries against it at the same time. But as I don't know what...
## Latest proposal version ### Background and motivation Sometimes you don't know the exact moment in testing when a log will be recorded, particularly if it's part of a background...
# Pull Request ## The issue or feature being addressed Fixes https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2293 ## Details on the issue fix or feature implementation This changes how it detects which JsonOptions is used....
### Is your feature request related to a specific problem? Or an existing feature? On build we generate an open api yaml document using something similar to `dotnet swagger tofile...