-
Hi,
I was facing some problems to get the lua2dox-script working with the newer doxygen.
The following changes helped me to get it working:
change the include in lua2dox from
`use strict;
us…
-
I'm trying to contribute to the following project; [Hammerspoon](https://github.com/Hammerspoon/hammerspoon)
They have an "extensions" folder that contains all of the main lua modules. I'm basically …
-
在中文状态时,有没有一个临时输出英文字符的方案; 目前我看到的是开头大写字母是可以的,但是很多时候我想输英文的时候并不是以大写字母开头的。
-
### Problem
Related: #19996
.s and .S files are not forced and instead recognized as the default "asm" filetype. I've tried:
1. Put the code in .config/nvim/after/ftdetect/ and .config/nvim/ft…
ghost updated
4 months ago
-
#85
In debugger.lua, the `where` command uses `string.gmatch` to split Lua source loaded as a string into separate lines:
```Lua
for line in info.source:gmatch("(.-)\n") do table.insert(source,…
-
[Lua Patterns](https://www.lua.org/manual/5.3/manual.html#6.4.1) is a powerfull and flexible regular strings language, but humankind deserves something a bit more readable.
-
### Description
(I tried reaching out on Gitter first, but it seems like it's abandoned)
I need to add shortcuts to move telescope results up & down. However, I'm struggling with glitches, becau…
-
TL;DR: my code crashes if I remove unrelated `printf`, and `cargo miri` complains, which together look very much like some UB in unsafe code. I haven't yet dug into this, but here's a relatively self-…
-
### Is there an existing issue for this feature request?
- [X] I have searched the existing issues
### Is your feature request related to a problem?
Would be nice to add a custom haptic patterns an…
-
`\pdfmatch` is currently undefined
Options:
* Leave undefined
* Define to generate a more specifc error
* Define to take the right arguments but return -1 (invalid regex)
* Define to take th…