-
gofmt is somewhat opinionated, and reasonable people can have differing opinions.
I generally use gofmt myself, but different versions of go fmt over the years have changed how they format code, an…
-
### Affected Version
`yay v12.0.4 - libalpm v13.0.2`
### Describe the bug
The `--sortby` config option doesn't seem to be working (unsure as to when it stopped, but I know it worked i…
-
I've been attempting to generate code in a module that reflects on itself. I don't know if I'm just going about it wrong but I suspect there is a bug so I created a repro repo: https://github.com/au-…
-
How to import functions, how to interact with the code outside the string
ghost updated
2 years ago
-
when to complete imports can i run it likes python eval Inside the code,Is there a code example?How to import functions, how to interact with the code outside the string
ghost updated
2 years ago
-
How to import functions, how to interact with the code outside the string
ghost updated
2 years ago
-
I am using this via https://github.com/gopherdata/gophernotes and I am still having issues importing 3rd party packages. I got it to work sometimes but only when it decided to go through the compiling…
-
**Summary**
ISSUE 1: Source path for copying the kernel is incorrect in README.md
ISSUE 2: gophernotes looks for gomacro in $GOPATH, not as a module.
ISSUE 3: imports in a notebook don't find the m…
-
@sbinet
the kernel.json used to be inplaced in /go/src/
which in [Dockerfile](https://github.com/gopherdata/gophernotes/blob/master/Dockerfile#L40)
```
&& mkdir -p ~/.local/share/jupyt…
-
I'm getting an error when trying to do an 'import "pkg"' in my notebook. I'm not sure what is triggering the plugin build though since this package is simply a library, not a plugin. This is using G…