-
A minimal example that breaks:
theory NestedTest : ur:?LF =
A : type ❙
a : A ❙
❚
theory Outer : ur:?LF =
include ?NestedTest ❙
theory Inner : ur:?LF =
b : A ❘ = a ❙
❚
❚
theo…
-
Sorry if this behavior already exists, I've reviewed the docs and am pretty sure it doesn't. I'm transferring ts -> json schema and then json schema -> pydantic. In this process the naming is importan…
-
Hello Frictionless Team,
I'm exploring schema validation in frictionless and would like to know more about the JSON Schema validation properties it currently supports. Specifically, could you confi…
-
`Xml` module is not able to dispatch a valid `Extractor` from nested structures when the extraction of some middle elements has been customized. The behavior has been observed starting from nested str…
-
Something like `types.MappingProxyType`, for both dicts and lists (and perhaps sets). The idea is more "do not touch" than to really hide access. Use case: ensure a mutable structure isn't accidentall…
-
Currently, both import and export options are nested under the same structure. This was ok but it's starting to get a bit disorienting.
Consider either renaming/clarifying the options or nesting them …
-
Function `case_2` has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
https://codeclimate.com/github/iKostanOrg/codewars/kyu_4/range_extraction/solution.py#issue_672c4019c11fdc…
-
I'd like to be able to do something like this:
```pkl
class MyA {
properties: Properties
class Properties {
prop1: String
}
}
class MyB {
properties: Properties
class P…
HT154 updated
3 weeks ago
-
A navigation structure as described below works beautifully but isn't documented anywhere.
It allows you to navigate from nested screens to other nested screens easily, without having to pass naviga…
-
## Vulnerabilities found for file-metrics-collector:v0.17.0
```
For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in…