Amr Ojjeh

Results 12 comments of Amr Ojjeh

Should functions have semi-columns at the end also? ```zig fn main() void { }; ``` Edit: I've not kept up on #1717 , so I'm not sure if the old...

`this:queue all` does not seem to be working on the body tag. I'll try to investigate this further @Telroshan

I'm having trouble understanding when is the queuedRequest supposed to be cleared in the `issueAjaxRequest` function. It seems to only occur when a new request is sent, yet while debugging...

Sorry I meant to test this as well but I've not gotten to it yet. I'll be sure to test this on my end as well. But thank you for...

https://pkg.go.dev/strings#Builder.Write I don't think that's a problem. The `Write` method is guaranteed to return `nil`

Tests are failing because I accidentally used go 1.20 features :skull: ([`strings.CutPrefix`](https://pkg.go.dev/strings#CutPrefix)). I'll let you decide if you want to upgrade or if we should stick to go1.18

Note to self: Go code can be formatted with https://pkg.go.dev/go/format

Does `Fragment` make `Group` obsolete?

Gotcha. That makes sense