-
As mentioned at the ROOT User's Workshop 2018, many people using Cling or Cling in Jupyter for interactive workflows struggle with the following problem. When interactively defining and improving func…
-
@zooko and I are having a conversation on Twitter that's kind of hard to follow. I'm going to try to record it here. This is also a good place to link to other issues that get created based on this co…
-
In my setup v.1.2.0 breaks all other HB-plugins I use (Sonos and Hue). As soon as I uninstall homebridge-dingz the other plugins work again. Log looks normal.
-
As of the 1.0.0a6 release of the azure-functions-python-worker, Python 3.7 is supported however the CLI throws an error unless Python 3.6 is used. Rather than just adding a value for 3.7 , /src/Azure…
-
Per today's design review call, Noam and Iddo both questioned the current design of `TransactionResult`. Maybe what we really want to know is: 1. was the transaction "effective" or not (Iddo's term, i…
-
**Describe the bug**
I am testing Pulsar 2.5.0 in the standalone mode using Docker 2.2.0.0.
The container is created using docker-compose, this is the configuration:
```
pulsar:
image: apa…
-
The pandas tests suite clocks in at 90292 tests, which for me takes 67 seconds to run `pytest pandas/tests --collect-only`. This becomes troublesome when I want to re-run just a few failed tests with…
-
When I run the example Tensorflow MNIST provided, the code hangs, and my hard drive begins to fill up rapidly. Furthermore, once I stop the job, if I try to run another example I get a message detaili…
-
Hash collisions are unlikely when using SHA256, but as the number of files/chunks increases so does the probability, most de-duplication system do some sort to sanity check; file based - check file si…
-
Consider configuration of a Jenkins instance. In our `values.yaml` we might encounter
```yaml
Master:
AdminUsername: admin
AdminPassword: passw0rd!
```
with a secret being defined as
…