-
## Background
Extensive discussion on Declarative Custom Elements has brought the CG to a point of realizing that a good starting point would be HTML Modules. HTML Modules would serve as a containe…
-
I don't see "Export animations as SMIL SVG" on the roadmap. Please add it to your roadmap, it is very important. SMIL is the THE standard format for animations, used both for the Web as part of SVG:
…
-
There are lot situations where `new` keyword can be omitted.
`var p = new Point();`
can be
`var p = Point();`
Keyword `new` will be required to resolve ambiguity, for example if Point() …
-
### What are you generating using Kiota, clients or plugins?
Kiota plugin
### In what context or format are you using Kiota?
Source Build
### Client library/SDK language
None
### Describe the bu…
-
-
Here's my issue with the current state of things:
* cmd/dstask/main.go is unwieldy. we shouldn't have to hardcode all the cases to check every command string and link it to the right function.
* h…
-
Both `yml` and `yaml` extensions are valid for YAML files. This change should be trivial, but helpful.
h2non updated
9 years ago
-
## Issues we have with SCT handling as presently
* We make a call to a SNOMED terminology server and obtain a RefSet, but then we also have to supplement the refset with some additional causes. These…
-
We all know that "the top level is hopeless," but maybe Racket2 could be a chance to make it a little less hopeless.
The most comprehensive list of top-level issues I know is [this one](https://gis…
-
Is there a plan to incorporate the same level of validation performed by the Universal Dependency tool, validate.py, found here ? Also Is there a plan to do a performance comparison between the offi…