Dominik Menke
Dominik Menke
This is just a proof of concept for #30.
Hi, at `$company`, we have a bunch of Go projects named `gitlab.$company.com/$project`. All projects use Go modules, i.e. there's a `go.mod` containing `module gitlab.$company.com/$project`. ```console $ head -1 go.mod module...
The `example_test.go` wants to connect to `localhost:25`. I'm not certain, I want to install a mail server on my machine. I definitively won't install a Go environment on my mail...
This allows downstream users to act on file ownership. (A previous version added `mem.GetUID()`/`mem.GetGID()` methods, which didn't prove fruitful.)
### Steps to reproduce The following ability conditions differ in behaviour: ```ruby class Ability include CanCan::Ability def initialize(user) can :manage, Customer, id: user.customer_ids can :manage, Customer, id: user.customers.select(:id) end end...
### Describe the bug The documentation for `` [states](https://bootstrap-vue.org/docs/components/pagination): > The label-page will optionally accept a function to generate the aria-label. > The function is passed a single argument which...
This automates tagging/building a bit and removes duplication. Goreleaser, by default, adds versioning information to the `go build` and `go release` call: ```console $ goreleaser build --rm-dist --single-target --snapshot ......
#### Summary On large screens (the breakpoint seems to be at 1550px window width), the "Show more" button is not shown, and embedded images flow out of the post message...
#### Summary Rudderlabs cookies set on domain `.example.com`, not on `mattermost.example.com`. #### Environment Information - Webapp or React Native app: Webapp - Mattermost Server Version: latest #### Steps to reproduce...
The README gives the following example: ```ruby UserAgentParser.parse "Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/23.1.148956103 Mobile/14D27 Safari/600.1.4" #=> ``` however, with the current...