Petar Korponaić

Results 6 issues of Petar Korponaić

Fixed typo in the docs: `state` instead `register`.

Hi, I am adding support for "semantic-ui" to http://www.meteorkitchen.com - code generator for Meteor. All existing apps will be able to be built with semantic-ui markup (currently, "kitchen" generates "bootstrap"...

Good example is teleportation circuit: QASM: ```qasm OPENQASM 2.0; include "qelib1.inc"; qreg q[3]; creg c0[1]; creg c1[1]; rx (pi/4) q[0]; h q[1]; cx q[1], q[2]; cx q[0], q[1]; h q[0];...

enhancement

Missing gates: - [ ] cy - [ ] ch - [ ] csrn - [ ] crx - [ ] cry - [ ] csrswap

enhancement

In "Run" page, there is console output screen which gets filled after some time, it would be useful to have "clear output" button.

enhancement

Hi Sean, Is that possible to track server side routes? Thank you!

question