Evshiron Magicka

Results 12 comments of Evshiron Magicka

Any update for this? I am experiencing #171 and #174 as well which should be related to this issue.

1. 把`WindowsApps\*\QQ\Bin`目录复制到`a`目录 2. 用RevokeMsgPatcher选择`a`目录,安装补丁 3. 重新启动至第三方PE系统 4. 用DiskGenius把`a\Bin`目录的`IM.dll`复制到`WindowsApps\*\QQ\Bin`目录 5. 重新启动回Windows 6. 启动并验证补丁安装成功

Yep, but when I edited and exported in Unity, the file worked properly in VRM Viewer. There might be some differences I guess. I am writing a script to diagnosis...

Nice catch! I find that VRM Viewer is using a [very old version](https://github.com/toamariitutu/vrm-viewer/blob/dev/package.json#L81) of `@pixiv/three-vrm`, and when I update to the latest version (which is `0.6.10`), the issue is gone.

I discover that existing writes to `image.info` are already guarded by `opts.enable_pnginfo`: * https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/modules/processing.py#L570 * https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/modules/processing.py#L590 * https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/modules/extras.py#L197 As this function is actually copied and slightly modified from `gradio.processing_utils.encode_pil_to_base64()`, I...

@AUTOMATIC1111 > Can you test and verify that when you serve image with the setting set to not add text info, the text info really is not added? I made...

@AUTOMATIC1111 Greetings. Can this PR move forward or is there something still blocking?

I met this issue when I forgot to add the entity class to the datasource arguments.

I came up with this issue as well and worked out a solution. `realize` executes `go install` to rebuild your project into `$GOPATH/bin` first before actually running it. When you...

I encountered this issue as well when I tried to bundle `fastify` with `rollup`. Code like: ```javascript const logger = require("abstract-logging"); logger.info(111); ``` works fine. But when we bundle it...