glopesdev

Results 47 comments of glopesdev

@NumesSanguis Not sure we understand enough of how the brain works to comment on how two day "pauses" affect learning in the general population, much less to predict accurately when...

@NumesSanguis If you make use of the pause feature as a crutch on a regular basis I would agree with you. However, sometimes you have random life events thrown at...

The below commented code may be the cause for this. https://github.com/RicoSuter/NJsonSchema/blob/3585d60e949e43284601e0bea16c33de4c6c21f5/src/NJsonSchema/Visitors/AsyncJsonReferenceVisitorBase.cs#L86-L96 Essentially what is happening is that the call to [`UpdateSchemaReferencesAsync`](https://github.com/RicoSuter/NJsonSchema/blob/3585d60e949e43284601e0bea16c33de4c6c21f5/src/NJsonSchema/Infrastructure/JsonSchemaSerialization.cs#L157) uses an async visitor to resolve any dangling nested...

We're hitting this issue as well with high-frequency plots that otherwise are working beautifully on mono unix. @akoeplinger @steveisok any chance this will be merged? If there are any outstanding...

@KalleOlaviNiemitalo fantastic, this is exactly what I was trying to understand how to do! I completely agree this should be the preferred example in the tutorial. In the current version,...

@YarivRosenstein this seems to be a duplicate of #1536. It looks like at the moment NJsonSchema simply does not support `$defs` correctly. The workaround is to find and replace all...

@filzrev this doesn't use redirection (or at least not intentionally. I didn't even know this feature existed until now), both projects use mostly default docfx settings. Example xrefmap: https://horizongir.github.io/ZedGraph/xrefmap.yml

@filzrev I have updated the issue to clarify that `externaldomain` is part of the example resolved URL, and not a setting. The external websites and `xrefmap.yml` were generated by DocFX...

@maartenba, @xavierdecoster

@stricklandrbls part of this seems to come down to #1536 which is surprising is not resolved yet, given the overwhelming prevalence of modern JSON schema.