Lyon
Lyon
内核升到1.10看还会不会出问题,官网的模板已经升了,可以参考
可以将806升级一下试试,目前解决了一些已知的问题。 如果还解决不了,可以在群里@一下我,然后找个适合的时候远程调试看看。
> Unfortunately this keeps escaping me, so I'll close this for now, and if whenever I'm able to add unit tests I'll resubmit. Sorry for any hassle! I came across...
> Yup! I also ported code from CPython, so make sure to attribute to them as well (you can check out my repo for this to see what should be...
Thank you for bringing these issues to our attention. I regret to inform you that the current version of PikaPython does not support some of the features you've tried to...
fixed the reverse of dictionary iter.  https://github.com/pikasTech/PikaPython/commit/ca2820efb627b2bcb09eeddadb3e3b8e091e7fb0
You should utilize the `rust-msc-latest-win10.exe` to produce the binding file. Manually crafting the binding isn't advisable.
你这是找了两个times33 hash冲突的字串吗,目前确实没有处理hash冲突,另外复杂度确实是O(n)
1. 之前的requestment里面的内核写的是latest,所以拉取包之后被更新到了最新内核,所以字节码的version number和内核的对不上,这个问题重新预编译脚本然后下载进去就可以了,建议内核和标准库版本改到1.12.3试一下 2. 先确认是否有在main.py 里面import network,main.py中import了,才会被预编译进固件,你可能没有运行预编译,另外预编译后也要重新刷脚本,确保脚本包里有 network.py 模块的字节码。
I am not sure if `` can be used on various embedded platforms, such as stm32 and other MCU SDKs. This requires some testing, and I will validate these platforms...