| Time |
Nick |
Message |
| 01:10 |
erle |
i noticed something funny |
| 01:10 |
erle |
do “watch curl -I https://servers.minetest.net/list” |
| 01:11 |
erle |
content-type: application/json8 |
| 01:11 |
erle |
that can't be right |
| 01:11 |
erle |
accept-ranges: bytes- |
| 01:11 |
erle |
a |
| 01:11 |
erle |
also |
| 01:11 |
erle |
etag: "6541a5bb-bbd1f"r |
| 01:11 |
erle |
is this memory corruption maybe? |
| 01:12 |
erle |
well to be fair cora noticed it first (but i also noticed :P) |
| 01:22 |
erle |
i tried to connect a bunch of times (okay, a LOT of times) to see if this changes anything |
| 01:22 |
erle |
but it seems it just randomly happens |
| 01:24 |
rubenwardy |
try -Is instead of -I |
| 01:39 |
erle |
rubenwardy so what exactly is happening here? |
| 01:41 |
erle |
like how do the characters end up interleaved with the response? |
| 01:42 |
erle |
also thanks obv! |
| 01:45 |
erle |
is watch racing the download progress indicator regarding terminal writes or so? |
| 01:45 |
erle |
or is stdout and stderr interleaved anyway here? |
| 01:45 |
rubenwardy |
Perhaps. Not really a -dev conversation though |
| 01:48 |
erle |
oh okay |
| 01:48 |
erle |
sorry |
| 01:53 |
erle |
i think there might be a race hidden in the package installation code. sometimes a transitive dependency does not install. |
| 01:54 |
erle |
haven't been able to reproduce it reliably so far though |
| 01:54 |
erle |
but installing ggraffiti sometimes does not install formspec_ast correctly |
| 04:00 |
|
MTDiscord joined #minetest-dev |
| 04:26 |
|
v-rob joined #minetest-dev |
| 05:29 |
|
ivanbu joined #minetest-dev |
| 06:30 |
|
json joined #minetest-dev |
| 06:31 |
json |
sorry for my behavior |
| 06:32 |
json |
yesterday |
| 06:38 |
|
json joined #minetest-dev |
| 07:14 |
|
calcul0n joined #minetest-dev |
| 10:10 |
|
appguru joined #minetest-dev |
| 10:52 |
|
json joined #minetest-dev |
| 12:45 |
|
json joined #minetest-dev |
| 15:18 |
erle |
i just randomly found out that the “left button” / “linke taste” is indeed what the keybinding dialog prints when it can not recognize a key |
| 15:25 |
|
beanzilla joined #minetest-dev |
| 15:28 |
|
beanzilla joined #minetest-dev |
| 15:58 |
|
v-rob joined #minetest-dev |
| 16:46 |
|
sugarbeet joined #minetest-dev |
| 18:27 |
|
v-rob joined #minetest-dev |
| 19:17 |
|
MTDiscord joined #minetest-dev |
| 19:26 |
|
imi joined #minetest-dev |
| 20:33 |
|
v-rob joined #minetest-dev |
| 20:43 |
|
YuGiOhJCJ joined #minetest-dev |
| 21:14 |
|
v-rob joined #minetest-dev |
| 21:29 |
|
appguru joined #minetest-dev |
| 22:00 |
|
[MTMatrix] joined #minetest-dev |
| 22:42 |
erle |
i made test nodes for uncommon texture sizes https://github.com/minetest/minetest/pull/13949 |
| 22:43 |
MTDiscord |
<rollerozxa> nice code golfed type-3 TGA encoder lol |
| 22:45 |
erle |
ROllerozxa i can make it smaller, but then it is less readable |
| 22:46 |
erle |
i would even go so far as to say that “local bytes = string.char” is entirely unlike code golf |
| 22:46 |
erle |
the format is just that simple :P |
| 22:48 |
erle |
also i do indeed debug texture issues with hex editors (it's the easiest/fastest way to change some pixel values without worrying what else will change) |
| 23:30 |
erle |
should i open an issue regarding this weird scaling result here or is there a setting i should try first? https://user-images.githubusercontent.com/60905/279817570-8e3b1934-8791-40c9-875f-c5a5c83ff7c1.png |
| 23:31 |
erle |
(second row of checkerboard test nodes from the right has really weird scaling results) |
| 23:35 |
|
panwolfram joined #minetest-dev |