Tommy Chiang

Results 8 issues of Tommy Chiang

I found that cooldict has been added to dependencies in this repo, but the one in pypi seems not to be updated.

as title, it might be great to encrypt mails as the mail might contain some security related problems.

documentation
enhancement

If the location parameter contain `'` the original code might failed. Thus, I've change the way to get location header.

像是在ch02中有一段是 ```markdown ```text *Note*: 在 ghci 下,我們可以使用 ``let`` 關鍵字來定義一個常量。在 ghci 下執行 ``let a=1`` 與在腳本中編寫 ``a=1`` 是等價的。 ``` 這部分在gitbook顯示出來會是 ```text *Note*: 在 ghci 下,我們可以使用 ``let`` 關鍵字來定義一個常量。在 ghci 下執行 ``let a=1`` 與在腳本中編寫...

when browsing some site like https://github.com/heiswayi/web-proxy-script, browser may refuse to execute some scripts because the integrity and content-security-policy.

I think it would be great to have some beautiful way to construct a trie with only key but not value. Like what STL does, we have std::set, which is...

I just found that vim-sleuth will set shiftwidth to 36 with the below example: ```cpp #include #include template std::vector get_cartesian_tree(std::span sequence, auto &&cmp = Cmp{}) { std::vector parents(sequence.size()); int a;...

Due to the tagging (e.g. `{.good}`, `{.bad}`), some code listing on the document page is broken. For example, https://abseil.io/docs/cpp/guides/random. This may not be easy to fix because it depends on...