Oleg Butuzov

Results 35 comments of Oleg Butuzov

I was searching for this issue yesterday but haven't found it. @zepatrik nice job you did, even with depguard bothering :). I have updated yesterday a list of govet analyzers,...

I like this idea more. Can you provide an example or steps I/we/team needs to do in order to host schema in our repository?

it does! @SVilgelm can I assign this to myself? (I can work on this with slow pace, considering huge amount of work done by @zepatrik)

I spend some time pocking around json schema of `golangci-lint` recently. Changes already should be available to everyone. Please let me know if anything you see in `.golangci.yml` validated correctly....

`go-critic` pretty much support it. ![image](https://user-images.githubusercontent.com/651824/131437591-ff49848c-4414-4f8e-993d-e49a90658333.png)

lol. I did litteraly said that on the article review yesterday, and here is the results from last week (made the same comparison). checking | unused | deadcode | structcheck...

works (now) thanks to @cosmos72 ! ```shell go install github.com/gopherdata/gophernotes@5514204 mkdir -p ~/.local/share/jupyter/kernels/gophernotes cd ~/.local/share/jupyter/kernels/gophernotes cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/[email protected]/kernel/* "." chmod +w ./kernel.json # in case copied kernel.json has no...

> Kind of. You can install `rpy2` to access R from the Python kernel and then use magics see [rpy2.github.io/doc/v3.4.x/html/generated_rst/notebooks.html](https://rpy2.github.io/doc/v3.4.x/html/generated_rst/notebooks.html) let's try - open `~/Library/jupyterlab-desktop/jlab_server`, find under it `‎⁨share⁩/jupyter/⁩kernels/` -...

Try now with `3.1`, I wasn't able to even track `DashboardImportError` as it looks like a dead code now...