Arsham Shirvani
Arsham Shirvani
Hi, Given the following snippet: ``` go package main import ( "expvar" "net/http" ) func main() { m := expvar.NewMap("test") m.Add("\x00", 1) http.ListenAndServe(":1234", nil) } ``` Expvarmon stops showing results...
Adds support for accepting multiple vars flags. This is useful for other scripts to construct vars flags. I also found it to be easier on eyes when you look at...
Moves the main.go into cmd/expvarmon. This way people can install different versions of executables and use expvarmon as a library. It also fixed undefined DefaultEndpoint when I tried to run...
Adds new templatetags (new_inbox_count, inbox_count, new_outbox_count, outbox_count and trash_count) Adds signals after each action (plus moves the norifications to signals) Adds purging deleted messages.
**My testing minimal init.vim** The part of the mapping that is relevant: ```lua require('astronauta.keymap') vim.keymap.inoremap{'', require("completion").smart_tab, buffer=true, silent=true} vim.keymap.inoremap{'', require("completion").smart_s_tab, buffer=true, silent=true} ``` **How to reproduce** Compile the upstream at...
Hi, I randomly (not too often though, maybe once a day) get the following error: ``` Error executing luv callback: ...vim/site/pack/packer/opt/wilder.nvim/lua/wilder/shim.lua:10: E5560: vimL function must not be called in a...
Hi, I was wondering if incorporating a personal `access_token` would help eliminate the `Rate limit of 60 exceeded for api.github.com` problem? Thanks.
Very interesting design! Would it be possible to implement lazy loading?
Hi. Thanks for all the useful plugins. Can you provide a license for this plugin please? I have noticed that the following plugins are missing licenses as well: ``` hrsh7th/cmp-calc...
On startup the statusbar flickers. [See](https://github.com/neovim/neovim/pull/20644#issuecomment-1278892918) for more information. ### Steps to reproduce Compile neovim with [this](https://github.com/neovim/neovim/pull/20644.patch). Start neovim.