Balint Pato
Balint Pato
Two-way sync
Syncing in Skaffold to the container works well. However, applications sometimes change files on the filesystem themselves. If this happens inside the container, it is hard to get that change...
This is a simple replace for statik.go to make the tool vendorable. With this change one can setup a `gen.go`: ``` package main import ( "github.com/rakyll/statik/cmd" ) func main() {...
It would be great if the URL parameters would encode the state of the page, that case for a Ctrl +Shift + Reload the user wouldn't have to redo all...
We have templates for feature requests and bugs. I think we should have templates for: - kind/docs (Documentation bug or feature request) - kind/design-issue (Design discussions that are not yet...
**Is your feature request related to a use case or problem? Please describe.** The current Dockerfile is broken. See #3194. Also, we'd like to publish our docker image regularly (see...
Based on https://packaging.python.org/discussions/install-requires-vs-requirements/ "It is not considered best practice to use install_requires to pin dependencies to specific versions". We need to loosen up `install_requires` while keeping the CI stable. We...
We should lift the fidelity estimation notebook into our regular docs/tutorials folder. Currently it's also untestable as it fails with: ``` Exception encountered at "In [2]": --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most...
Python should be more maintainable and testable than bash. This issue is about replacing complicated logic in bash scripts with testable python code. This would remove the necessity of dev_tools/bash_scripts_test.py...
**Feature**: Tagging qubits and moments **Problem**: Currently one can tag operations. These can serve as compiler or executor pragmas. They also provide a way to cross an api boundary with...
The inline circuit diagram introduced in https://github.com/quantumlib/Cirq/pull/3580 is awesome. If we could push it a bit further that would be cool - eg using proper box ascii drawing. So currently...