Tony Duan

Results 5 issues of Tony Duan

## Is this a BUG REPORT or FEATURE REQUEST? FEATURE REQUEST ## Versions **MySQL Operator Version**: 0.3.0 ## What happened? I'm testing my fork of mysql operator. I pushed `mysql-operator`...

Similar `podLabels` mentioned in #86. I need to add additional annotations to the pods to try to make mysql pods work in istio service mesh.

it seems that some of the crates version were yanked and cargo will prohibit lib users from installing those dependencies.

nvim_buf_get_name C API doesn't copy memory but return a String with pointer to buf->b_ffname rust shouldn't free buf->b_ffname ref: https://github.com/neovim/neovim/blob/09dffb9db7d16496e55e86f78ab60241533d86f6/src/nvim/api/buffer.c#L1038 https://github.com/neovim/neovim/blob/09dffb9db7d16496e55e86f78ab60241533d86f6/src/nvim/api/private/helpers.c#L403-L408 # Reproduce code ```rust use nvim_oxi as oxi; use...