Yasutaka ATARASHI
Yasutaka ATARASHI
This is regression of #145 according to ChangeLog ``` v0.8.6 * Fix installer: Increase MAX_LEN for manipulating PATH to 8000 ``` according to Building ``` * NSIS v3 for compiling...
Executables under bin folder are 64-bit binaries. So, invoking node or npm causes errors in 32bit env while actual node.exe, under v and v-x64, is provided for both of 32bit...
I try to use CardIdleRemastered but it it necessary to change language preference to English due to errors. https://github.com/AlexanderSharykin/CardIdleRemastered/blob/07b732352f8171fcb24f92888f0ae1c73ec5a962/SourceCode/CardIdleRemastered/SteamParser.cs#L243 InnerText of `".//div[@class=\"badge_progress_info\"]"` in English: ```4 of 5 cards collected``` Same...
If `MDB_VL32` is defined, 32bit lmdb lib can handle a db made by 64bit lmdb lib. In this case, `mdb_size_t` is not the same as `std::size_t`. One possible modification to...
Currently, at least in my environment, Fooocus-API can't write JPEG format due to errors. This is because Pillow expects a format specifier for JPEG format as `JPEG` not as `JPG`....
See https://github.com/hoytech/lmdbxx/issues/12 There are some notes: - A guard for the case that LMDB does not support MDB_VL32 is added - Even where unqualified `size_t` is enough, `lmdb::` is added...
[Fooocus-API](https://github.com/mrhan1993/Fooocus-API) is a FastAPI-based REST API built on the original [Fooocus](https://github.com/lllyasviel/Fooocus). Fooocus-API can be shared with many parts of Fooocus, so it can get a great benefit from model sharing...