-
You should remove the line:
`Wire.begin();`
from constructor.
This because:
1 - one is supposed to call the begin method in its own code
2 - it breaks apps that use non standard I2C pins
…
-
The standard library has a https://pkg.go.dev/context#example-WithDeadline. Does that implement the same functionality as deadline? If so, should deadline be deprecated in the next major version of th…
-
**Describe the bug**
Currently, templ depends on a-h/path-vars, which doesn't have a license file. This means that even though templ itself is MIT licensed, it cannot be consumed by organizations tha…
-
As discussed in the telcon this week: https://github.com/LLNL/spack/wiki/Telcon%3A-2017-08-31
Also as discussed on the telcon, I'm going to use "common variants" to refer to variants that happen to…
-
This is a "use case" issue to try to clarify and discuss a use case, and how it will be addressed.
Currently the standard library is only available with the profile settings chosen when Rust is dis…
ehuss updated
2 years ago
-
This issue is for discussion of [the proposal](https://github.com/Kotlin/KEEP/blob/master/proposals/stdlib/optional-extensions.md) to introduce convenience extensions for `java.util.Optional` type in …
-
This is a "use case" issue to try to clarify and discuss a use case, and how it will be addressed.
There has been some interest in being able to pass different cargo feature flags to the standard l…
ehuss updated
2 years ago
-
This is a "use case" issue to try to clarify and discuss a use case, and how it will be addressed.
Building a project for a target that is not available in the Rust distribution can be challenging …
ehuss updated
3 years ago
-
```
error_reportin(E_ALL | E_STRICT); and then run your lib.
Strict Standards: Declaration of XMPPHP_BOSH::connect() should be compatible
with that of XMPPHP_XMLStream::connect() in xmpphp-0.1rc2-r…
-
There should be a single set of functions/class that all the checks utilize, there is a large amount of duplicated code here that can be extracted out with minimal effort.