Martin Delille

Results 94 issues of Martin Delille

I have a problem when editing my test since a few month: when I have more than one test file (with a `go_bandit([]{` section each), querying a symbol definition with...

I'm using both `lab` and [Github cli](https://github.com/cli/cli) and one thing that I find very convenient with `gh` is the ability to create a pull request from a local branch that...

What about adding a command and a job to `lab ci`? Example: in my CI I have to job `build` and `test`. Let's say I want to trace the `test`...

This would be nice to display the keyboard shortcut when using `lab ci view`. I tried to press enter without success but find the documentation here: https://github.com/zaquestion/lab/blob/master/docs/lab_ci_view.md

help wanted

**Issue description** As a user, I'm often asking to fill recaptcha to access website. It asks me sometimes to recognize ten images. I do it sometimes to access content that...

service discussion

Given the following code from the [tutorial](https://sonic-pi.net/tutorial.html#section-5-4), the thread name should be displayed in the logs: ```ruby in_thread(name: :bass) do loop do use_synth :prophet play chord(:e2, :m7).choose, release: 0.6 sleep...