Mike

Results 110 comments of Mike

> it's the same as the get except you use > > `swagger:operation POST /pets postPet` not work, program regard postPet as operation id. and can i commet body in...

@casualjim thanks

good idea , i am finding something like this.

i have question about this issue. 1. may the same piece index in different disk 2. is piece index cached with index 0-(last_segment_index *piece), but persist not in order ```...

i mean piece index need to be cache is form 0 to last_segment_index *piece_num i see this code ``` for segment_index in SegmentIndex::ZERO..=last_segment_index { for piece_index in segment_index.segment_piece_indexes() { worker_state.heap.insert(KeyWrapper(piece_index));...

in current implementation, store heap for all piece_index need to be cached, and use vec to main piece and offset information in disk. and if remove heap, need something to...

I don't understand why this is a priority for P3. I believe the Files interface is highly applicable for IPFS-based applications, where we don't need to concern with the underlying...

this problem also in submodule update, and cant use force flag.

我这是断网无法上网,istoreos页面都无法访问,dhcp无法分配ip, 必须重启才能恢复。

https://github.com/filecoin-project/ref-fvm/issues/665 https://gophers.slack.com/archives/CDJD3SUP6/p1659607563251429 https://gophers.slack.com/archives/CDJD3SUP6/p1658800740408479 经过很多讨论,目前tinygo团队对这个还是积极的态度, 增加新的target,需要承诺进行长期维护。 从技术上来说问题应不大。 该target具体行为参考 https://github.com/rust-lang/rust/tree/master/library/std/src/sys/unsupported 带来的好处: 可以生成更干净的wasm代码,不需要在对代码库进行任何改变,天然支持。 可能存在的问题: 还是需要做patch支持,应为目前tinygo有些函数(reflect)没有实现。 目前粗略的实现还没有进tinygo主分支,这里还需要继续以patch的方式来提供这部分代码