Adithya Dsilva
Adithya Dsilva
@marckhouzam A gentle reminder to review (and merge) this PR when free :smile:
Here's what I did: ``` name: Release (checkers) on: push: tags: - 'v*' jobs: job1: name: Create Release runs-on: ubuntu-latest outputs: upload_url: ${{ steps.create_release.outputs.upload_url }} steps: - name: Create Release...
Why not add option `none` (if skip is specified) and color the option (with red or yellow)?
Even if flipping is not possible, adding a completely new table configuration would be equally good.
@faressoft Could you please merge this PR?
This sounds cool, will take it up! I'll have to learn more about how it works internally, so it might take some time.
Can you give an example of how the method should work and select the 'nearest' element?
I think this is rather fun! With my knowledge in competitive programming, I think I can solve this graciously.
Okay, so here's my general idea: 1. Distance between two elements is the nesting depth of the non-common suffix of the XPATH's. 2. Instead of `Nearest()`, we have a `Near()`...
> But from the usability point of view, use visual distance is better. Tree distance is harder to debug and image in the brain. I did some research, and it...