daurnimator

Results 792 comments of daurnimator

> It is an integer type. That's how we represent memory in Zig. We actually may need to change that; it causes undefined behaviour in hidden and unexpected places. e.g....

> Ok, sure. But that's an orthogonal concept. I don't know about that. What if we have a `byte` type that is just a bag-of-bits of the smallest addressable unit...

> But what do we really _gain_ from this, other than additional `@cast`s all over the place? The key issue I ran into was that if *any* bits are undefined...

huh. Seems weird to me that the `DBusMessageIter` doesn't itself have a ref to the `DBusMessage`. > Suggest fix: when creating/cloning new iterators, reference the underlying `dbus.message` with `luaL_ref()` in...

> * prefer curl over wget (why it's not the case though? Curl is much more popular) IIRC it's because at least historically in openwrt, wget worked consistently whereas curl...

> as per http spec. header values can be comma separated in a single header, or appear multiple times. This just makes them appear once, in CSV format. As the...

I note that this is not only the `.zig-cache` directory in my projects, but the global zig cache directory which is caching various dependencies: I'm finding each week I have...

@Ph4ntomas there can be many request headers; e.g. if there is a `100` (`Continue`). ==> just because it's not the first header block doesn't mean it's a trailer.

> the documentation for `new_from_uri` should definitely mention the fact that it takes two arguments. huh, I completely forgot about it taking two arguments. But also I'm not sure it...