Marvin Frommhold
Marvin Frommhold
This is really bugging me. I have Rocket.Chat installed on my iPhone and my Mac. After chatting on my Mac, I still see notifications on my iPhone and have to...
I would like to help you fix that. First, yes, I am talking about the macOS menu entries. There are also command palette commands with the same name: `Navigate back`...
In short: - the buttons work as expected - the command palette commands work as expected - the macOS menu entries don't work at all (which a need, because they...
Yes, the menu entries have the same behavior as the buttons and the command palette commands (without Pane Relief).
`process.versions.electron`shows: "13.6.2"
Unfortunately, it still doesn't work. Sorry. The same behavior as before: the macOS menu entries don't work. Uninstalling the plugin makes the menu entries work again. `process.versions.electron` shows `17.1.1`
The problem still exists with Obsidian 0.15.6., `process.versions.electron` shows `18.0.4`.
> How I understood this, is that the idea is to include a file named nearby.md, which accesses the YAML property nearby (I used word variable in my prevous post)....
You are not using [query via POST directly](http://www.w3.org/TR/2013/REC-sparql11-protocol-20130321/#query-via-post-direct) but [query via POST with URL-encoded parameters](http://www.w3.org/TR/2013/REC-sparql11-protocol-20130321/#query-via-post-urlencoded) Here is my curl command: ``` bash curl -X "POST" "http://localhost:9998/r43ples/sparql" \ -H "Content-Type: application/sparql-query"...
This would be very helpful, as I do not know how to extend a [DELETE/INSERT](http://www.w3.org/TR/2013/REC-sparql11-update-20130321/#deleteInsert) query to correctly work with R43ples. Can you provide me the correct extended query for...