guide
guide copied to clipboard
Aiming to be a fully transparent company. All information about source{d} and what it's like to work here.
Hi, i'm Pierre-Louis Chevallier from France, it's been quiet some time i'm looking for ml on code and watch your projects. I want to join your slack to see more,...
To avoid comments on PRs related to formatting issues or imports order, we should use linters integrated on PRs. As a proposal we can use: - Go: https://www.codefactor.io and https://golangci.com/...
`go 1.13` has been released, and [our guide says](https://github.com/src-d/guide/blob/master/engineering/conventions/go.md#supported-go-versions) that >_our **applications** support only latest [stable](https://golang.org/dl/#stable) Go version_ `go 1.13` offers [error wrapping](https://golang.org/doc/go1.13#error_wrapping) (`errors.Is`, `errors.Wrap`...) For [error handling, our guide...
### Pre-history 1) a couple of months ago @bluer73 started a practice of one month post-onboarding feedback call 2) often developers have onboarding tasks that help them to be involved...
@estherrgarcia We need to update the holiday policy in line with what was agreed a couple of months ago, I can do it if you want
https://github.com/src-d/guide/blob/master/developer-community/tech-talks.md describes how we did tech talks in 2017. We no longer do them, so how about changing present to past tense everywhere. cc @campoy
The guide reads in https://github.com/src-d/guide/blob/master/engineering/conventions/go.md#docker that src-d/ci sets` CGO_ENABLED` to `0`, however this is not the case for src-d/v1 anymore.
Throughout the public repository, I found quite a few links to the private repos which obviously greeted me with a 404 page from Github. Personally, I do not think it...
rawgit is being deprecated in October 2019. We'll need to migrate to something else by then.
I've noticed a nice and short [PR checklist](https://github.com/matrix-org/dendrite/blob/master/.github/PULL_REQUEST_TEMPLATE.md) used in one of the Matrix projects. I think it makes sense to do something similar for our projects, especially to add...