-
Just saw https://github.com/eza-community/eza/pull/1167, we *probably* don't need that anymore since it should exist in the standard library now, may be worth bumping our MSRV slightly?
Of course, …
-
```haxe
//swf,cpp:
var output = new haxe.io.BytesOutput();
for (i in 0...256) output.writeInt16(1);
var bytes = output.getBytes();
trace(bytes.length); // 512
var data = bytes.getData();
tr…
-
### Proposal Details
I propose reconsidering the inclusion of fixed decimal types as a standard language feature.
This has been extensively discussed in these two issues:
- [Issue #12127](https…
-
### Describe the bug
Based on the response in [this GitHub issue](https://github.com/ramosbugs/openidconnect-rs/issues/184), I suspect that the OIDC content provided by Logto may not fully comply wit…
-
Hi, my Kicad Setup is the following:
main library
-- symbols
---- resistors.kicad_sym
---- capacitors.kicad_sym
-- footprints
---- standard.kicad_mod
---- ic_xx.kicad_mod
---- 3dmodels
…
-
## Description
`"encoding/json"` behaves differently for certain inputs for `json.Number`. Specifically, `"encoding/json"` checks that `json.Number` is a valid number whereas jsoniter doesn't check…
-
I have been trying to use this library to create forms and here are my thoughts:
- Limited set of attributes for standard elements. Here are a few cases
- `type` (`submit`, `reset`, etc), for `…
-
This isn't an ABI issue, or even a 3.2.0 thing, but I remember this every six months, so I'm writing it down:
We have a bunch of code that loads shared libraries: X11, PulseAudio, 20 other things. …
-
> `atty` is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status | unm…
-
Slog is set to be introduced in Go 1.21 as part of the standard library ([api: audit for Go 1.21 #60560](https://github.com/golang/go/issues/60560)), utilizing the standard Logger interface for easier…