Ning Sun
Ning Sun
@dakrone Thank you for your response. I can understand your concern. The reason I want to do it within cheshire is mostly about performance. Since cheshire has to walk through...
At the moment it is not possible. Can you put the synchronise block into a future, like ```clojure (defn fetch-data-from-the-moon-future [] (future (dh/with-retry {:retry-on TimeoutException :max-retries 3} (fetch-data-from-the-moon)))) ```
Sorry for inconvenience. Could you please send a pull request for this?
这个是验证码根据豆瓣的策略的,豆瓣现在登陆好像查的比较严,每次登陆都要验证码。 On Sat 13 Apr 2013 09:53:19 PM CST, watermelon wrote: > 同步的问题已经解决。 大家可以check 一下。 > > 另外,我有点记不清出,原来是不是每次打开exaile 连接douban FM的时候都需 > 要输入一次验证码的?总之现在是这样一个情况,如果是bug我之后再看看。这 > 个是跟cookie 有关么? > > — > Reply...
我记得豆瓣的播放列表好象是取的时候要带着最近听了那些歌,哪些被跳过了,这样的信息。我不记得有没有传这些信息了。 总之是遇到了歌曲重复的问题,我们要处理一下。
OK 那先观察一阵吧
哦,这个没事,也不太好解决,呵呵 On Sat 01 Dec 2012 05:17:39 PM CST, watermelon wrote: > 我发现是这样子的,就是关掉exaile 再重新打开,这两次运行load的歌曲会有 > 一部分重复… 这个问题能被解决么? > > — > Reply to this email directly or view it on...
有没有考虑过 OpenType.js?我之前也尝试过类似的事情,当时希望用全 Js 栈的工具方便集成 grunt。不过 OpenType.js 还有一些问题(好像是对四次曲线的图形不支持),就搁置下来了。不知道这方面你们现在有没有其他方案?这个项目对中文设计是革命性的,之后有时间的话我愿意参与一些。
只要是 js 栈 gulp 还是 grunt 应该都不是难事,只等 opentype.js 更新
@junmer 赞,解析 ttf 文件是用什么库的呀?