-
## Issue
I'm trying to traverse a `*jsonschema.Schema` using this library and notice that this library declares the following interface:
```go
// JSONParent is an interface that enables tree tr…
dan-j updated
3 years ago
-
Original note from Adam:
``` python
import jsonschema #https://github.com/Julian/jsonschema
import json
schema = json.loads(open('_attachments/schema/aarm.measurement.v2.01.schema.json').read())
da…
-
I am currently working with a JSON Schema that is shared with a frontend application for building and validating a data structure that then get's passed to my backend go service which also uses the sc…
-
To unblock our migration to Storybook 7 on `next`, we've currently disabled the following addons because of Storybook 7 incompatibilities:
* `storybook-dark-mode`: waiting for https://github.com/st…
-
Hi! I'm currently using https://github.com/chrusty/protoc-gen-jsonschema and want to migrate to this plugin instead. I host the generated schema in my own repository and refer to it from https://githu…
ash2k updated
2 months ago
-
Platform: Win10
I installed voila in an anaconda environment without installing jupyterlab along side. I go the same error as described [here](https://groups.google.com/a/continuum.io/g/anaconda/c/…
enryH updated
3 years ago
-
Note:
Just in case this is a vscode error not a backtestingPY's, I have also created an issue under vscode:
https://github.com/microsoft/vscode-jupyter/issues/15407
### Expected Behavior
After e…
-
code part:
val path="C:\\projects\\test\\Training_2\\person.txt".trim
val fileContents = scala.io.Source.fromFile(path).getLines.mkString
//Json.parse(fileContents) …
-
### Problem I am trying to solve:
Given Java Objects:
```java
@JsonSubTypes({
@JsonSubTypes.Type(value = A.class),
@JsonSubTypes.Type(value = B.class)
})
public interface I {}
pu…
-
## Description
render blank page
## Context
---
`pyproject.toml`
```toml
dependencies = [
"jupyterlab>=4.0.0",
"jupyterlab-rise>=0.1.1",
]
requires-python = ">=3.11"
```
…