Bruno Meneguele
Bruno Meneguele
It seems some startup services may add conflicting rules to the system against Nipe: ``` $ ./nipe.pl start ... $ ./nipe.pl status [!] ERROR: sorry, it was not possible to...
When using the `termenv.ANSI` color profile for a normal text it works just fine, but in indented text it gets back to the default ANSI256. The following is an output...
Hello, trying to convert this LBR http://www.embeddedartists.com/sites/default/files/support/xpr/LPCXpresso_Boards_EAGLE_lib.zip I receive back an error about XML parser error: --- Converting Lib: lpcxpresso.lbr Module Output: lpcxpresso.mod Symbol Output: lpcxpresso.lib Lib Name: lpcxpresso Error...
Older kernel versions might use gpio paths in the format of gpio_ or any other way, as before device trees were supported proprietary hardware description files were passed from bootloader...
We need a new command to handle the basics of [merge-request approval rules](https://docs.gitlab.com/ee/api/merge_request_approvals.html). Some of the features I would like to see are: - [ ] show approval rules of...
As far as I could check, some CI commands are not ready to work with merge-request CI pipelines, but only with project-level pipelines. This issues will be used as a...
The way the pager is getting closed today is by using deferred code: https://github.com/zaquestion/lab/blob/5a1fd5d7512ef9b457630920cf1374ff81c081c7/cmd/ci_status.go#L52-L53 However, in case an error occurs in the middle of a pager session and a `log.Fatal()`...
Hi all, I received a tip from a colleague that the [GitLab Merge Request API](https://docs.gitlab.com/ee/api/merge_request_approvals.html#approve-merge-request) allow the user to pass the HEAD commit SHA for which that approval should refer...
@prarit @zaquestion, I was discussing with some work colleagues last week how GitLab doesn't have an easy way of performing **OR**ed searches in issues and MRs. From the [docs](https://docs.gitlab.com/ee/user/search/#filtering-with-multiple-filters-of-the-same-type), the...
In #552 I've started a change to help separate common code/data for different commands from code command-specific. However, this is the first step, where common code was placed in a...