-
### Bug Description
Wireless tests started failing after a change in Checkbox was introduced to use a different netplan config: https://github.com/canonical/checkbox/commit/a506108725a61357557f294462…
-
### Describe the problem feature solves
Right now typescript types are not well designed in multiple places and could be better.
Those are the places:
* Action interface
* PropertyOptions
* Bas…
-
We're regularly encountering errors when oneOf or discriminators are being used.
* OpenAPI document authors sometimes mistakenly assume that the oneOf subschema types are part of the JSON message; …
-
The prose of [22.5.1.1 Defining Content Models: TEI](https://tei-c.org/Vault/P5/4.6.0/doc/tei-p5-doc/en/html/TD.html#DEFCONTEI) says
> An [``](file:///home/syd/Documents/TEI_gitHub/P5/Guidelines-web/…
sydb updated
4 months ago
-
## Motivation
Model an ideal "journal" Pub Type that looks like for Platform from the point of view of using Travis's editor demo to create the Pub and outputting a Pub to HTML, JATS, and PDF. Encaps…
-
There 2 issues with app Theme currently:
## 1. Be able to move app Theme below MaterialApp, out of MaterialApp widget
Ideally it could be: `MaterialApp > MediaQuery > AnimatedTheme`
It is neede…
-
When using _decode_child to decode the where node childs values from normal django fields get converted to their types. If we want to pass a A() query or any other query to a unicode field we'll get a…
-
#### Issue:
The library throws a typescript error when being used:
```
node_modules/prism-media/dist/ffmpeg/index.d.ts:3:32 - error TS7016: Could not find a declaration file for module 'duplex-ch…
-
Just a short feedback of a few type issues of the awesome paper.js.
1. The mouse events of `Tool` are `any` type. The `Path` class mouse methods have the `MouseEvent` as type.
```ts
const tool = …
-
As far as I know, it is not possible to use `@generic` in `@overload`?
I have a table `Object` that has a `__call` metamethod, so class Object can be used as function: `Object()` == `Object:new()`
…