04:55 | <Noam Rosenthal> | Mattias Buelens: read all bytes is a exported, so probably we need to create another one and have read all bytes call that? Or do we know that it's not in use outside of streams ? |
06:47 | <Noam Rosenthal> | https://github.com/whatwg/fetch/issues/1568 |
07:24 | <Mattias Buelens> | Usually we just track down all call sites across other specs and open pull requests to change those too. 🙂 |
08:03 | <Noam Rosenthal> | Mattias Buelens: where do you track those? |
08:04 | <Noam Rosenthal> | s/you/we |
08:06 | <Ms2ger 💉💉💉> | Noam Rosenthal: are you aware of https://dontcallmedom.github.io/webdex/ ? |
08:09 | <Noam Rosenthal> | Ms2ger 💉💉💉: I was NOT aware of this. This changes my life retroactively |
08:10 | <Ms2ger 💉💉💉> | I wish we had better ways to share information like this than mentioning them occasionally on matrix |
08:34 | <Noam Rosenthal> | Mattias Buelens: seems like callers rely on the promise behavior, so I preferred to add a new function. https://github.com/whatwg/streams/pull/1250 /cc Andreas Kling |
09:10 | <annevk> | Ms2ger 💉💉💉: https://github.com/whatwg/meta/pull/265 as a start |
09:11 | <annevk> | It's not quite PR template necessary just yet I think, but maybe at some point |
10:00 | <annevk> | Andreas Kling: note https://github.com/whatwg/streams/issues/1178 as well; the streams integration is rather messy due to there not being a clean separation between platform streams and JS streams |
10:02 | <annevk> | Andreas Kling: also, I saw you were looking at file: URLs, given that you're developing a new OS I'm not sure how much guidance Fetch could give, but presumably you want unix-y behavior? (Also made me wonder if you considered using a novel newline code point to mess with everyone.) |
10:03 | <Andreas Kling> | our system fully Unix-like when it comes to filesystem things, so anything that works for Linux/BSD/etc would be good enough for us too :) |
10:05 | <Andreas Kling> | I was mostly just amused by file: being an "exercise for the reader" per the spec |
10:09 | <annevk> | Andreas Kling: we do define file: URL parsing, but unfortunately there's another one of these: https://url.spec.whatwg.org/#origin |
10:10 | <annevk> | (Browsers are somewhat close to making that an opaque origin, but I think there's still a bunch of special cases.) |
14:39 | <annevk> | I kinda wanna try Mastodon but having to pick a server is making it difficult |
14:46 | <annevk> | https://til.simonwillison.net/mastodon/custom-domain-mastodon looks interesting but apparently https://masto.host/pricing/ had too many interested parties |
14:49 | <littledan> | I kinda wanna try Mastodon but having to pick a server is making it difficult |
14:56 | <littledan> | Standards discussions are starting to happen on Mastodon, but I had trouble responding due to client instability haha |
14:56 | <annevk> | Yeah I guess if I don't do my own domain name that's pretty good. And I didn't really attempt the own domain name with Matrix either... |
14:56 | <annevk> | I heard good things about Ivory but it's not yet finished |
14:58 | <annevk> | https://tapbots.social/@ivory/109433914793802708 (some podcasters I listen to have access to the beta) |
14:59 | <networkException> | I heard good things about Ivory but it's not yet finished |
16:13 | <annevk> |
Cursed. |
17:02 | <annevk> |
Domenic sideshowbarker it seems this might no longer be needed? At least for me these numbers were the same. |
21:46 | <TabAtkins> | annevk: what was the context of that? if it was bikeshed, then while I try to surface line numbers when possible automatically, i can't do it all the time (since lxml sucks), thus the special mode that does destructive edits to get more line numbers in. |
22:44 | <Domenic> | annevk: they're almost never the same for me. You might've got lucky, or edited something early in the file. |
22:44 | <Domenic> | They're different because of the various insert-blocks-of-text-here steps. |