-
Context https://github.com/zloirock/core-js/pull/409
The idea is to bundle the polyfills needed for a given target using babel-preset-env (or only the data).
-
`valueTwo` is listed as [`OPTIONAL`](https://github.com/opencontainers/runtime-spec/blob/master/config-linux.md#seccomp). And in the Go it's listed as [`omitempty`](https://github.com/opencontainers/r…
flx42 updated
6 years ago
-
Currently the spec does not have the separator occuring after null bytes encoded to bottom. Below is a list of implementations that must be updated to follow this encoding change. Decoding should not …
-
There is only video and audio, not text, e.g. W3C TTML (IMSC1), WebVTT, etc.
-
`GLTFExporter` does not export models with normal maps correctly. This is a known-issue. Perhaps this post can help sort it out.
//
three.js is highly flexible. It supports both OpenGL-style and…
-
There are a couple references to the jsonrpc implementation in xi not being fully 2.0 compliant because of the peer-to-peer async nature, in the comments/readme. This is not quite right, as the 2.0 sp…
-
### Bug report:
Output of `helm version`:
`version.BuildInfo{Version:"v3.15.2", GitCommit:"1a500d5625419a524fdae4b33de351cc4f58ec35", GitTreeState:"clean", GoVersion:"go1.22.4"}`
Output of `kub…
-
https://developers.google.com/web/fundamentals/primers/modules is mentioning the `.mjs` extension for JavaScript modules associated to `text/javascript` MIME type.
On Debian, I submitted the [Deb…
-
The June 2018 GraphQL spec states the following regarding descriptions ([Source](https://graphql.github.io/graphql-spec/June2018/#sec-Descriptions)):
> To allow GraphQL service designers to easily …
-
I have a legacy config in TOML that I need to load using Fiber and I don't want to shadow a whole TOML serde just for a single mod. I saw some discussion about more serializers in #34, but Configurate…