Chuan Miao
Chuan Miao
### Problem description 1. type `fmt.Sprin` and hit enter to complete the function Sprintf -> `fmt.Sprintf()` 2. type `fmt.Spritf(strings.Jo)` and hit enter to complete the function Join -> `fmt.Sprintf(strings.Join()` It...
I tried to set the TimestampFunc, and it does change the json output, but not working on the console writer ``` zerolog.TimestampFunc = func() time.Time { return time.Now().UTC() } ```...
**Is your feature request related to a problem? Please describe.** extend default REST API object templates **Describe the solution you'd like** Currently, I can only extend the REST objects by...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
with the default options, the closing round bracket in return clause is indented one level more. ``` class App extends Component { render() { return ( To get started, edit...
### Neovim version (nvim -v) NVIM v0.9.5 Build type: Release LuaJIT 2.1.1703358377 ### Operating system/version MacOs 11.5 ### Add the debug logs - [X] I have set `log_level = vim.log.levels.DEBUG`...