Hong Xu

Results 114 issues of Hong Xu

On my macbook 10,1, the brightness control file seems different. Here is the patch to fix this difference. I'm on linux 3.17.4.

`thumbnailUrl` is not part of Organization: https://schema.org/Organization **What does this PR change? What problem does it solve?** The default publisher type, [as defined by this theme](https://github.com/adityatelange/hugo-PaperMod/blob/dad94ab4b7c55eea0b63f7b81419d027fe9a8d81/layouts/partials/templates/schema_json.html#L5), is "Organization". However, based...

## Search terms default theme, canonical link ## Expected Behavior Index page generated by typedoc should include a [rel canonical link](https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls#rel-canonical-link-method). ## Actual Behavior Index page generated with the default...

bug

## Search terms nested object ## Expected Behavior Descriptions of nested object types should be generated in the output. ## Actual Behavior Descriptions of nested object types are not generated...

bug
help wanted
good first issue

## Search Terms react component, union ## Problem When the param is a union of object literals, `@param` fails to document the property names. For example, typedoc would not output...

enhancement

Add such a command would make it less possible to conflict with existing key maps. (`p` is too simple) Users could map it to whatever if they want. For backward...

As shown in the screenshot, `_a_` shouldn't be italic ![](http://i.imgur.com/wchY1Gm.png)

The HTML minifier removes whitespace around `` as a "blocked/undisplayed element": https://github.com/mrclay/minify/blob/258e495451c03adf57e1df81c2f0ef0c25b2f40d/lib/Minify/HTML.php#L136 However, `` is commonly modified to be inline (e.g., "The Whitespace Issue" section [here](https://designshack.net/articles/css/whats-the-deal-with-display-inline-block/#the-whitespace-issue), tag clouds in WordPress...

Close #19. --- If `LS_COLORS` is not defined, `eval $(dircolors)` should define a good default `LS_COLORS`. We can also add that when `LS_COLORS` is not defined.