Henry Sequeda González
Henry Sequeda González
Hi, I has the same error, I fixed it changing a line at rust_doc.vim file in `~/.vim/bundle/rust_doc.vim/autoload/rust_doc.vim` . In the function `function! rust_doc#get_doc_dirs(hint) abort`, I changed the first if (`...
Yes, but nothing.
The same, I get that error when I try to run the command.
I solved the problem adding this to my `.zshrc` file => ``` fpath=(~/.zsh.d/ $fpath) autoload -Uz +X compinit bashcompinit compinit bashcompinit ``` **Ensure of call the `compinit` after the `fpath`...
Same error `v2.26.1`.
mockery Error parsing file could not import golang.org/x/sync/semaphore (invalid package name: \"\")
I get this error with `v2.26.1` using `docker` version, I solved it by running the same command with the binary version after run `go mod download`.
I'm getting the same error. My model is: ```go type User struct { bun.BaseModel `bun:"table:user,alias:u"` ID int64 Name string Password string SuperUser *SuperUser `bun:"su,rel:has-one,join:id=user_id"` ClientUser *ClientUser `bun:"cu,rel:has-one,join:id=user_id"` } type SuperUser...
This issue is duplicating => https://github.com/uptrace/bun/issues/872
Yes, should be good to have an example of how to add SASL.