Marko Leinikka

Results 24 comments of Marko Leinikka

Same issue here with `swcMinify: true`. Was working fine on Next.js `12.1.4` and broke on `12.1.5`. Also tried `v12.1.6-canary.4` which didn't fix it either. The issue can be reproduced by...

> @Luukuton Seems like it's fixed by https://github.com/vercel/next.js/commit/9456fc6b3b31a3291c69600866e1be3a9eac8835 Nice! Looks good. > !!! Set productionBrowserSourceMaps true in next.config.js can get full error trace. Thanks 😄. I'll remember this in the...

I just noticed that it does work when the config option is set to `default`. The problem is just with the keyword `edge`.

It is. Also the registry key ProgId in `Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice` is MSEdgeHTM.

Good work with #20 🎉 I'll close this after both - https://github.com/Mangatsu/server/blob/goqu-rework/pkg/db/library.go#L95 - https://github.com/Mangatsu/server/blob/goqu-rework/pkg/db/library.go#L10 - Partially #15 have been resolved.

https://github.com/Mangatsu/server/commit/ef7639fc5c2086e0a3995e64cee8a19f8cc57862 fixes `Handle the scenario when the ID exists in db in newLibrary`

Thanks for the suggestion! I'll keep this in mind.

> Going to work on this right now. Great! I have some preliminary stuff done in #25. I ran into an issue with the Combined model and was not able...

> Regarding the `CombinedLibrary` issue, how are you scanning data from the db? Are you using `GetLibraries`? Yes, I tried to use `GetLibraries` with the ways listed on [gogu docs](https://github.com/doug-martin/goqu/blob/master/docs/selecting.md#scan-structs)....