chen-chao
chen-chao
> 上面说的 list append 操作是 O(n) 是不是不太对? 目前的playlist的实现里每次添加歌曲的时候会查询是否已存在, 所以 raw list的append是O(N). 一般情况下我觉得总是需要一个dict来建立索引. > 这个是说,当 list 长度为 100,000 时,append 一个数字会花费 95s 么... 是添加和删除的总时间. 单次O(N)操作对计算机来说其实不算什么. 但是 `feeluown.containers.table_container.SongTableContainer.play_all` 里有加载全部歌曲到歌单的操作. 而且我觉得把当前歌曲列表作为歌单也是很正常的行为. 这个时候耗时就很可观了. 而且可以肯定的是, 直接对...
@jcaesar Don't know why Firefox doesn't provide an api to access the bookmark's keyword field. I think It's quite useful. #206 and #656 are same issues on this. @retrohacker search.search...
@ZxyNull0 Perhaps you can try the script provided by [docker-nginx](https://github.com/nginxinc/docker-nginx). I successfully built the `lua-module` with `ngx_http_proxy_connect_module` into a alpine docker based on it: [docker-ngx_http_proxy_connect](https://github.com/chen-chao/docker-ngx_http_proxy_connect).
I also hit this bug. Then I found the type mismatch between fava and beancount. The basic flow of fava importer is like: 1. Fava backend calls importer to extract...
关于标点,我觉得其实用英文标点更好,避免很多麻烦。不过目前应该都是用中文标点,除非决定大改,不然还是沿用下来吧。 另外问一下,现在遇到段落最后的冒号和双冒号,还是应该用英文标点吧?
This has been addressed in this [commit](https://github.com/WICG/dbsc/commit/813651d0ec7bcf415dcd827d3b2c3273ee1a24cf).
Same issue here. There is no file name nor ID. > it would be great to have a list of remaining assets (perhaps even with thumbnails) in the app That'll...