Olalekan Raheem

Results 29 comments of Olalekan Raheem

no error log, but after deleting the containers and network and rebuild, then it works again also the port not available error only shows after start/restart the server of the...

> > ![image](https://private-user-images.githubusercontent.com/12976982/333943418-65edf7f4-cae3-4552-8517-8a8a879fc092.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTcxOTEzODQsIm5iZiI6MTcxNzE5MTA4NCwicGF0aCI6Ii8xMjk3Njk4Mi8zMzM5NDM0MTgtNjVlZGY3ZjQtY2FlMy00NTUyLTg1MTctOGE4YTg3OWZjMDkyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MzElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTMxVDIxMzEyNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWU4YzAwMTU4NWU2MDYyZjBjZDlhOTA2MTE3OWRjN2U3ZWM1NWE4MzA0NDk1N2U0MGMyMTAyN2M2NjAzNjE4ZGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.CbsYIbKAwzUO_SNvxI-y9TVnnLjb1j-ege7e3ZUknv4) Is there any update for Adonis 6 ? > > Yes, I'll make a post below tomorrow. I have to write proper docs and fix some types...

> 如果我没有理解错的话,Tango 的拖拽引擎是通过 [监听沙箱内的一系列事件](https://github.com/NetEase/tango/blob/main/packages/designer/src/dnd/use-dnd.ts) 实现的,这些事件的回调函数会在初始化沙箱时 [传入到封装好的沙箱组件内](https://github.com/NetEase/tango/blob/main/packages/designer/src/sandbox/sandbox.tsx#L107-L123),然后沙箱组件 [在 iframe 内注册这些事件](https://github.com/NetEase/tango/blob/main/packages/sandbox/src/code-sandbox/index.tsx#L157-L168),以监听沙箱内部的用户操作(如拖拽等),从而实现引擎的核心能力(如节点增改、拖拽移动等)。 哇,请问我如何在自定义沙箱(CodeSandbox 和 SandPack)中复制这种效果?

OK seen, thanks so much. Is it possible to change the value of the data base on fields In a case of which the data is a stream Like a...

Have tried to do some little addition i can added. The feature i request for should now be possible, expect for updating value by field(column or row). Please kindly check...

I have also updated the example list in documentation

wow, this is great

click on the contribute text on your forked repo to create the pull request. If you don't get it let me know