TANG ZhiXiong

Results 63 comments of TANG ZhiXiong

Same here. > Refused to load the stylesheet 'https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap' because it violates the following Content Security Policy directive: "style-src 'self' 'unsafe-inline'". Note that 'style-src-elem' was not explicitly set, so 'style-src'...

I released a python package based on concaveman-cpp: https://github.com/cubao/concave_hull Hope this helpful.

最大的问题是:排版根本没有规范。强烈建议看看这个:[sparanoid/chinese-copywriting-guidelines: Chinese Copywriting Guidelines/中文文案排版指北/統一中文文案、排版的相關用法,降低團隊成員之間的溝通成本,增強網站氣質。](https://github.com/sparanoid/chinese-copywriting-guidelines) 排版的槽点,具体有: 1. 中英文之间的空格(加空格是美德。) 2. 代码没有高亮("`int i = 5;`" 和 "int i = 5" 不一样!) 3. 列表有时候用 `-` 有时候用 `*`,不统一(建议都用 `*`。) 4. 链接最好放在 `` 里面(虽然 GitHub 会自动超链接)...

@dou4cc `[text](有)的链接)` 确实是一个问题。很多次我链接维基百科都只能用: ``` [text] [text]: 有)的链接 ``` 还是弄得完善点,再写 README、发帖子比较好。Demo 看不到,真是很糟糕的体验……

@dou4cc 必须是啊。外,如果你觉得 Markdown 不好,可以试试 pandoc。上面那链接的 bug 它也可以正确处理。

Any testing data on this? I released a python pip package: [concave hull](https://pypi.org/project/concave-hull/) based on this. I may spare some time having a look. GPS points are in WGS84, it's...

> the green circles are the generated concave hull; the bluish colors are from the actual data I'm confused. @michael-ts --- I use concaveman to generate ground boundary for a...

+1. I'll trying to migrate some of my binding projects from to . Before this, I can use the binding project like normal cmake project, but now I have no...

Thanks for quick reply. It works! For me, it's: 1. add `build-dir = "build"` to pyproject.toml/`[tool.scikit-build]` 2. use `pip install --no-build-isolation --config-settings=editable.rebuild=true -ve.` to build 3. configure `.vscode/c_cpp_properties.json` ```json {...

@infinity0 恩, 我改了一点 (在 https://github.com/district10/neo_keyboard_layout 可以看到. 主要参考 https://www.cnblogs.com/zhangshenjia/archive/2012/04/11/qwerty_dvorak_colemak.html 的建议 "高频键 r 和 i 仍需要移动才能按到,而 u 和 h 不是很高频的键却放在了本位" 改了 u/i/r/h/l 等几个键). 如果你要生成标准 dvorak 的 heatmap 的话, 把 https://github.com/district10/shuangpin-heatmap/blob/master/shuangpin_heatmap.py#L24-L27 改一下: ```...