JFo

Results 9 issues of JFo

https://github.com/microsoft/pxt/blob/d0ec5d92f120492142330e264cff57ba5d5cb364/webapp/src/components/assetEditor/assetCardList.tsx The Asset Card List appears to be (causing or participating in?) a major flash of the editor whenever a window resize message is happening. Recommend using react state variable...

I have a fix for this in my pxt, but I am filing this for awareness? Python transpiling doesnt work out of the box due to missing typescript type definitions...

I've had feedback that it's hard to see + from ÷. Suggestion: use images in math dropdowns instead of text so that the math operators are more clear? I have...

I am experimenting with extensions / resources / asset editors I noticed that adding the following to pxtarget.json crashes ``` "runtime": { "mathBlocks": true, "loopsBlocks": true, "logicBlocks": true, "variablesBlocks": true,...

Just saw this - might be intended but there are a few libs that are usually only used during the build/testing process. Might be alright since it is a build...

Custom field editors are serializing out the contents of their shadow blocks instead of their literal values. This serialization problem is also appearing in the BuildBee MakeCode color picker. I...

In the office we usability tested the close button on the help window - seems like everyone missed the chevron on the left. The window feels like it is stuck...

I have written ScratchJr in electron-forge and have made a windows copy of the installer. Someone wishes to deploy the app across their computer labs, however their company says they...

Looks like might be related to this change https://github.com/microsoft/pxt/pull/6026 https://makecode.com/playground#field-editors-protractor Load up the protractor example Add a turn block Try to type 22.5 Result: floors to 22 With nashing of...