Stefan Aurori
Stefan Aurori
You might want to read this comment: https://github.com/BuilderIO/partytown/issues/382#issuecomment-1667675238, specifically: >gtag needs to be a function expression (not declaration) on the window object
I also encountered this behavoir and it doesn't really make sense. However, this may be working as intended as described in the [CHANGELOG](https://github.com/hibiken/asynq/blob/v0.24.1/CHANGELOG.md?plain=1#L348). But there is no way to even...
Regarding Number 1: Steps to reproduce: 1. run `make up` 2. run `make run` 3. In a browser, visit `localhost:8000/about` 4. Kill the app 5. Change [this line](https://github.com/mikestefanello/pagoda/blob/v0.10.0/pkg/routes/router.go#L75) in the...
Well that's unfortunate. It might be useful to put a warning about that in the README. Thanks for looking into that and adding those additional commands.
@mikestefanello I made an initial pass at trying `templ` and converting the codebase to use it. Check it out [at this branch](https://github.com/saurori/pagoda/tree/templ) if you're interested. My initial impressions of `templ`...
Funny you mention it, I did hit an import cycle problem but found a way around it. It was an issue in controller tests but I changed those tests to...
@maltegrosse might want to check out [River](https://riverqueue.com/) / @markuswustenberg if you want an idea of what is involved for adding Postgres driver
I agree, the best approach would be to make the current stack more maintainable. It seems the bootstrap components tied with Angular 1.x and the JS build are tightly coupled...
Wow that was both quick and way more work than I imagined. I will check it out and see if I can get things running.
Looks like I'm getting an unauthorized error: ```shell [+] Running 1/1 ✘ nzbhydra-ui-dev Error Head "https://ghcr.io/v2/theotherp/nzbhydra-ui-dev/manifests/latest": unauthorized ```