LoganDark

Results 242 issues of LoganDark

For example, hiding admin commands from the everyday user if Cmdr is being used as a gameplay element as well as an admin console. Maybe a BeforeRun hook could be...

future

**Is your feature request related to a problem? Please describe.** There's no reason to include an entire BNF parser in the compiled application if I just have a set grammar...

Most of the application works fine with Mojave's dark theme, building it with Xcode Beta. However, the description in the distribution downloader is still dark: ![image](https://user-images.githubusercontent.com/4723091/44618422-340a8e80-a82a-11e8-9039-ec351ca8738c.png) I know nothing about...

bug
enhancement

``` /home/ubuntu/workspace/jsbot/node_modules/neatjson.js:45 }else if (o instanceof Array){ ^ RangeError: Maximum call stack size exceeded ``` with some huge objects: ![](https://puu.sh/u55om/eb42d4e51a.png) and prettifier code: ![](https://puu.sh/u55qF/c6eff7c486.png)

feature
on hold

You have to open and close the pause menu to remove the DoF after clicking Restart ![image](https://user-images.githubusercontent.com/4723091/122455261-0bb32800-cf61-11eb-83ea-3bec575637ac.png) After opening and closing pause menu: ![image](https://user-images.githubusercontent.com/4723091/122455275-0fdf4580-cf61-11eb-8fd4-b72bb4e94452.png)

Emscripten fails to load its WebAssembly due to an invalid MIME type. ``` wasm streaming compile failed: TypeError: Failed to execute 'compile' on 'WebAssembly': Incorrect response MIME type. Expected 'application/wasm'....

I have a script I'm making where it would be very useful to have a simple web server where I can tell the client, manually, to reload. I'm messing with...

## Environment * **IntelliJ Rust plugin version:** 0.4.176.4779-222-nightly * **Rust toolchain version:** 1.64.0-nightly (3924dac7b 2022-07-29) x86_64-unknown-linux-gnu * **IDE name and version:** CLion 2022.2 (CL-222.3345.126) * **Operating system:** Windows 10 2004...

Environment(环境) -------------- name | version ----------|---------- IDEA version | [e.g. IC2018.2 EAP, CL2018.1.2] IntelliJ IDEA Ultimate 2021.2.3 EmmyLua version | [e.g. v1.2.5] 1.3.6.224-IDEA213 OS | [e.g. OSX 10.13.4, Windows 10]...

question

If I select "Create parameter annotation", it creates a comment like this: ```lua ---@param x whatever ``` This looks really ugly to me when combined with actual text: ```lua ---...

feature request