Marko Leinikka

Results 16 issues of Marko Leinikka

Current version of Game2Text doesn't work with [Edge](https://www.microsoft.com/en-us/edge) (Chromium). It should easily fixable as it's basically just Chrome. I'm guessing changing `IE.HTTP` from [this line](https://github.com/mathewthe2/Game2Text/blob/50cf52cfdbc911daa52a71bd136b919e32a9e718/util.py#L80) to `MSEdgeHTM` might be enough....

### [Web TODO here](https://github.com/Mangatsu/web/issues/4) ## Short term - [x] #12 - [ ] #5 - [ ] #1 - [ ] #2 - [ ] #3 - [x] #28 -...

### The rework is being work on in https://github.com/Mangatsu/server/tree/goqu-rework Currently only SQLite3 is supported. Support for more databases would be nice. Supported databases - [x] SQLite3 - [ ] PostgreSQL...

enhancement
help wanted
server

Initialize database and database user on first launch if needed. Also an environmental to disable this should be present. For example for MySQL/MariaDB it'd be: ```mysql CREATE USER ''@'' IDENTIFIED...

goqu-rework

Sources to pull metadata from for galleries like manga and doujinshi. Create separate issues for individual sources. - [ ] AniList - [ ] nhentai - [ ] e(x)-hentai What...

enhancement
server

- [x] Initial rework #20 - [x] Handle the scenario when the ID exists in db in `newLibrary` - [ ] Rewrite `CombinedLibrary` struct

goqu-rework

We could probably use the types Jet generated as a base: [pkg/types/model](https://github.com/Mangatsu/server/tree/main/pkg/types/model).

goqu-rework

This one might be the most challenging part of the goqu rework. - `GetGalleries` function is very elaborate and prone to bugs if not converted carefully. - `UpdateGallery` can probably...

goqu-rework

[Mangatsu/server](https://github.com/Mangatsu/server) and [Mangatsu/web](https://github.com/Mangatsu/web) as single (or one for each OS: Windows, Linux, MacOS if needed) all-in-one binary which could be run as-is.

help wanted
server
web