yoshi1123

Results 4 issues of yoshi1123

I just want to use `bee.filesystem`, etc. with native lua. How would I do that?

Is there a filter for tasks that depend, directly or indirectly, on a specific task? I know of this issue which deals with only direct dependencies: #2193. Imaginary example: ```...

Output of `awesome --version`: 4.3 --- **How to reproduce the issue:** Try to use CTRL+` (Control + Grave) Examples: 1) In `xev`, instead of normal KeyPress and KeyRelease events, with...

In `settings.json`, eclipse-jdt-ls has this config: ``` "config": { "refresh_pattern": "\\([.a-zA-Z0-9_-]\\+\\|/\\|\\k\\+\\)$" }, ``` Completion for methods/fields does not work for me with this refresh pattern. With this PR, one can...