Dan Berglund
Dan Berglund
I'm also experiencing this exact problem, this is my machine: ## OS / Distro MacOS 12.3.1 ## Neovim version/commit 0.6.1 & 0.7.0 I hope that I'll be able to look...
I just tested with latest `master`/NVIM 0.7.0 and updated grammar, and the symptoms are still there, but it seems like the crash has moved. I'm getting an error in `lua/orgmode/parser/mappings.lua:100`,...
Ok, so I tried some more, and setting `org_agenda_files` and `org_default_notes_file` to the non-symlinked version seems to do the trick, so something is fishy with symlinks on Windows/MacOS it seems...
@kristijanhusak I tried `master` just now, but the problem seems to persist unfortunately 😢 > Thanks for testing it out. When you open up file that is symlinked, what does...
Unfortunately still seems to be an issue on latest `master`. > :lua print(vim.fn.fnamemodify(vim.fn.bufname(), ':p')) `/Users/cheif/Library/Mobile Documents/com~apple~CloudDocs/org/my.org`
> :lua print(vim.inspect(vim.fn.glob('/path/to/symlinked/folder/*', 0, 1, true))) `{ "/Users/cheif/org/my.org" }` (and other org-files) so this just gives me the symlinks.
Tested `master` now, and it seems to be working for me! Great work @kristijanhusak! 🍾
I looked into this a bit (using SWCompression), but it seems like it doesn't support streaming data, thus it'll use a lot of memory and crashes (on my AppleTV at...
Any chance we could get this merged soon? It looks like everythings ready to go to me?
I think we're seeing an issue related to this. We've got a fairly complex view that shows a half-screen modal-ish view animating in from the bottom, this view has a...