pxt-calliope icon indicating copy to clipboard operation
pxt-calliope copied to clipboard

A Microsoft MakeCode editor for the Calliope Mini board

Results 34 pxt-calliope issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.15.0. Commits 22e81fc Release version 1.15.0 of the npm package. 96a3947 Add headers to request details 24dcb20 Pass status & request details to beforeRedirect (#198)...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-path-relative&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

You can make use of Umlaute (such as ö, ä, ü, or even ß) in function names. When saving a hex file from this and trying to open it, the...

**Describe the bug** Light measurement is not reliable: https://forum.calliope.cc/t/lichtsensor-gibt-falsche-werte-aus/2377/7 **To Reproduce** Steps to reproduce the behavior: ``` basic.forever(function () { serial.writeLine("" + (input.lightLevel())) basic.pause(500) }) ``` **Expected behavior** Get light...

bug

There are some new Blocks which need documentation: ## New/Undocumented Blocks ### Storage - [ ] **storage.putNumber()** _new_ - [ ] **storage.removeNumber()** _new_ - [ ] **storage.getNumber()** _new_ ### Basic...

I updated the .blocks files like described there: https://makecode.com/develop/blockstests That resulted in new errors, telling there are XML nodes missing. I had to remove these XML Nodes to pass the...

Blocks without tests: - [ ] storage.putNumber() - [ ] storage.removeKeyInt() - [ ] storage.getNumber() - [ ] basic.showNumber() - [ ] basic.showString() - [ ] basic.showIcon() - [ ]...