Bartosz

Results 13 comments of Bartosz

@Luukuton Sorry for not responding earlier, I'll try to handle the third task on the weekend.

This is absolutely possible with the help of the `embed` package. However, the method I used doesn't support Next.js server-side rendering, this would have to be treated a different way,...

Going to work on this right now.

I've just added `db` tags to all models (https://github.com/karmek-k/server/commit/6d136735f8dab2d873e95d8c4b4179e5aea688c9). Regarding the `CombinedLibrary` issue, how are you scanning data from the db? Are you using `GetLibraries`? Btw, PostgreSQL supports arrays as...

Hi! I'm looking for a OSS project to contribute to, and a manga reader is actually what I thought of creating. 😃 Regarding the issue, my Go experience is still...

Okay I'm done with work stuff for today, time for Go 😄 After some searching I found [goqu](https://github.com/doug-martin/goqu), a query builder that appears to be much simpler than Jet (it...

Feel free to assign me to a task if there's any, I'll fork the repo and make a PR.

> In the end SQL is a well designed language and doesn't really need a complex abstraction on top of it. I think that a query builder has the advantage...

> I can create an issue for them. OK 😄 > By the way, I had this thought that supporting both PostgreSQL and MySQL/MariaDB isn't too important currently. One of...