Balint Pato

Results 40 issues of Balint Pato

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...

kind/feature-request
area/sync
priority/p1

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...

enhancement
good first issue
help wanted

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...

kind/task
area/github

**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...

kind/feature-request
triage/accepted
area/docker

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...

kind/health
area/dependencies
priority/p2

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...

kind/bug-report
kind/docs
triage/accepted
area/examples

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...

kind/health
area/dev

**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...

triage/accepted
area/tags
area/qubits
area/moments

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...

good part-time project
kind/feature-request
triage/accepted
area/visualization
priority/p3
area/subcircuits