Time Nick Message 08:54 nrz Hello, if i get time, at a point i'll try to look at WASM support for server trusted modding. Regarding our current lua API i don't know if WASM can do all we do with lua (as lua call C++ too), but i think for server owners in trusted mode it can be a very nice addition and permit anyone to develop mod in any language. 08:54 nrz it's clearly only for server, no intention to have it on clients, as WASM permits everything 09:41 Kimapr "it's clearly only for server, no..." <- wasm is the EXACT OPPOSITE of "permit everything". it's completely sandboxed, the only way it can interact with the system or anything external to it is through the functions you pass to it 09:52 Zughy[m] reminder that there are 3 bugfix PRs with one external approval and made by a core dev (Desour) that are not scheduled for 5.7: they could go in as well https://github.com/minetest/minetest/pulls?q=is%3Apr+is%3Aopen+label%3A%22One+approval%22+author%3ADesour+label%3ABugfix+-is%3Adraft+ 10:05 nrz Kimapr, then i should revisit my understanding of it, and i'm glad to have this information 🙂 10:11 pgimeno isn't #13310 pretty much trivial? (besides the to -> too typo) 10:11 ShadowBot https://github.com/minetest/minetest/issues/13310 -- Fix safeLoadFile() skipping 2 chars to much from the shebang by Desour 11:08 kilbith releasing 5.7 without a damn checkbox for bloom is a bit embarrassing 11:36 rubenwardy If only the settings were less shit 11:37 Zughy[m] if only we had the new settings PR 11:37 rubenwardy if only 11:38 Zughy[m] luckily, at least we've got the dual wield PR. Oh wait, we haven't 13:03 celeron55 hmm, github broke: https://www.githubstatus.com/ 13:21 kilbith and we are stuck at work because of this 13:22 rubenwardy if only Jira would break too 13:30 celeron55 it works again 13:30 celeron55 i think github should do this every day. nice break for programmers 17:45 Desour merging #13310, #13286, #13272 (the PRs mentioned earlier by Zughy[m]) in 15 min 17:45 ShadowBot https://github.com/minetest/minetest/issues/13310 -- Fix safeLoadFile() skipping 2 chars to much from the shebang by Desour 17:45 ShadowBot https://github.com/minetest/minetest/issues/13286 -- Fix core.item_eat for same-item replace_with_item and split stacks before dropping by Desour 17:45 ShadowBot https://github.com/minetest/minetest/issues/13272 -- Always build locale files in CMAKE_SOURCE_DIR if building RUN_IN_PLACE by Desour 17:47 Desour (idk what to->too typo pgimeno was referring to about 13310) 17:49 Desour ah, found it 18:03 Desour done. 22:29 sfan5 any feedback for https://github.com/minetest/minetest/pull/13330#pullrequestreview-1357243143 ? 22:43 Guest54 sfan5 i have a slight contrast vision deficiency and i always tell people to just use the formula from WCAG 2.0 (i.e. ) – here is a tool for that: https://snook.ca/technical/colour_contrast/colour.html 22:43 Guest54 contrast ratio must be at least 4.5 to 1 i think, see https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html 22:44 Guest54 so what is the background color here? 22:45 Guest54 oh, i'll check it out 22:53 Guest54 there exist three background colors here, #3f5471 (sky), #5d606e (front of cloud), #50525e (bottom of cloud) – so #fc0 has contrast ratios of 5.1, 4.1, 5.1 against those three colors. which means it barely fails against the front of the cloud.