Arfat Salman

Results 6 comments of Arfat Salman

There are cases when the `jp.parse` says the expression is valid, but `jp.paths` or `nodes` throws an error. For example, ```js jp.parse('$..[?(@.open_issues 10)]'); // parses successfully jp.nodes(data, '$..[?(@.open_issues 10)]'); //...

Hi @davidtheclark I would like to be a co-maintainer. Let me know what you need and I'd be happy to help in any way I can. Thanks.

Thanks, @davidtheclark . I am reading the source code, and I'd be happy if you could take some time to just basically go through the project in 15-20 mins of...

I can try this as well. Please assign it to me. Thank you!

Thanks for replying! What do you think a good message can be? Something like `qubits are not needed for the given {value} as it already knows its qubits` ? I...

> cirq.qasm does not expect qubits to be specified for the given value of type {type(value)} The message looks good. Thanks! I saw the comment [here](https://github.com/quantumlib/Cirq/blob/master/cirq-core/cirq/protocols/qasm.py#L129) which says Different values...