Shengqi Chen
Shengqi Chen
The problem with exporting data is that different types of tags have different data on them. While it is straghtforward to generate a JSON clip (in fact we use JSON...
Thanks for your report! "加载中" actually means "loading", not "downloading". So there must be some problem parsing the data read from your bank card. Could you inform us on the...
The compiler I use is Intel ICC 18.0.3. > Most likely a tolerance issue as we made sure our tests get for numerical accuracy get within a very narrow window....
1. 可能可以通过更复杂的特判来解决问题。 2. 通常可以不使用 bean-extract,而是直接调用这些文件里面的相关函数来进行调试,或者增加更多的调试输出。这些 offset 确实是人工观察的。
> > 1. 可能可以通过更复杂的特判来解决问题。 > > 2. 通常可以不使用 bean-extract,而是直接调用这些文件里面的相关函数来进行调试,或者增加更多的调试输出。这些 offset 确实是人工观察的。 > > 我尝试过用python和pdb来执行ingest里的script_utils.py,只是里面用了runpy.run_path来执行我们的importer,这里面应该是用了多线程,所以pdb没法进行调试。不知道您是怎么调试的 我的意思其实是直接通过非 beancount 软件的脚本,直接调用对应的 importer 来调试。 此外,手工处理表格确实有一些费劲,我也在寻找更为自动化的方法从 PDF 中分析表格语义。
> 不对 好像都不需要离线 只要有一边儿刷新了并读了另一边儿还没刷新就会有这个问题? > > 那或许应该禁止开多个标签页 或者是否有某种“定起刷新”的机制,比如页面在不活跃时,每过一会检查状态有没有更新,并在必要的时候 reload
> zfs-2.2.5-staging branch with the above applied, still FTBFS on s390x/6.10-rc6: > > ``` > CC [M] /home/ubuntu/zfs/module/os/linux/zfs/zvol_os.o > LD [M] /home/ubuntu/zfs/module/zfs.o > MODPOST /home/ubuntu/zfs/module/Module.symvers > ERROR: modpost: GPL-incompatible module...
Sorry for the late reply. I'm reluctant to upgrade AGP version, since AGP 7.4.2 is the latest version that does not enforce so-called [`agpVersionChecker`](https://android.googlesource.com/platform/tools/base/+/84d514f5eba4f488f60e2d5670788f0405ddc18b). This might cause some trouble to...
As for the streaming support -- it is good, but not the type of streaming we want (i.e. with foreground dispatch mode) as mentioned in #17 or #62. Also it...
I have now upgraded AGP to 8.7.0 in the latest master commit. You may want to try it (and remove the changes from your PR). As for the streaming support,...