gakada

Results 8 comments of gakada

Link should be updated to https://db.poi.moe/dump/, also in https://github.com/poooi/poi-server/issues/37.

Another thing about redirects is `noredirect` in `move`.

There is a more general problem, all functions have hard-coded `params` (with only `upload` having `extraParams`), so one can find many issues, like this one, or https://github.com/macbre/nodemw/issues/133, or not being...

@mtfelian it probably has [`mawk`](https://superuser.com/a/75885) installed, while `run.sh` needs GNU awk (`gawk`). Also can just `./meltdown 10` with `` from `grep linux_proc_banner /proc/kallsyms`.

We can add it here like this: ![69](https://cloud.githubusercontent.com/assets/13043588/9101553/5f79ec30-3c23-11e5-907f-d99537e2b0f3.png)

Since @yuyuvn said that ver.3.8.2r557 is the last release, I will be pushing this and other stuff into my fork's master.

Depends on how they do `git pull`? It will work if they commit/merge/rebase, otherwise the pull will be aborted, rather than overwriting anything.

That is a change in https://github.com/huggingface/diffusers/releases/tag/v0.3.0, should be used like so now https://github.com/huggingface/diffusers/blob/83a7bb2aba2d897ab95d96fb03eda10a624080e7/examples/textual_inversion/textual_inversion.py#L499-L501