{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":58210783,"defaultBranch":"master","name":"wrld.js","ownerLogin":"wrld3d","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-05-06T13:55:22.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1304319?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1689715289.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"0ab7c11bc2eac8c99a03d7d0a535886100809506","ref":"refs/heads/dependabot/npm_and_yarn/word-wrap-1.2.4","pushedAt":"2023-07-18T21:21:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump word-wrap from 1.2.3 to 1.2.4\n\nBumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.\n- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)\n- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)\n\n---\nupdated-dependencies:\n- dependency-name: word-wrap\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump word-wrap from 1.2.3 to 1.2.4"}},{"before":null,"after":"a769bb3b17d0e1bfc0ac6105dcb6b92bc3feb277","ref":"refs/heads/dependabot/npm_and_yarn/tough-cookie-4.1.3","pushedAt":"2023-07-09T10:38:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump tough-cookie from 4.0.0 to 4.1.3\n\nBumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.\n- [Release notes](https://github.com/salesforce/tough-cookie/releases)\n- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)\n\n---\nupdated-dependencies:\n- dependency-name: tough-cookie\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump tough-cookie from 4.0.0 to 4.1.3"}},{"before":"cda49916d8efb4a6efb0d023e2cbc1cc844c8073","after":"e2d9178408936e07e34157e0380370c58e662f5f","ref":"refs/heads/master","pushedAt":"2023-05-19T15:23:19.553Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chrisdjali-wrld3d","name":"Chris Djali","path":"/chrisdjali-wrld3d","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57094650?s=80&v=4"},"commit":{"message":"Forward events to where they historically went\n\ncda49916d8efb4a6efb0d023e2cbc1cc844c8073 removed pointer-events: none\nfrom the map overlay, allowing Leaflet to see touch events it would\notherwise have been unaware of, allowing things like the polygon editor\nto work properly.\n\nThis required some tweaking to how we registered our own handlers as\nevents no longer reached the canvas underneath the overlay.\nUnfortunately, wrld.js itself isn't the only thing that needs that.\nOur WebGL example app also listens to events the old way, and it's\nfairly likely that at least one customer app does so, too.\n\nFor backwards compatibility, we forward events to the element that used\nto receive them.\nThis is more hassle than ideal as a clone of the event must be used (you\ncan't redispatch an event in JS) and cloning is more complicated than\nit should be.\nAlso, we've got to jump through hoops to prevent Leaflet's global\npointer listeners being confused by a duplicate pointer.\n\nFinally, the old handlers we set up so Leaflet could receive events\nthat went past the overlay into the canvas are removed.\nIt now gets all of them via the handlers on the overlay, so the canvas\nones would only pick up the duplicate forwarded events, which is asking\nfor trouble.","shortMessageHtmlLink":"Forward events to where they historically went"}},{"before":null,"after":"884a5a72f2724875f9971060f686b48b275df203","ref":"refs/heads/pointer-event-backward-compatibility","pushedAt":"2023-05-18T13:51:38.622Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"chrisdjali-wrld3d","name":"Chris Djali","path":"/chrisdjali-wrld3d","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57094650?s=80&v=4"},"commit":{"message":"Forward events to where they historically went\n\ncda49916d8efb4a6efb0d023e2cbc1cc844c8073 removed pointer-events: none\nfrom the map overlay, allowing Leaflet to see touch events it would\notherwise have been unaware of, allowing things like the polygon editor\nto work properly.\n\nThis required some tweaking to how we registered our own handlers as\nevents no longer reached the canvas underneath the overlay.\nUnfortunately, wrld.js itself isn't the only thing that needs that.\nOur WebGL example app also listens to events the old way, and it's\nfairly likely that at least one customer app does so, too.\n\nFor backwards compatibility, we forward events to the element that used\nto receive them.\nThis is more hassle than ideal as a clone of the event must be used (you\ncan't redispatch an event in JS) and cloning is more complicated than\nit should be.\nAlso, we've got to jump through hoops to prevent Leaflet's global\npointer listeners being confused by a duplicate pointer.\n\nFinally, the old handlers we set up so Leaflet could receive events\nthat went past the overlay into the canvas are removed.\nIt now gets all of them via the handlers on the overlay, so the canvas\nones would only pick up the duplicate forwarded events, which is asking\nfor trouble.","shortMessageHtmlLink":"Forward events to where they historically went"}},{"before":"363fc6336d942a33d4a3bc14c1cfbd3a7a3c394a","after":"cda49916d8efb4a6efb0d023e2cbc1cc844c8073","ref":"refs/heads/master","pushedAt":"2023-05-10T12:12:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chrisdjali-wrld3d","name":"Chris Djali","path":"/chrisdjali-wrld3d","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57094650?s=80&v=4"},"commit":{"message":"Handle touch events better\n\n* Don't use \"pointer-events\": \"none\" so we actually get touch events.\n* Use \"touch-action\": \"none\" so the browser doesn't eat drags too long\n to be considered a click.\n* Disable Leaflet's tap handling like we do for similar components.\n* Stop propagation for touches that start on markers like we do for\n mouse events, allowing markers to be dragged without dragging the map\n along for the ride.","shortMessageHtmlLink":"Handle touch events better"}},{"before":null,"after":"c2a7b060a8081c67b3a9816dd35746dba46600b2","ref":"refs/heads/touch-improvements","pushedAt":"2023-05-09T17:09:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"chrisdjali-wrld3d","name":"Chris Djali","path":"/chrisdjali-wrld3d","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57094650?s=80&v=4"},"commit":{"message":"Handle touch events better\n\n* Don't use \"pointer-events\": \"none\" so we actually get touch events.\n* Use \"touch-action\": \"none\" so the browser doesn't eat drags too long\n to be considered a click.\n* Disable Leaflet's tap handling like we do for similar components.\n* Stop propagation for touches that start on markers like we do for\n mouse events, allowing markers to be dragged without dragging the map\n along for the ride.","shortMessageHtmlLink":"Handle touch events better"}},{"before":"78b416f95223bef982c5f41caa91a7e77df27ca1","after":"363fc6336d942a33d4a3bc14c1cfbd3a7a3c394a","ref":"refs/heads/master","pushedAt":"2023-05-04T10:12:05.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"SamAins","name":null,"path":"/SamAins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29119391?s=80&v=4"},"commit":{"message":"Merge pull request #173 from wrld3d/streaming-api\n\nChanges for the streaming Api","shortMessageHtmlLink":"Merge pull request #173 from wrld3d/streaming-api"}},{"before":"3a64da16dd5798e7e882be30b34fd009b3bea509","after":"8afe5341047b677825b80a80e85ca766642d7f0d","ref":"refs/heads/streaming-api","pushedAt":"2023-05-04T10:10:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SamAins","name":null,"path":"/SamAins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29119391?s=80&v=4"},"commit":{"message":"Streaming Module missed.","shortMessageHtmlLink":"Streaming Module missed."}},{"before":null,"after":"c179a922609e9b595a1739aaa050e1edef94b344","ref":"refs/heads/dependabot/npm_and_yarn/examples/module/minimatch-3.1.2","pushedAt":"2023-04-27T15:56:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump minimatch from 3.0.4 to 3.1.2 in /examples/module\n\nBumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.\n- [Release notes](https://github.com/isaacs/minimatch/releases)\n- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)\n- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)\n\n---\nupdated-dependencies:\n- dependency-name: minimatch\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump minimatch from 3.0.4 to 3.1.2 in /examples/module"}},{"before":"4e5cae220caf1c0d0d4b847ad13f6b7d45d851cc","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/json5-2.2.3","pushedAt":"2023-04-27T15:55:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"08a68136876502fff03128764ad94685b1a242ca","after":"78b416f95223bef982c5f41caa91a7e77df27ca1","ref":"refs/heads/master","pushedAt":"2023-04-27T15:55:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chrisdjali-wrld3d","name":"Chris Djali","path":"/chrisdjali-wrld3d","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57094650?s=80&v=4"},"commit":{"message":"Bump json5 from 2.2.0 to 2.2.3\n\nBumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.\n- [Release notes](https://github.com/json5/json5/releases)\n- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)\n\n---\nupdated-dependencies:\n- dependency-name: json5\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump json5 from 2.2.0 to 2.2.3"}},{"before":"2d922cd9dd1c03b19573cb388d83613c42695410","after":"4e5cae220caf1c0d0d4b847ad13f6b7d45d851cc","ref":"refs/heads/dependabot/npm_and_yarn/json5-2.2.3","pushedAt":"2023-04-27T15:55:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump json5 from 2.2.0 to 2.2.3\n\nBumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.\n- [Release notes](https://github.com/json5/json5/releases)\n- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)\n\n---\nupdated-dependencies:\n- dependency-name: json5\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump json5 from 2.2.0 to 2.2.3"}},{"before":"1029323f5b51b034374db88417ea43ea4620172e","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/loader-utils-3.2.1","pushedAt":"2023-04-27T15:55:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"b5407bc7273c01feadadb25940e23df7feb9205b","after":"08a68136876502fff03128764ad94685b1a242ca","ref":"refs/heads/master","pushedAt":"2023-04-27T15:55:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chrisdjali-wrld3d","name":"Chris Djali","path":"/chrisdjali-wrld3d","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57094650?s=80&v=4"},"commit":{"message":"Bump loader-utils from 3.2.0 to 3.2.1\n\nBumps [loader-utils](https://github.com/webpack/loader-utils) from 3.2.0 to 3.2.1.\n- [Release notes](https://github.com/webpack/loader-utils/releases)\n- [Changelog](https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/webpack/loader-utils/compare/v3.2.0...v3.2.1)\n\n---\nupdated-dependencies:\n- dependency-name: loader-utils\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump loader-utils from 3.2.0 to 3.2.1"}},{"before":"fcc56c49482b9097ac44fa4705c8c3f59c18f4b9","after":"2d922cd9dd1c03b19573cb388d83613c42695410","ref":"refs/heads/dependabot/npm_and_yarn/json5-2.2.3","pushedAt":"2023-04-27T15:55:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump json5 from 2.2.0 to 2.2.3\n\nBumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.\n- [Release notes](https://github.com/json5/json5/releases)\n- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)\n\n---\nupdated-dependencies:\n- dependency-name: json5\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump json5 from 2.2.0 to 2.2.3"}},{"before":"92fda4bf73f145941e3fbb0a8cbf44d46b162cfd","after":"1029323f5b51b034374db88417ea43ea4620172e","ref":"refs/heads/dependabot/npm_and_yarn/loader-utils-3.2.1","pushedAt":"2023-04-27T15:54:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump loader-utils from 3.2.0 to 3.2.1\n\nBumps [loader-utils](https://github.com/webpack/loader-utils) from 3.2.0 to 3.2.1.\n- [Release notes](https://github.com/webpack/loader-utils/releases)\n- [Changelog](https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/webpack/loader-utils/compare/v3.2.0...v3.2.1)\n\n---\nupdated-dependencies:\n- dependency-name: loader-utils\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump loader-utils from 3.2.0 to 3.2.1"}},{"before":null,"after":"e2058caa5909a8c13c06c769d6a2768d6c65f634","ref":"refs/heads/dependabot/npm_and_yarn/examples/module/webpack-5.76.0","pushedAt":"2023-04-27T15:48:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump webpack from 5.58.1 to 5.76.0 in /examples/module\n\nBumps [webpack](https://github.com/webpack/webpack) from 5.58.1 to 5.76.0.\n- [Release notes](https://github.com/webpack/webpack/releases)\n- [Commits](https://github.com/webpack/webpack/compare/v5.58.1...v5.76.0)\n\n---\nupdated-dependencies:\n- dependency-name: webpack\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump webpack from 5.58.1 to 5.76.0 in /examples/module"}},{"before":"e76fcac22ba31240ad4fd2d2d6d500d72e0f6d38","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/minimist-1.2.8","pushedAt":"2023-04-27T15:48:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"9c7e89c1dbd930efe1d413a95029cab66422795a","after":"b5407bc7273c01feadadb25940e23df7feb9205b","ref":"refs/heads/master","pushedAt":"2023-04-27T15:48:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chrisdjali-wrld3d","name":"Chris Djali","path":"/chrisdjali-wrld3d","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57094650?s=80&v=4"},"commit":{"message":"Bump minimist from 1.2.5 to 1.2.8\n\nBumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8.\n- [Release notes](https://github.com/minimistjs/minimist/releases)\n- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8)\n\n---\nupdated-dependencies:\n- dependency-name: minimist\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump minimist from 1.2.5 to 1.2.8"}},{"before":"2bbd65428fb588195bc4dcd904e44b63965ea0b1","after":"e76fcac22ba31240ad4fd2d2d6d500d72e0f6d38","ref":"refs/heads/dependabot/npm_and_yarn/minimist-1.2.8","pushedAt":"2023-04-27T15:47:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump minimist from 1.2.5 to 1.2.8\n\nBumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8.\n- [Release notes](https://github.com/minimistjs/minimist/releases)\n- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8)\n\n---\nupdated-dependencies:\n- dependency-name: minimist\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump minimist from 1.2.5 to 1.2.8"}},{"before":"1425e9d0cc5189632e55fe4c6519da7cff057105","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/terser-5.14.2","pushedAt":"2023-04-27T15:42:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"3721b0f987b94b6e84069c9c1f144482e5bf2951","after":"9c7e89c1dbd930efe1d413a95029cab66422795a","ref":"refs/heads/master","pushedAt":"2023-04-27T15:42:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chrisdjali-wrld3d","name":"Chris Djali","path":"/chrisdjali-wrld3d","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57094650?s=80&v=4"},"commit":{"message":"Bump terser from 5.10.0 to 5.14.2\n\nBumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2.\n- [Release notes](https://github.com/terser/terser/releases)\n- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/terser/terser/commits)\n\n---\nupdated-dependencies:\n- dependency-name: terser\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump terser from 5.10.0 to 5.14.2"}},{"before":"b3dc1430527f41ad2ccadd694103396d763ea1bb","after":"3a64da16dd5798e7e882be30b34fd009b3bea509","ref":"refs/heads/streaming-api","pushedAt":"2023-04-26T16:23:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SamAins","name":null,"path":"/SamAins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29119391?s=80&v=4"},"commit":{"message":"Changes for the streaming Api","shortMessageHtmlLink":"Changes for the streaming Api"}},{"before":"82cf77eaecd7f809b48a4dfc2e8f3ddcae349f2d","after":"3721b0f987b94b6e84069c9c1f144482e5bf2951","ref":"refs/heads/master","pushedAt":"2023-04-12T12:54:46.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"StuartASC","name":null,"path":"/StuartASC","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39119299?s=80&v=4"},"commit":{"message":"Merge pull request #172 from wrld3d/actually-allocate-buffer\n\nAllocate a buffer big enough to hold a morton key","shortMessageHtmlLink":"Merge pull request #172 from wrld3d/actually-allocate-buffer"}},{"before":"2c3bdfe0c8c320f676abf68e02b4aa978f050512","after":"2cf20e342c2f0c1ba996bf594fcf712f511e6f3d","ref":"refs/heads/actually-allocate-buffer","pushedAt":"2023-04-12T12:36:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"chrisdjali-wrld3d","name":"Chris Djali","path":"/chrisdjali-wrld3d","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57094650?s=80&v=4"},"commit":{"message":"Allocate a buffer big enough to hold a morton key\n\nPreviously we allocated a buffer big enough to hold an empty string,\nwhich is obviously smaller.\nThat would lead to it being overrun and horrible memory corruption\nhappening.","shortMessageHtmlLink":"Allocate a buffer big enough to hold a morton key"}},{"before":"98329a9024cef2cd14b78fbaa2b57e8a9cdede63","after":"2c3bdfe0c8c320f676abf68e02b4aa978f050512","ref":"refs/heads/actually-allocate-buffer","pushedAt":"2023-04-12T12:34:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"chrisdjali-wrld3d","name":"Chris Djali","path":"/chrisdjali-wrld3d","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57094650?s=80&v=4"},"commit":{"message":"Allocate a buffer big enough to hold a morton key\n\nPreviously we allocated a buffer big enough to hold an empty string,\nwhich is obviously smaller.\nThat would lead to it being overrun and horrible memory corruption\nhappening.","shortMessageHtmlLink":"Allocate a buffer big enough to hold a morton key"}},{"before":null,"after":"98329a9024cef2cd14b78fbaa2b57e8a9cdede63","ref":"refs/heads/actually-allocate-buffer","pushedAt":"2023-04-12T12:08:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"chrisdjali-wrld3d","name":"Chris Djali","path":"/chrisdjali-wrld3d","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57094650?s=80&v=4"},"commit":{"message":"Allocate a buffer big enough to hold a morton key\n\nPreviously we allocated a buffer big enough to hold an empty string,\nwhich is obviously smaller.\nThat would lead to it being overrun and horrible memory corruption\nhappening.","shortMessageHtmlLink":"Allocate a buffer big enough to hold a morton key"}},{"before":"8f3ac52c85e1fbf273f4bd55ff77bab571e4d733","after":"82cf77eaecd7f809b48a4dfc2e8f3ddcae349f2d","ref":"refs/heads/master","pushedAt":"2023-03-31T14:25:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chrisdjali-wrld3d","name":"Chris Djali","path":"/chrisdjali-wrld3d","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57094650?s=80&v=4"},"commit":{"message":"Free heightRangeBuffer","shortMessageHtmlLink":"Free heightRangeBuffer"}},{"before":null,"after":"85f984b0511ecd0785b5cb00eee1668b24810f32","ref":"refs/heads/leak-fix","pushedAt":"2023-03-31T13:09:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"chrisdjali-wrld3d","name":"Chris Djali","path":"/chrisdjali-wrld3d","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57094650?s=80&v=4"},"commit":{"message":"Free heightRangeBuffer","shortMessageHtmlLink":"Free heightRangeBuffer"}},{"before":"ee70f0af5711179091eb3ed95fed91c56abe39c9","after":"8f3ac52c85e1fbf273f4bd55ff77bab571e4d733","ref":"refs/heads/master","pushedAt":"2023-03-24T14:11:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SamAins","name":null,"path":"/SamAins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29119391?s=80&v=4"},"commit":{"message":"Fix for linting error","shortMessageHtmlLink":"Fix for linting error"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADWD9lBAA","startCursor":null,"endCursor":null}},"title":"Activity ยท wrld3d/wrld.js"}