Yu Lun Hsu

Results 12 comments of Yu Lun Hsu

@huislaw here is my solution, use `chunkify` function to customize max number of inputs (max=16) ```python from langchain.document_loaders import WebBaseLoader from langchain.embeddings import OpenAIEmbeddings from langchain.chat_models import AzureChatOpenAI from langchain.text_splitter...

me too, i encounter the same problem with my m2 air

I encounter similar problem as well, and I even get `Unable to locate Txn` on etherscan after clicking `Approving` button.

@bymoses proposed the upgrade feature explanation [here](https://github.com/Ton-Dynasty/tondynasty-contracts/issues/12 ) I would suggest to adapt the off-chain one since the on-chain one requires halting the contract for upgrading, which introduce extra operational...

This proposal is fantastic! It will definitely streamline our debugging process! We are interested in building this tool 🙌

@bymoses brilliant! Let me take a look at it 😎

@bymoses This idea looks fantastic! Would you be willing to try writing this upgradeable contract pattern example and become one of the open-source contributors to tondynasty-contracts?

I've got some matters to handle these days, so I might not be able to check this for you until after Wednesday. In the meantime, could you please [take a...

@bymoses There's a strange issue: when I call the get counter method (a GET method) after upgrading to v3, I encounter an exit code 9. This is quite unusual and...

@bymoses Thank you for the time you have invested. After discussing with other teams, instead of incorporating the trait for upgrading contracts into the tondynasty contract, I would suggest that...