-
### 这个特性解决了什么问题?
向这样的css会被转化为4个属性,是没必要的转化,而且会导致 我在style里面无法覆盖这个属性,行为也和其他端不一致
```css
padding: 10px;
margin: 10px;
```
### 这个 API 长什么样?
这是我patch的,可以提供参考
```patch
diff --git a/node_modules/taro-…
-
## Describe the bug
With version `2.0.0-beta.3` you've forked the `CodeBlock` component to `ApiCodeBlock`.
When I use the plugin and the built-in code blocks with the `showLineNumbers` the formatt…
-
I'm using Vue.js for generating reporting page, and **using html2pdf try to save reporting page(div element) as pdf file.**
Almost succeeded, but there is **one problem.**
## If you look at the pi…
-
- OpenGrok 1.2.23
- OpenJDK 1.8.0_212
- Ubuntu 18.04
- Tomcat
- Chrome & Firefox
This is the correct way OpenGrok shows the results:
![OpenGrok-1](https://user-images.githubusercontent.com/…
-
I made a patch to copy IP to clipboard on click with a setting switch. Still refreshes IP on click.
```diff --git a/extension.js b/extension.js
index 92490ff..81b0331 100644
--- a/extension.js
+…
-
Hello,
When I click on compare command, I have that issue : cannot read property 'push' of undefined.
I'am using atom version 0.184.0.
![screenshot](https://cloud.githubusercontent.com/assets/489066…
-
When I hover over either my github or email icon the entire content jumps up, then when I move the mouse and hover over it again, it jumps back down to the center making clicking on these links imposs…
-
**Describe the bug**
With wrapLongLines and showLineNumbers both enabled, if we copy some code, all code formatting, spaces, stykes etc. are lost
**To Reproduce**
Steps to reproduce the behavior:
…
-
Right now, it's hard to make the diamond chart responsive because the "good o, bad d" labels don't move with the SVG. But also it's very difficult to make those labels in SVG, incredibly.
(text in …
-
We would like to be able to add 5 pixels at the top of a group so that it is easier to visually associate the bars in a group as belonging to each other and not the group above or below. I locally clo…