deepakdinesh1123
deepakdinesh1123
> trigger the workflow in the `smithdc1/django-asv` repo Since it required the creation of an `ACCESS_TOKEN` and the usage of third-party action, after discussions it was decided to add the...
I tried to set up the machine details in ASV using several different methods but all of them displayed the message `No information stored about machine 'fv-az173-80'. I know about...
> Given that stdout is going to `out.txt`, this must be on `stderr` yes? The output of `asv continuous --interleave-processes -a processes=2 --split --show-stderr 'HEAD^' 'HEAD'` is being piped to...
> **might not** want them auto-run on push... @carltongibson I have added the condition to run the benchmarks when pushes are made to pr with a given label, in order...
is this issue still open for contribution?
I have included jsonpath_ng in setup.py but flake8 is throwing an error saying that jsonpath_ng not found. How do I resolve it?
After reformatting docs/conf.py using black, flake8 is failing with line too long error, I was not able to catch this error while running tox locally, as flake8 fails with the...
JMESPath and JSON support - - since #237 is also open should I account for it too and modify the API to allow selection of jsonpath or jmespath, or should...
* > I assume the supported CSS Selector syntax supported by different parsers will be different. I think we will need to document these differences in as much detail as...
> So you are thinking of transforming an input expression with unsupported syntax into an equivalent expression with supported syntax before you pass it to Selectolax? I was thinking of...