Matthew Adams

Results 82 comments of Matthew Adams

We http://endjin.com use Rx (.NET) in our core IP. It is in use with a bunch of clients including http://recruitmentgenius.com

Agreed. I have been toying with this thought. I have a "rebase as root" option which allows you to take a JSON island and rebase it as if it were...

Just to add to your voice: we see this issue too when kicking off tests from this PS task. ``` task RunTests -If {!$SkipTests -and $SolutionToBuild} { exec { dotnet...

(Looks like there were changes to the way MSBuild parameters were passed through...) https://github.com/dotnet/sdk/blob/release/7.0.1xx-preview7/src/Cli/dotnet/commands/dotnet-test/Program.cs https://github.com/dotnet/sdk/blob/release/7.0.1xx-rc1/src/Cli/dotnet/commands/dotnet-test/Program.cs

This last point is indicative of what I think is a larger problem (and at the root of the challenge for code generation - and some classes of optimization). Another...

The interesting thing about this approach with the documentation in the schema like this is that we could generate the human-readable text *from the schema*.

> I've been diving deep into JSON Schema and OpenAPI specs recently. I think building the JSON Schema from TypeScript source is good for maintainability. If there is an appetite...

Over in json-schema land we are warmly encouraging people to adopt 2020-12. Most draft7 specs translate trivially and you will be well positioned for vNext. There is now plenty of...

And to clarify which point does it specify on the node: Top-left? Center? Bottom-left?

I didn't spot this while I was working on similar! I've got a marginally different approach in the issue I've opened. https://github.com/obsidianmd/jsoncanvas/issues/10