Zachary Fuller
Zachary Fuller
Upgraded version `0.73.4` > `0.73.6` and can confirm that the issue is still present.
I had a similar issue where my rendered items had a set width and weren't being centered. This occurred on both iOS and Android for me. Setting the rendered item's...
I was having the same issue. Try making sure you have `app:inner_view` set to a valid view in your `ExpandableCardView` xml.
The output is `{}` I am using [coc](https://github.com/neoclide/coc.nvim) if that matters. I did try [manually adding a workspace file](https://neovim.io/doc/user/lsp.html#vim.lsp.buf.add_workspace_folder()) by running `:lua vim.lsp.buf.add_workspace_folder("~/path/to/project/")` and also put the following in my...
@amirbilu Thanks for the information and the PR. I created a minimal `init.lua` ```lua require('packer').startup(function(use) use 'wbthomason/packer.nvim' use 'neovim/nvim-lspconfig' use { 'codota/tabnine-nvim', run = "./dl_binaries.sh" } end) require'lspconfig'.ts_ls.setup {} require('tabnine').setup({...
Maybe this is just a visual bug. After using the Chat function more it seems that the files are actually getting indexed. For example when I prompt the model it...
@amirbilu This is after the following steps: - Open nvim - Open file within nvim - Open tabnine chat `:TabnineChat` - Prompt model - Close nvim Log output: ``` INFO...
@amirbilu Sorry for late response. I am now `TABNINE_DOCKER_DISABLED=true` but the graphical issue persists.
For what it's worth I have had no issues using the original vim-plug command in my vimscript init.vim.