Huy Vo
Huy Vo
I use the config in  and noticing that there is no space after the GitBranch section: Also, there is an extra space before GitIcon and extra spaces between LineColumn,...
I think memos-pub theme is set to follow the OS settings. Could we have a config in the repo to custom the theme to be either light or dark?
nvim version: 0.6.0 tokyonight version: latest ```lua vim.g.tokyonight_style = 'night' vim.g.tokyonight_sidebars = { "qf", "vista_kind", "terminal", "packer" } vim.g.tokyonight_dark_sidebar = true vim.g.tokyonight_dark_float = true vim.g.tokyonight_colors = { bg_sidebar = '#1a1b26',...
### OS Mac OS 10.14.3 ### neovim `:version` output NVIM v0.3.3 ### Minimal vimrc for reproducing the issue ``` let g:python3_host_prog = '/usr/local/bin/python3' let g:python_host_prog = '/usr/local/bin/python' call plug#begin('~/.config/nvim/plugged') Plug...
Currently I got an endpoint with params like this: ```ruby params do requires :content, types: [String, Hash] end ``` When content can be array of hash also (`[{"type": "paragraph", "children":...
Filestack gem version: 2.9.6 Error: `{"error":"invalid params: size","timestamp":1644208088}` Stack trace:  It happens randomly and not depend on file extension or file size,...