Daryl Zuniga

Results 10 issues of Daryl Zuniga

This site is fantastic, and I'd love to use the easing function TS snippets in an MIT licensed project. Is there any chance that the function snippets (not the whole...

Fixes: https://github.com/microsoft/pxt-arcade/issues/2547 Before: ![2021-01-24 17 15 26](https://user-images.githubusercontent.com/6453828/105650279-2aa50680-5e68-11eb-8728-df5a71b0cd01.gif) After: ![2021-01-24 17 14 35](https://user-images.githubusercontent.com/6453828/105650306-43152100-5e68-11eb-9008-7362ab1664f2.gif) It's not a perfect solution, but it's better than what was. My previous attempt at this (dazuniga/a_button_snippet branch)...

(formerly: https://github.com/microsoft/pxt/pull/7657) While working on cloud sync, I ended up discovering a bunch of inconsistencies and potential race conditions and other problems in our workspace layering, so I've started a...

Experimenting with the idea of giving a helpful start for extensions when creating a new .ts file. Otherwise it's pretty hard to find documentation on extension writing. What do you...

I found this old reddit thread: https://www.reddit.com/r/javascript/comments/hn0vd2/i_started_writing_a_testbed_to_compare/ from (presumably) @sebcrozet which states that you were putting together a comparison with "Ammo.js/Cannon.js/Oimo.js/PhysX-js". The link now 404s. Is this comparison still around?...

On a chromebook and on a circuitplayground: https://youtu.be/Kv79Qf6Mk5c As someone not familiar with the nuances of music playback, this behavior was surprising to me. I expected to hear both melodies...

bug
P2

I'm doing the "Loudness Necklace tutorial" on a Chromebook When I click "Download" the file is seen downloading even though a pop up appears with more download instructions. These instructions...

bug
P2

This TS: ``` function foo(bar: (n: number) => number): number { return bar(3) } ``` produces this PY: ``` def foo(bar: (number) -> number): return bar(3) ``` with these errors:...

bug
p2
python
tsToPy

Landscape: ![IMG_1171](https://user-images.githubusercontent.com/6453828/71131442-91f28080-21a9-11ea-9784-7cd04344cd45.PNG)

bug
simulator
p2
browser compat

### MDN URL https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_colors/Relative_colors ### What specific section or headline is this issue about? _No response_ ### What information was incorrect, unhelpful, or incomplete? On Safari (Version 17.3.1 (19617.2.4.11.12), MacOS...

🐛 bug
p2
3rd-party
idle