Joe Pea

Results 958 issues of Joe Pea

It'd be nice to have a button to close the editor tab when done.

What would it take to get this up to date and running anywhere, not just Raspberry Pi? How much time and money would you need?

The `protectedToPrototypeMap` is a singleton, and passing any instance into any protected key function will currently return any instance's protected members. For example: ```js const Class = require('mozart') const Animal...

Seems like it is possible. Maybe the implementation would have to avoid `super` because it is static: - http://2ality.com/2011/11/super-references.html - https://esdiscuss.org/topic/the-super-keyword-doesnt-work-as-it-should Any thoughts?

Hey there, I like this concept. It's the best protected/private class implementation. :D There's something in the README that I'm unsure about. The first example accesses `age` _without_ using the...

Which example, if any, shows how to use the Spring?

This is awesome. The only problem I see is when the ball moves too fast, it teleports. Maybe a line of travel can be calculated, and based on the dimension...

Hello! This works great with nix-shell (thanks!), but running `nix run ...` still uses `bash`. Any workaround?

enhancement

Three.js is historically designed to have a single opacity per material, and if we wish to make objects have different opacities then we give each object a different material with...

https://github.com/pailhead/three-instanced-mesh/issues/29