Édouard Lopez
Édouard Lopez
Hello @jorgebucaran, long time no see :) As I was not satisfied by the [Deeper Shell Integration](https://github.com/nvm-sh/nvm/blob/master/README.md#fish) for Fish solution from _classic NVM, I sought something simpler. I added a...
### `package.json` ``` { "cypress": "^8.0.0", "cypress-image-snapshot": "^4.0.1", "typescript": "^4.1.5", } ``` ### cypress/support/commands/snapshot.ts ``` import { addMatchImageSnapshotCommand } from 'cypress-image-snapshot/command'; addMatchImageSnapshotCommand({ customDiffConfig: { threshold: 0.15 }, // threshold for...
Hi, I'm looking for ways to test my scripts, some patterns you use/recommend. For instance, how would you test a script such as this one: ``` #!/usr/bin/env bash build="$1" #...
I had some concurrent calls issue [in my project](https://github.com/Coaxis-ASP/opt/blob/45144ca50b579a58c182a315306e6f46c3a0ff70/daemon/makefile#L158) so I write the following test to simulate a series of parallel calls: 1. start first bulk in background (cf. `{...
I was asking on StackOverflow [How to ignore files using git-gui (tcl-tk) application?](http://stackoverflow.com/q/22046808/802365) and it seems that the feature is not implemented yet. The current UI is pretty good and...
Thanks for your package, I like idea to keep one workspace simple and uncluttered. ### Use case I always work with 2 panes (left/right) ### Issue I was puzzled as...
Thanks for your works
Project [vuejs/vue](https://github.com/vuejs/vue) ``` $ github_bus_factor vuejs/vue 1/6 Fetching repository info… 2/6 Fetching open PRs… 3/6 Fetching closed PRs… /usr/lib/ruby/vendor_ruby/json/common.rb:223:in `encode': "\xE4" from ASCII-8BIT to UTF-8 (Encoding::UndefinedConversionError) from /usr/lib/ruby/vendor_ruby/json/common.rb:223:in `generate' from...
Here is how we use you container, that could be automated. ### Create a new container On the host machine run: docker run -t -i -v /opt/seafile/:/opt/seafile jenserat/seafile -- /bin/bash...