Huy Vo

Results 7 issues of Huy Vo

I use the config in ![example/eviline.lua](https://github.com/glepnir/galaxyline.nvim/blob/main/example/eviline.lua) 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...

cannot-reproduce

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":...

bug?

Filestack gem version: 2.9.6 Error: `{"error":"invalid params: size","timestamp":1644208088}` Stack trace: ![Screen Shot 2022-02-08 at 12 04 43 PM](https://user-images.githubusercontent.com/17645203/152921640-21fb8877-0ec1-430b-8d80-27f5393bc0fe.png) It happens randomly and not depend on file extension or file size,...