Shuhao Tan

Results 11 issues of Shuhao Tan

One could put the export part into a GitHub Workflow, so that every one can maintain a repository with their own gacha logs. ## Advantages * Slim client, only need...

idea

It seems that `dialoguer` will panic with `ColorfulTheme` on windows 7/8/8.1 due to lack of support of ANSI color. Need to fallback to non-colored terminal if the system is smaller...

bug

I would like to support all kinds of native triggers in Tencent Cloud - [x] [Web API Gateway](https://cloud.tencent.com/document/product/583/12513): come with initial commit in [builtin/api.rs](https://github.com/johnmave126/tencent_scf/blob/master/src/builtin/api.rs) - [ ] [websocket](https://cloud.tencent.com/document/product/583/32551) - [...

enhancement
help wanted
good first issue

I would like to add more examples to this repo: * novel examples - [x] [biliplus-proxy](https://github.com/johnmave126/tencent_scf/tree/master/examples/biliplus-proxy), landed in db369132be9059d73a78d496cc039f3954010763 * official examples adapted from https://github.com/tencentyun/serverless-demo - [ ] hello world...

enhancement
help wanted

This PR implements md5 using inline assembly, which has the benefit of compiling and running on MSVC targets. This serves as a demo to a path to address #315, https://github.com/RustCrypto/asm-hashes/issues/45,...

According to [`RawStorage::strides`](https://docs.rs/nalgebra/latest/nalgebra/base/storage/trait.RawStorage.html#tymethod.strides) > The spacing between consecutive row elements and consecutive column elements. > > For example this returns `(1, 5)` for a row-major matrix with 5 columns. But...

good first issue
documentation

http://pan.baidu.com/share/link?shareid=517183&uk=2835614357 The font above cannot be recognized by the engine.

http://pan.baidu.com/share/link?shareid=517166&uk=2835614357 When using the font above, trying to paint a text with size 600 on a large texture, the descent is inaccurate so that the top of the text might...

This solves https://github.com/akira-cn/sublime-gbk/issues/10

装有Git这个plugin后... 由于git commit会生成一个无file_name的view 导致 ``` python def on_close(self,view): if ".dump" in view.file_name(): os.remove(view.file_name()) ``` `".dump" in view.file_name()` 这里会抛出``TypeError: argument of type 'NoneType' is not iterable`这个exception... 好像是https://github.com/akira-cn/sublime-gbk/commit/52fef902673939adb34e753f41be94bd8c89dbe6 出来的问题