{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":71400491,"defaultBranch":"master","name":"myphysicslab","ownerLogin":"myphysicslab","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-10-19T21:23:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4060786?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1623524819.934033","currentOid":""},"activityList":{"items":[{"before":"cdeb1a3a4844559691df15fe3b366a83a09536d2","after":"ddec82647a2b011778367975cbd9a172dcd0b015","ref":"refs/heads/master","pushedAt":"2024-01-01T19:23:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"fix parameters starting with underscore\n\ntypedoc is now reporting errors about \"unused parameter\". Fixed cases where a parameter\nstarted with underscore (because not used) but the accompanying parameter documentation\ndidn't start with the underscore.","shortMessageHtmlLink":"fix parameters starting with underscore"}},{"before":"05387a72be8366ea2b9227fda410eee0e2fff109","after":"cdeb1a3a4844559691df15fe3b366a83a09536d2","ref":"refs/heads/master","pushedAt":"2023-12-28T18:27:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"edit docs\n\nimprove & update Building.md\n\nAdd {@link} references in several classes docs.","shortMessageHtmlLink":"edit docs"}},{"before":"879811ee0efe15041ed07428f7de456fab808ff4","after":"05387a72be8366ea2b9227fda410eee0e2fff109","ref":"refs/heads/master","pushedAt":"2023-12-22T20:37:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"shorten docs links\n\ndocs: shorten links like\n{@link lab/app/SimController.SimController}\nby adding the alternate text so it becomes\n{@link lab/app/SimController.SimController | SimController}\n\ndocs: changed links like {@link Class.function} to just {@link function} when the link\nis inside the Class.\n\nbreak some long lines that exceed 88 characters\n\nsome general docs editing improvements","shortMessageHtmlLink":"shorten docs links"}},{"before":"2a587f4c8be3fc2b5d8480f2d430324164337d5d","after":"879811ee0efe15041ed07428f7de456fab808ff4","ref":"refs/heads/master","pushedAt":"2023-12-19T18:36:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"open GitHub Gist source in a new tab\n\nwe were getting an error from GitHub previously because trying to open in a frame.","shortMessageHtmlLink":"open GitHub Gist source in a new tab"}},{"before":"6ed0c575cda8b314981cd1fc7a93cf863c0d17be","after":"2a587f4c8be3fc2b5d8480f2d430324164337d5d","ref":"refs/heads/master","pushedAt":"2023-12-19T16:50:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"remove use of 'mpl' global variable\n\nThe esbuild option '--global-name=mpl' creates a global variable 'mpl' with a property\nbeing the application object that was compiled. Instead of this, we now create a global\nvariable for the application object with a JavaScript command like this:\nUtil.defineGlobal('sims$springs$SingleSpringApp', SingleSpringApp);\nTo instantiate we can write\napp = new sims$springs$SingleSpringApp(elem_ids);\ninstead of\napp = new mpl.SingleSpringApp(elem_ids);\nThis is more consistent with how other classes are made into global variables, it\nreduces dependence on a feature of esbuild, and is perhaps more understandable.\n\nDocs were updated about this change to the build process.","shortMessageHtmlLink":"remove use of 'mpl' global variable"}},{"before":"5903b7b0b120ed15bf42f31bea857d9e839ef97c","after":"6ed0c575cda8b314981cd1fc7a93cf863c0d17be","ref":"refs/heads/master","pushedAt":"2023-12-17T18:25:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"docs: change http -> https for myphysicslab URLs","shortMessageHtmlLink":"docs: change http -> https for myphysicslab URLs"}},{"before":"7ec9e6c98505c9bc4226db6bdb27dcf2cd48eaa0","after":"5903b7b0b120ed15bf42f31bea857d9e839ef97c","ref":"refs/heads/master","pushedAt":"2023-12-17T18:15:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"docs about 'show sim' checkbox","shortMessageHtmlLink":"docs about 'show sim' checkbox"}},{"before":"7fbef3667ad1e5a545d5ebcda1b57c79920f5c6f","after":"7ec9e6c98505c9bc4226db6bdb27dcf2cd48eaa0","ref":"refs/heads/master","pushedAt":"2023-12-16T18:31:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"make \"show simulation\" checkbox be checked\n\nThe default for the \"show simulation\" checkbox is now to be checked. This determines\nwhether the simulation is shown alongside the graph views in the tab layout.","shortMessageHtmlLink":"make \"show simulation\" checkbox be checked"}},{"before":"6f97cd257ba47b1f4f457babd16dddb36ec3c655","after":"7fbef3667ad1e5a545d5ebcda1b57c79920f5c6f","ref":"refs/heads/master","pushedAt":"2023-12-16T17:24:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"fix links in docs\n\nChange some links in docs to go to the main myphysicslab page instead of the \"develop\"\nexample app.\n\ndocs: fix tab character in some URL query scripts. The backslash needs to be %5C.\n\ndocs: rewrite the section about Global Variables in Building.md","shortMessageHtmlLink":"fix links in docs"}},{"before":"7f05a74ee26c688c89ee6f61f79ca10958ade680","after":"6f97cd257ba47b1f4f457babd16dddb36ec3c655","ref":"refs/heads/master","pushedAt":"2023-12-14T18:38:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"simplify Overview_2.css\n\nThis css file was originally adapted from a complex css file from the Dossier\ndocs generator program. We no longer use Dossier. This css file is only used\nby our markdown (.md) files, so it was simplified (and could be simplified further).","shortMessageHtmlLink":"simplify Overview_2.css"}},{"before":"11d89b3e1ccc32edba1ea5ab99b2626ae3af5e2a","after":"7f05a74ee26c688c89ee6f61f79ca10958ade680","ref":"refs/heads/master","pushedAt":"2023-12-12T21:49:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"docs: remove GOOG_DEBUG references","shortMessageHtmlLink":"docs: remove GOOG_DEBUG references"}},{"before":"3eab18c8efeaf76ae97c1b72a731b465c4dd99cb","after":"11d89b3e1ccc32edba1ea5ab99b2626ae3af5e2a","ref":"refs/heads/master","pushedAt":"2023-12-12T21:31:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"fix link to Building.html","shortMessageHtmlLink":"fix link to Building.html"}},{"before":"52d9f7765c0692d5773efe084096f9fa81d4d749","after":"3eab18c8efeaf76ae97c1b72a731b465c4dd99cb","ref":"refs/heads/master","pushedAt":"2023-12-12T21:20:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"fix link to docs in README","shortMessageHtmlLink":"fix link to docs in README"}},{"before":"984e827b4094c105b2792817b8dc99d9ab08585d","after":"52d9f7765c0692d5773efe084096f9fa81d4d749","ref":"refs/heads/master","pushedAt":"2023-12-12T21:12:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"minor docs edit","shortMessageHtmlLink":"minor docs edit"}},{"before":"2dfbf51d7a1b47857ea11c2d1727716be2af946f","after":"984e827b4094c105b2792817b8dc99d9ab08585d","ref":"refs/heads/master","pushedAt":"2023-12-12T21:05:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"update build instructions and docs","shortMessageHtmlLink":"update build instructions and docs"}},{"before":"50bc2f9d117060b8f5cda8dd73c3da9b23fe5351","after":"2dfbf51d7a1b47857ea11c2d1727716be2af946f","ref":"refs/heads/master","pushedAt":"2023-12-12T18:13:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"improve README build instructions","shortMessageHtmlLink":"improve README build instructions"}},{"before":"ae68f1b87fbf4803cbcc0139f439e03e99d2aca4","after":"50bc2f9d117060b8f5cda8dd73c3da9b23fe5351","ref":"refs/heads/master","pushedAt":"2023-12-12T17:55:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"use symbolic links for esbuild and typedoc","shortMessageHtmlLink":"use symbolic links for esbuild and typedoc"}},{"before":"11e208344993f46befdb54289623196499b75b37","after":"ae68f1b87fbf4803cbcc0139f439e03e99d2aca4","ref":"refs/heads/master","pushedAt":"2023-12-12T08:05:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"update README build instructions","shortMessageHtmlLink":"update README build instructions"}},{"before":"835422c99be4046cf722c8ea1dbde44c08318e52","after":"11e208344993f46befdb54289623196499b75b37","ref":"refs/heads/master","pushedAt":"2023-12-12T07:29:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"update README","shortMessageHtmlLink":"update README"}},{"before":"2bc48c51df3731edae8a51b316e08f8d0f9f388a","after":"835422c99be4046cf722c8ea1dbde44c08318e52","ref":"refs/heads/master","pushedAt":"2023-12-12T07:27:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"update README","shortMessageHtmlLink":"update README"}},{"before":"43c1f96d0d267a3afe3b88a91cf857ca7312e588","after":"2bc48c51df3731edae8a51b316e08f8d0f9f388a","ref":"refs/heads/master","pushedAt":"2023-12-12T07:19:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"add installation hints to README","shortMessageHtmlLink":"add installation hints to README"}},{"before":"90ead0817848dfc02c7c88d42ecbf95e6e78810c","after":"43c1f96d0d267a3afe3b88a91cf857ca7312e588","ref":"refs/heads/master","pushedAt":"2023-12-12T07:04:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"conversion to TypeScript\n\nlarge commit of many changes after converting code to TypeScript.","shortMessageHtmlLink":"conversion to TypeScript"}},{"before":"63c12963e8bd0a6a9f3ca59cffc2bcfc66a220e9","after":"90ead0817848dfc02c7c88d42ecbf95e6e78810c","ref":"refs/heads/master","pushedAt":"2023-12-07T22:37:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"various bug fixes\n\nthese bugs were found during the process of converting to TypeScript.","shortMessageHtmlLink":"various bug fixes"}},{"before":"a9f87e033774887c1c64374dcc2a95be37f46306","after":"63c12963e8bd0a6a9f3ca59cffc2bcfc66a220e9","ref":"refs/heads/master","pushedAt":"2023-03-26T06:24:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"fix typo in docs of DoubleRect","shortMessageHtmlLink":"fix typo in docs of DoubleRect"}},{"before":"2d6c945d895e3b90cf9b7dab949561ddeb6c8ebe","after":"a9f87e033774887c1c64374dcc2a95be37f46306","ref":"refs/heads/master","pushedAt":"2023-03-18T14:31:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"add comment about keyEvent.preventDefault\n\nAdd comment about why we are doing keyEvent.preventDefault in RigidBodyEventHandler.","shortMessageHtmlLink":"add comment about keyEvent.preventDefault"}},{"before":"eb7c4328957e1d7ab9c4e71e967138d1df977b4e","after":"2d6c945d895e3b90cf9b7dab949561ddeb6c8ebe","ref":"refs/heads/master","pushedAt":"2023-03-16T16:43:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"add URL scripts to GetNumbers2.md\n\nAdd URL scripts to GetNumbers2.md which contain the entire script in the URL, to make it\neasy for the reader to try the script.","shortMessageHtmlLink":"add URL scripts to GetNumbers2.md"}},{"before":"64897fedf118a4051919f2bc3351db713c57acf8","after":"eb7c4328957e1d7ab9c4e71e967138d1df977b4e","ref":"refs/heads/master","pushedAt":"2023-03-16T01:40:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"prevent scrolling when touching the canvas\n\non iPhone touching the canvas would scroll vertically, which meant that you couldn't\ndrag objects vertically. In LabCanvas constructor: add eventListeners to prevent this.","shortMessageHtmlLink":"prevent scrolling when touching the canvas"}},{"before":"07f3a71b65f5af58f3916131901d3382a966d40a","after":"64897fedf118a4051919f2bc3351db713c57acf8","ref":"refs/heads/master","pushedAt":"2023-03-15T18:48:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"add 'save' command to start-up script in Pendulum","shortMessageHtmlLink":"add 'save' command to start-up script in Pendulum"}},{"before":"36174eb40cf5ee9aeedd6a23dbd72e63a8fcc531","after":"07f3a71b65f5af58f3916131901d3382a966d40a","ref":"refs/heads/master","pushedAt":"2023-03-15T16:21:13.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"add URL scripts to StopScript.md\n\nAdd URL scripts to StopScript.md which contain the entire script in the URL, to make it\neasy for the reader to try the script.","shortMessageHtmlLink":"add URL scripts to StopScript.md"}},{"before":"bde72bc4b616746be9ccdfe8284391ba212271b8","after":"36174eb40cf5ee9aeedd6a23dbd72e63a8fcc531","ref":"refs/heads/master","pushedAt":"2023-03-13T19:38:36.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"myphysicslab","name":"Erik Neumann","path":"/myphysicslab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4060786?s=80&v=4"},"commit":{"message":"improve docs of Getting Numbers with VarsHistory\n\nadd section heading Options Available for VarsHistory, to visually separate the info.","shortMessageHtmlLink":"improve docs of Getting Numbers with VarsHistory"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD1Y3cMQA","startCursor":null,"endCursor":null}},"title":"Activity ยท myphysicslab/myphysicslab"}