A small tool to view real-world ActivityPub objects as JSON! Enter a URL
or username from Mastodon or a similar service below, and we'll send a
request with
the right
Accept
header
to the server to view the underlying object.
{
"@context": [
"https://join-lemmy.org/context.json",
"https://www.w3.org/ns/activitystreams"
],
"type": "Page",
"id": "https://lemmy.ml/post/2139269",
"attributedTo": "https://lemmy.ml/u/_calm_bomb_",
"to": [
"https://sopuli.xyz/c/neovim",
"https://www.w3.org/ns/activitystreams#Public"
],
"name": "Issue with neovim on macos",
"cc": [],
"content": "<p>So, I’ve been using nvim on macos for almost two months and didn’t have issues, but after the last update I’m seeing this:</p>\n<pre style=\"background-color:#ffffff;\">\n<span style=\"color:#323232;\">Error detected while processing BufReadPost Autocommands for "*":\n</span><span style=\"color:#323232;\">Error executing lua callback: ...ocal/Cellar/neovim/0.9.1/share/nvim/runtime/filetype.lua:21: Error executing lua: ...ocal/Cellar/neovim/0.9.1/shar\n</span><span style=\"color:#323232;\">e/nvim/runtime/filetype.lua:22: BufReadPost Autocommands for "*"..FileType Autocommands for "*": Vim(append):Error executing lua callback: vim/load\n</span><span style=\"color:#323232;\">er.lua:0: EACCES: permission denied: /Users/clmbmb/.cache/nvim/luac/%Users%clmbmb%.local%share%nvim%lazy%null-ls.nvim%lua%null-ls%rpc.luac\n</span><span style=\"color:#323232;\">...\n</span></pre>\n<p>This happens (for now) only when trying to open .lua files.</p>\n<p>From what I gather there’s something related to some filesystem security flags in macos. I’m new to macos, so I have no idea what happens.</p>\n<p>Any hints/solutions to this?</p>\n",
"mediaType": "text/html",
"source": {
"content": "So, I've been using nvim on macos for almost two months and didn't have issues, but after the last update I'm seeing this:\n\n```\nError detected while processing BufReadPost Autocommands for \"*\":\nError executing lua callback: ...ocal/Cellar/neovim/0.9.1/share/nvim/runtime/filetype.lua:21: Error executing lua: ...ocal/Cellar/neovim/0.9.1/shar\ne/nvim/runtime/filetype.lua:22: BufReadPost Autocommands for \"*\"..FileType Autocommands for \"*\": Vim(append):Error executing lua callback: vim/load\ner.lua:0: EACCES: permission denied: /Users/clmbmb/.cache/nvim/luac/%Users%clmbmb%.local%share%nvim%lazy%null-ls.nvim%lua%null-ls%rpc.luac\n...\n```\n\nThis happens (for now) only when trying to open .lua files.\n\nFrom what I gather there's something related to some filesystem security flags in macos. I'm new to macos, so I have no idea what happens.\n\nAny hints/solutions to this?",
"mediaType": "text/markdown"
},
"attachment": [],
"sensitive": false,
"published": "2023-07-17T10:45:51.757393Z",
"language": {
"identifier": "en",
"name": "English"
},
"audience": "https://sopuli.xyz/c/neovim",
"tag": [
{
"href": "https://lemmy.ml/post/2139269",
"name": "#neovim",
"type": "Hashtag"
}
]
}