Gaëtan de Villèle
Gaëtan de Villèle
## Issue When we want to display `data[byteIndex]`: - `data[byteIndex]` in the YAML is rendered like this (because `[]` is for type links) - `data\[byteIndex\]` in the YAML is rendered...
## Reports Discussion on Discord: https://discord.com/channels/355905150528913409/966959833154723840/1298038647827992669 ## Current state of things ### Windows - `libwebsockets` for both HTTP requests & WS connections -> https://libwebsockets.org ### Android - `libwebsockets` for both...
## Repro ```lua Client.Action1 = function() HTTP:Get("https://github.com/bliporg/worlds/raw/refs/heads/petroglyph-cosmorogues/petroglyph/cosmo-rogues/asteroids_-_low_poly.glb", function(res) print(">>>", res.StatusCode, res.Body) end) end ``` This works on iOS/macOS but not on Windows/Android (which are using libwebsockets) ## Discussion on Discord...
## TODO - [x] add rarity to API response - [x] (player UX) display toast message when a badge gets unlocked (only the 1st time) - [x] (dev UX) improve...
## FEATURED - [x] "Merge Castle" by `aduermael` - [x] scene seem broken on world start - [ ] "Cookie Clicker" by `aduermael` https://github.com/bliporg/worlds/pull/19 - [x] best score not loading,...
Discussion in Discord : https://discord.com/channels/355905150528913409/1030027730705727539/1402545881001234492
Until I scroll my cell out and back in, my avatar is someone else's avatar. https://github.com/user-attachments/assets/9a4d626a-1402-4443-a44c-062352b26632
When clicking on the reset button, all more recent commit are instantly destroyed. This can be bad. We should display a warning popup and ask the user to confirm.