hydai

Results 815 comments of hydai

Hi @sunwu51 Could you please provide the output of `docker version` and `docker info`? I am using docker desktop on macOS and docker on Linux with the same command, `docker...

Hi @fanspace Please update to the latest docker-desktop and try again. ![CleanShot 2023-06-19 at 16 43 32](https://github.com/second-state/microservice-rust-mysql/assets/2776756/ae37949f-0593-44bf-829e-30eac3939d54) And you will need an extra flag to workaround an issue: https://github.com/second-state/microservice-rust-mysql/commit/ac7bbed4db49ebdd18c044e4d3bdf6c51eebefa4 Then,...

Hi @rphuber Could you please try the latest master branch with the latest docker desktop? We fixed a DNS nameserver issue just a few hours ago.

Hi @chenyukang Just install the `containernetworking-plugins` with `apt install containernetworking-plugins`. You don't need to specify the configurations. The default behaviour will take the first configuration file in the set of...

Hi @lialan, I updated LLVM dependency from LLVM8 to LLVM10 (the latest release). I think you can drop the llvm8 back port. Thanks :-)

我在想是不是可以把我們從無到有這段時間做的所有東西模組化? 有點像是 dotfiles 那樣的用法,讓別人想啟用一個 DAO 的時候可以有路可循。

@yurenju 我們是不是可以用這一篇當成是 RFA 的示範 bounty ?

> 謝謝 @yurenju 的規劃。 我有個想法是拋磚引玉,一個RFA或許不限一位作者,可以讓多個有興趣的作者都有機會去貢獻及分享。 最後再由社群成員,從多個作者中的撰文裡,選出一篇大家認為最合適的。 不過這會牽涉到如何去投票決定,應該要再開個issue? 我曾經想過類似的制度,但總覺得會造成類似「無酬競稿」的現象,LUN 的獎勵本質是鼓勵作者進行創作,如果開放多位作者投稿且徵選的話,似乎需要有保底的機制?例如:合格的投稿(保底 30% bounty 之類的?),然後選中的人會拿到完整的 bounty reward。

We would love to use the `bindings generated` one instead. Please give me some hints to use the correct tool version to generate it. I think the `wit-bindgen` is in...

Hi @sunfishcode We changed the custom ABI into wit-bindgen generated one with the latest wit syntax: https://github.com/WasmEdge/WasmEdge/pull/2535/files#diff-35228c0ae4835825a48b3cc07a20438d94ba803ca1a457ce865a337a5dd2b160R1 Is there any potential issue that we have to be aware of?