LoganDark

Results 242 issues of LoganDark

Environment -------------- name | version ----------|---------- IDEA version | WebStorm 2018.2 EmmyLua version | 1.2.7-IDEA182 OS | macOS 10.14.6 What are the steps to reproduce this issue? ------------------------------------------------ 1. Be...

uncomfortable boldness: ![image](https://user-images.githubusercontent.com/4723091/83345773-b3fd3c80-a2cb-11ea-9368-44e6e41e43e7.png) offending css: ![image](https://user-images.githubusercontent.com/4723091/83345783-c4adb280-a2cb-11ea-8b28-2a76fc66c6d9.png) changing it from 500 to 400: ![image](https://user-images.githubusercontent.com/4723091/83345786-cd05ed80-a2cb-11ea-95b6-52c458e2318c.png) no more uncomfortable boldness

Command+Shift+5 is a 3-key keybind, any way to make that 2 keys instead? (like Command+Enter)

I'm making a mod that's supposed to run in both MCP and Forge. It works fine in Forge, but Forge rearranges some of the Minecraft code, so the mixins need...

feature
core

**Describe the bug** The `cv11` font feature has no effect on the `subs`/`sups` features. **To Reproduce** Steps to reproduce the behavior: 1. Apply both `cv11` and `subs` (or `sups`) font...

Add
design

## Description Moving your caret to the left (that is, outside the visible bounds of the editor) does not scroll the editor until the caret is quite far off screen....

## Description When `editor.tabs.expand=false` in preferences.txt, auto-indent: 1. Indents using spaces when declaring a new function. [video](https://user-images.githubusercontent.com/4723091/126055284-fe563de7-c176-43b5-8a70-64d3532d00ee.mp4) 2. Indents using spaces when creating a new line. [video](https://user-images.githubusercontent.com/4723091/126055318-7a3fd147-6612-4ada-9c3c-06881de248d4.mp4) ## Your Environment...

I recently discovered Chrono, which seems to aim to be a simulation engine for all sorts of things. It seems to support fluid simulation and "finite elements" (which look like...

When `bindgen` says: ``` error: linker `cc` not found | = note: No such file or directory (os error 2) ``` I thought I could specify an environment variable `CC=/usr/bin/cc`...

### Input C/C++ Header ```cpp #include ``` ### Bindgen Invocation ```rust bindgen::Builder::default() .header("wrapper.hpp") .detect_include_paths(false) .clang_arg("-std=c++14") .generate() .expect("Couldn't make bindings!"); ``` ### Actual Results ``` The following warnings were emitted during...