Mike Tang

Results 51 comments of Mike Tang

hi, This is because gcc 4.6's changes. Please download https://github.com/downloads/daogangtang/bamboo_doc_cn/bamboo_installer-v1.1.1.tar.gzto reinstall. I have tested it at Ubuntu 12.04. Good luck! On Fri, Apr 27, 2012 at 7:56 PM, Tuomas Jaakola...

hi, The English doc in that package is out-of-date. sorry, the latest documents are at https://github.com/daogangtang/bamboo_doc_cn We will translate those to english recently. Sorry for our latency. On Fri, Apr...

hi Now you can open a terminal, input: ``` bamboo config -monserver_dir ~/workspace/monserver bamboo config -bamboo_dir ~/GIT/bamboo ``` and ``` cd ~/workspace/ bamboo createapp myfirstapp ``` This can work. On...

refer to https://github.com/daogangtang/bamboo_doc_cn/blob/master/%E7%AC%AC%E4%B8%80%E4%B8%AA%E5%B7%A5%E7%A8%8B.md Good Luck. On Sat, Apr 28, 2012 at 2:17 PM, Tang Daogang [email protected] wrote: > hi Now you can > > open a terminal, input: > >...

Thanks for your reply. For now, I'd like to refer the redis client design architecture @fibonacci1729 firstly, and my original thought is that we just provide the basic support for...

@lann In my opinion, I think currently we'd better not design an abstract layer for general SQL db, but focus on each concrete sql db client, maybe first is postgresql....

Aha! Also I add the raw support for postgres db, alike the way of outbound redis. https://github.com/miketang84/spin/tree/outbound-pg/crates/outbound-pg I must do some clean before I make pull request.

Oh, I found the item of `resource` identifier. https://github.com/bytecodealliance/wit-bindgen/blob/main/WIT.md#item-resource Wish it helps.

I found that the redis outbound sample is too simple, on every publish/set/get, it open and close the connection in the host function implementation. This design avoids the definition of...