Yunseong Hwang
Yunseong Hwang
Please make sure that this is a bug and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html), FAQ documentation before raising any issues. **System information** (Please provide as much relevant information as possible)...
### What is this PR for? Inside an open zeppelin notebook, after running a paragraph by clicking the play icon button, canceling the running paragraph by clicking the pause icon...
From the following documentation and sample code: https://python-dependency-injector.ets-labs.org/providers/inject_self.html ```python from dependency_injector import containers, providers class Service: def __init__(self, name: str): self.name = name class ServiceDispatcher: def __init__(self, container: containers.Container): self.container...
This addresses issue #50 Main idea is from @fxgendrin in the issue #50 > Need a new release with following modification in AbstractClassLoader (as suggested in comment, but need to...
This addresses issue that oraclejdk7 is no longer available in travis CI. ``` $ mvn clean install -DskipTest=true The JAVA_HOME environment variable is not defined correctly This environment variable is...