Pavel Rubin
Pavel Rubin
Подтверждаю проблему с MKS_UI. У меня FB4s c драйверами TMC2209 UART, на дефолтном `mks_robin_nano35` подтверждаю случайные сдвиги оси Y. На COLOR_UI с точно такими же настройками их нету, как и...
Да, понимаю про раздел issue, но мне было вообще сложно догадаться, что источником проблемы может быть не механика или настройки тока, а баг прошивки. А тут по факту получается, что...
I guess that's because highlight.js does not support Solidity natively, but via [highlightjs-solidity](https://github.com/highlightjs/highlightjs-solidity) package. I would love to have Solidity supported. If needed, i can make a PR adding it...
@sc0Vu You are right, float is a bad option because of precision loss, which is unexpected in this function. So my proposal is to use string. Which is also matches...
@burnside You are right, but _quotient_ & _residue_ form still has to be converted to a string representing a number in decimal form, for use with SQL. I don't know...
Thank you! That's the workaround I'm currently using.
Hi @oberstet I'm using it this way: ``` npx oz create MyContract --network rinkeby --init "initialize(address _myArgument)" --args 0x6B175474E89094C44Da98b954EedeAC495271d0F ``` This way it does not ask any interactive questions.
I can confirm the problem on FB Ghost4s with TMC2209 UART drivers and MKS_UI (I'm using [configuration](https://github.com/Sergey1560/Marlin_FB4S/tree/MKS_UI) by @Sergey1560 with minor changes for UART drivers connection). Also i can confirm...
Yeah, i see the idea, but for me it looks like the point where it was broken - is the point where `mks_robin_nano35_maple` where switched to `mks_robin_nano35`. In the configuration...