Oleksandr Redko

Results 19 comments of Oleksandr Redko

I'm not a maintainer of the repo. Sorry, can't merge.

@ozkansen please provide steps to reproduce.

@Makapre The typo is in the iOS application itself.

@ccoVeille could you please fix conflicts?

@sluongng Could you possibly rebase on the latest `master` branch? Looks like there are 875 commits behind.

This comment ``` // @generated Code generated by gen-atomicwrapper. DO NOT EDIT. ``` won't pass the regular expression (Go syntax) ``` ^// Code generated .* DO NOT EDIT\.$ ``` If...

Thank you for bringing this issue to our attention. Please don't hesitate to create a Pull Request if you have any improvements in mind. Your contributions are welcome.

@insomnius Thank your for the issue. It would be great if you add IAM header and create PR.

Does the `validjson` linter detect cyclic references cannot be encoded? E.g., the following program shows a cycle: ``` package main import ( "encoding/json" "fmt" ) type Cycle struct { Val...

Can someone explain to me why [this code](https://github.com/perkeep/perkeep/blob/44b1dbe0f64f88ac6721e067c38b0fd1a0752cd6/pkg/server/ui.go#L700-L701) generates the `responsewriter-lint` issue? ```go func serveDepsJS(rw http.ResponseWriter, req *http.Request, dir string) { ... b, err := closure.GenDeps(root) if err != nil...