Dmitriy Antipov

Results 31 issues of Dmitriy Antipov

Added a tour of the editor as in microbit, arcade. There is an error that when I launch a tour in Russian, instead of the editor, everything is filled with...

The _setMode() method was called, and just like at the beginning of this.mode = 0, this.realmode = 0, the algorithm in _setMode checks this.realmode != this.mode and only then calls...

Just fixing the type references for pxteditor with the new module change https://github.com/microsoft/pxt-arcade/pull/6343 https://github.com/microsoft/pxt-microbit/pull/5474

@pelikhan is it possible to make the virtual port COM feedback to the makecode simulator? So that there is a connection, so that the speed values ​​of motors, encoders are...

Hi, can we make makecode save our project to a specific folder (create if needed)? Now saving is going to BrkProg_SAVE. https://github.com/microsoft/pxt-ev3/blob/bd0cf0569337f176f987e6d7bb9ab1ca38fe9d72/editor/deploy.ts#L226

I would like the text on the download button "Download" to change to the text with an error or cancellation (when canceling the download), now in any case the text...

Hello, is it possible to make such blocks with comments in the code? https://community.openhab.org/t/documentation-comment-blocks/137053 ![image](https://github.com/microsoft/pxt/assets/13646226/ad29cdc3-7ed9-4a11-8bcd-07f0326d2af8) I think this additional option was better at separating the code into commented parts than...

С изменением в параметр ext можно ввести несколько типов файлов через запятую для фильтра вывода по типу файлов.

Is it possible to implement several .blocks files? For example, to avoid cluttering one file with code blocks, as is done now? I think this is needed for large projects,...

enhancement

At some point I was making custom blocks and couldn't get the result I wanted. Is it possible to make a block with a bunch of parameters, in which, for...