Harald van Dijk

Results 73 comments of Harald van Dijk

> Are there libc's that have a `strptime` with fraction support? I suspect not. The standard requires `tm_sec` to be `int` so no implementation can support fractions that way, the...

> Seems to be what other implementations call fractions, but didn't find what it comes from? the ksh seems to have `%N`? nicowilliams pointed out in #1413 that there is...

> @hvdijk is this something you would like to work on? not sure how much time/motivation i have to put into it atm. I'm happy to have a more in-depth...

## Representation in `struct tm` There are two ways we can represent fractional seconds in `jq`'s equivalent of `struct tm` (an array): we can either include it in the seconds...

> By wrapping you mean have a functions that parse/massaga the format in way that `strftime`/`strptime` don't see or have to care about `%.S` etc? Basically yes, I was thinking...

I cannot find it there either, but I can find it on mastodon.social and see the spam: https://mastodon.social/@[email protected]/109479058589936040

> It should open on mstdn.social too at https://mstdn.social/@[email protected]/109479058612005377 (I just tried it again and it opened there fine) For me, that one redirects to https://tilvids.com/w/f5bedd2d-1add-4c8c-a65d-721df7cfa69a. And now I see...

I'm seeing ``` ERROR: fma: -0.500000 ulp error at {0x1.eacp+7, 0x1.3f4p+4, 0x1.c04p+14} ({0x5bab, 0x4cfd, 0x7701}): *0x1.068p+15 vs. 0x1.064p+15 fma FAILED ``` on our implementation. `0x1.eacp+7 * 0x1.3f4p+4 + 0x1.c04p+14` is...

> I'm seeing > > ``` > ERROR: fma: -0.500000 ulp error at {0x1.eacp+7, 0x1.3f4p+4, 0x1.c04p+14} ({0x5bab, 0x4cfd, 0x7701}): *0x1.068p+15 vs. 0x1.064p+15 > fma FAILED > ``` > > on...

I've just had this happen on my end as well. The key is that "ERROR: Downloading file failed" just before. This indicates that the server returned an error: at https://github.com/Heroic-Games-Launcher/heroic-gogdl/blob/610b0e5360d0e8db8740fb3af1c4b9277eae6218/gogdl/saves.py#L279...