icefed

Results 22 comments of icefed

我没有设置密码,也没有secret,就是安装了ariafred默认就是显示那个错误,刚开始以为是地址错了换成jsonrpc。 卸载了重装也是。 是不是Ariafred.app无法兼容10.12

15:20:24 workflow.py:1556 DEBUG Reading settings from `/Users/Z/Library/Application Support/Alfred 3/Workflow Data/dog.wil.ariafred/settings.json` ... 15:20:24 workflow.py:2154 DEBUG Workflow version : 1.5.2 15:20:24 workflow.py:2443 DEBUG Update check not due 15:20:24 workflow.py:2323 DEBUG Last run...

I've been using it for a few minutes, it looks like the problem is gone. Open same session(nightly left):

@bitfehler I have rebased the code and added unit tests, someone needs to review it.

@Jamstah > I guess its not enabled by default, I can see some use cases, and it is an improvement over what's there today. Sorry, I doesn't get it, are...

Hi @bitfehler @Jamstah , I have added too config parameters, hopes that will filling your requirements. ``` // default /auth/token autoredirectpath // default false (seems too long...) autoredirectforcetlsdisabled ```

> I am not the authority here, but in my opinion the configuration is becoming way too complicated (from a user perspective). > > I don't know if and how...

this feature has been rejected, try my commit if you really want this, https://github.com/icefed/kind/tree/container-label

``` Error executing vim.schedule lua callback: .../.config/nvim/plugged/glance.nvim/lua/glance/preview.lua:59: BufReadPost Autocommands for "*.go": Vim(append):Error executing lua callback: ...w/Cellar/neovim/0.9.5/share/nvim/runtime/lua/vim/lsp.lua:1963: Vim:method textDoc ument/codeLens is not supported by any of the servers registered for the...

@asirago @jens1205 `go.nvim` default configuration conflict with other lsp plugins, you can disable those options: ``` require("go").setup({ lsp_codelens = false, lsp_keymaps = false, lsp_inlay_hints = { enable = false, },...