-
One standard for Python libraries is to expose the version number with syntax like: `team_comm_tools.__version__` - this makes it easy to check what version is running when you import a package.
ht…
-
Users to want to dump or "one-way sync" changes in their production database data into Pachyderm on a regular cadence (nightly, etc).
We should build a connector pipeline that does this seamlessly a…
-
Rust has a small standard library because they don't want to add something bad to the standard library because if they do they won't fix or remove it because it would break compatibility. I've been th…
-
```
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…
-
Hello,
I noticed that lsi fails to load the intercept and redirect library when it is installed to a non-standard prefix, e.g. to /usr/local -- which meson chooses as default btw. I'm building lsi …
-
```
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…
-
```
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…
-
```
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…
-
# Problem
Wanted to surface a couple of existing leaks in the standard library that happen at runtime shutdown. Simple statements like `import unittest` or `import itertools` already trigger these …
-
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
…