-
Is possible add the feature that the icon is the same of the first tag or group?
Mte90 updated
9 years ago
-
```
The editor textpad has a nice way of showing files: rather than (or in
addition to) tabs there is a list in a side-pane. I've always thought it
would be very useful to enhance this feature by grou…
-
It would be nice if ngRepeat supported simple grouping similar to the select directive's option groups. For example:
```
Shade: {{shade}}
Color: {{color.name}}
…
-
Hi,
First of all, thanks for sharing this. It's very help. I am wonder how to group by multiple fields.
Something like this: groupBy: {'company':'contactByCompany', 'program':'contactByProgram'}
T…
-
```
What steps will reproduce the problem?
1. Run the attached query using the attached data file.
2. Make sure to modify the data file path to the attached file.
What is the expected output? What do…
-
https://github.com/documentationjs/documentation-theme-light/blob/master/screenshot.png shows the methods in the sidebar grouped by JS classes. I run the default theme or theme-light and all I get in …
-
What if the device has more than one interface?
-
-
Hello
I'm using the CLI version of standard-version, but I don't understand why the commits are not grouped by type when the changelog is generated.
For example the generated output looks like
…
-
AND `month`.`snid` = 0 AND NOT (`month`.`mau` = 0 )) ORDER BY `month`.`ds` ASC
kingshard 会替换成
and snid = 0 and not (month.mau = 0)) order by month.ds asc
其中month.mau没有去掉表名。
order by month.ds kingsh…