John Christensen

Results 7 issues of John Christensen

Right now the site has no localization. There is very little text, but I'm not sure the best way to translation would be. Help would be appreciated!

help wanted
good first issue

An easy way to add some more detail would be to include a scale foreach image Something like this but in light years? ![image](https://user-images.githubusercontent.com/29576860/179626764-a91d2e35-4f1d-42e1-b021-438ba42e2429.png)

enhancement

Zoom.js is throwing an index out of bound issue in safari. I don't have an apple device to troubleshoot and test a fix for this, but I'm guessing it would...

bug
help wanted
good first issue

I'm having difficulty finding the volume of an H-rep ```julia using Polyhedra, QHull cube = HalfSpace([0,0,1],1)∩HalfSpace([0,0,-1],0)∩HalfSpace([0,1,0],1)∩HalfSpace([0,-1,0],0)∩HalfSpace([1,0,0],1)∩HalfSpace([-1,0,0],0) p = polyhedron(cube,QHull.Library()) Polyhedra.volume(p) ``` This throws the following error: ``` MethodError: no method...

Is there no documentation or am I just missing something? I would like to create an animation that changes what object is being displayed over time. The animation demo wasn't...

I ran into an error when initialzing p5 with `Sketch()` `pyodide.ffi.JsException: TypeError: defaultCanvas0.canvas is undefined` ``` from proceso import Sketch p5 = Sketch() ``` It comes from `binding.py` ``` def...

bug

### What happened? In the [stickers example](https://tldraw.dev/examples/shapes/tools/sticker-bindings), stickers don't to stick to any objects. It looks like when stickers are placed (onTranslateEnd), and look for a shape to attach to...

bug