-
This is a discussion about the future of Typescript JSON schema generators.
TL;DR
* Use https://github.com/vega/ts-json-schema-generator/ if you want a robust but opinionated schema generator. …
-
_[Update: There is considerable interest on the team in adding primary constructors as a general feature. This original discussion issue has been repurposed as the tracking issue for the general featu…
-
In particular as we now have https://github.com/Microsoft/tolerant-php-parser as a comparison point.
Interesting parts to check would be performance of parsing, node traversal and pretty printing, …
nikic updated
9 months ago
-
The current inlining cost model is simplistic. Every gc.Node in a function has a cost of one. However, the actual impact of each node varies. Some nodes (OKEY) are placeholders never generate any code…
-
Right now the modern graphics APIs are moving towards using the SPIRV binary format as the default way to upload a shader to the GPU.
In some cases, an alternative format is used and the `spirv_cro…
-
| --- | --- |
| Bugzilla Link | [176110](https://bugs.eclipse.org/bugs/show_bug.cgi?id=176110) |
| Status | CLOSED FIXED |
| Importance | P3 enhancement |
| Reported | Mar 01, 2007 17:15 EDT |
| …
-
Currently cgo support is implemented with cmd/cgo as a separate tool that analyzes cgo-using Go code and transforms it into standard Go code. This proposal is to extract the analysis logic into a sep…
-
(Maybe helpful to bypass the issue #10958 in a quite different but probably better and more
clean way. Coming from this [thread](https://groups.google.com/forum/#!topic/golang-nuts/8KYER1ALelg), man…
-
We use Jsonnet to express the Kubernetes API objects. The namespace is quite dense, so we end up with a lot of imports, something like [EDITED FOR CLARITY]:
```
local core = import "core.libsonnet…
-
**Describe the bug**
esm.sh is currently unable to update an existing deno.jsonc file. See: https://github.com/esm-dev/esm.sh/issues/686.
While implementing, it came to light, that the jsonc pars…