aircloud

Results 11 issues of aircloud

优先在[这里](https://github.com/aircloud/hexo-theme-aircloud/issues)提相关 issue,可以获得更快的回复。 > 注:是链接点进去的地方,不是本issue..

good first issue

In tensorboard backend, eload_interval=0 means never reload. I think the semantics here should be consistent~ >In fact, in some scenarios, reload is really not needed, and reload will increase the...

My demand: I want to get the catalog content and the html result. The html tag h1,h2,h3... should have id so the anchor will take effect. but after: ``` const...

**Description:** At present, the default features of `wasmer` are not exposed by default, so if third-party plugin developers want to use the swc to write some test code, it will...

try to fix an issue: >When I use docMove to add a panel below some panel-A, and then delete it, the panel-A size will be directly halved, >After a few...

按照教程进行操作,查看信息的时候出错: 会请求 https://testnet.nebulas.io/v1/user/accountstate 这个网址,但是返回403 而且还有: ``` OPTIONS https://testnet.nebulas.io/v1/user/accountstate 403 () viewWalletInfo.html:1 Failed to load https://testnet.nebulas.io/v1/user/accountstate: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on...

readme中提到: 星云链智能合约(smart contract)提供了链上数据存储功能。类似于传统的key-value存储系统(eg:redis),可以付费(消耗gas)将数据存储到星云链上。 这里的消耗gas,计费规则是怎么样的呢? 比较关注是不是持续消耗gas,如果之后把存储的数据有删了呢。

五一事情比较多,还没弄,后面弄一下

enhancement

I am introducing swc to my team At present, I want to know whether the official documentation of swc intends to support multiple languages, such as Chinese > By the...

process_start_urls 目前会阻塞下方 workers,这样要求使用者一开始就有所有 url 有的时候 url 可能是从某个接口或者消息队列持续地获取到的,一开始并没有。 因此我的改法是将其并行化,作者有空烦请看看这样是否有问题。