Andreas Matthias
Andreas Matthias
Of course you can always try to find a unique word which you are not using otherwise in your comments. But this is not always easy, in particular because keywords...
@MDoerner It seems that the `@` marker must follow the comment sign immediately: ``` '@aaa ' @bbb ' testing @ccc ``` I get a warning for `@aaa` but neigher for...
> https://github.com/rubberduck-vba/Rubberduck/blob/51f2d139faf7c245b96e09bcd31b4424491dc186/Rubberduck.Core/UI/ToDoItems/ToDoExplorerViewModel.cs#L296-L299 > > This implies in particular, that all usual prefixes should be perfectly fine, so long as they are not special characters in a regular expression, and even...
@Vogel612 Well, "beginning of line" will break all kinds of framed comments, like: ``` ' ********** ' * ' * Note: foo ' * ' ********** ```
This seems to be the same issue as: - https://github.com/TuyaAPI/cli/issues/64 - https://github.com/codetheweb/tuyapi/issues/246
``` $ DEBUG=* tuya-cli set --id bf4e5ccb3edd6c4657kxqa --key b55dc2459f3f55a0 --ip 192.168.2.121 --protocol-version 3.3 --set true TuyAPI IP and ID are already both resolved. +0ms TuyAPI Connecting to 192.168.2.121... +11ms TuyAPI...
Ok, following the description in the link I modified `commandByte` and `payload` in the `get()` function like this: ``` $ diff -u4 index.js.orig index.js --- index.js.orig 2021-01-27 23:29:49.312760117 +0100 +++...
I just hit the same issue. Is this a known limitation of ldoc? Or is it a user error?
Well, I found a workaround: 1. Do not use `@submodule`. 2. Instead use `@module` and option `merge = true`.
~~Seems like [ox-ipynb.el#L842-L858](https://github.com/jkitchin/ox-ipynb/blob/4c1cc46268a76751eec83a66d481687a0da6d668/ox-ipynb.el#L842-L858) should handle this, but it doesn't work for me.~~ By accident I mistyped the header and then the following worked. Note the doubling of `:exports`: ``` #+begin_src...