Vinta Chen

Results 31 comments of Vinta Chen

@Tangerino That's a good idea. Do you know any automatic way to generate a changelog from a README file?

@YuvrajSHAD Sure! By the way, https://github.com/tiangolo/latest-changes might help.

@sagoyanfisic What kind of error do you mean? Would you please provide a detailed traceback?

I'm planning to do: Remove those two settings: - EMAIL_CONFIRM_LA_HTTP_PROTOCOL - EMAIL_CONFIRM_LA_DOMAIN Explicitly specify `SITE_URL` in `EMAIL_CONFIRM_LA_TEMPLATE_CONTEXT`. Make `EmailConfirmation.send()` use `SITE_URL` to construct the full URL inside the confirmation mail....

@baranwang What is the purpose or usage for this method?

可以參考 https://github.com/vinta/pangu.js/issues/91

當初決定 zero dependency 主要是為了瀏覽器版本的 `pangu.js`,希望盡量減少檔案的大小;如果是 Node.js 版本的話,似乎就比較沒關係了,畢竟大家的 `node_modules` 都沒在客氣的。 不過話說回來,如果實作 `NodePangu.spacingMarkdown()` 必須要引入 [remark](https://github.com/remarkjs/remark),而現有的 [remark-pangu](https://github.com/VincentBel/remark-pangu) 已經可以完美地解決這個問題的話(這點我不確定,我還沒實際用過),那似乎也沒有必要整合進 `pangu.js` 了。需要處理 Markdown 的人自己裝一下上述的兩個 packages 就可以了。

我之前有想過,考慮考慮