Sean

Results 23 comments of Sean

I have implemented a CLI tool with ts-morph to generate OpenAPI 3.0 definitions. It seems easier to do the reversal. Here are my Doc and Schema typings which might help...

I can't even get the logs to show up

注意不要替换错了,是换Application Support下的插件,不是应用包Contents里的 路径为`~/Library/Application Support/ShadowsocksX-NG/v2ray-plugin_1.2.0` 也可以从软件里打开(打开后还有一个symlink,点击显示原身再替换) ![image](https://user-images.githubusercontent.com/5442563/99534486-6f34a180-29e2-11eb-9b8b-d61f9829ceaf.png) ![image](https://user-images.githubusercontent.com/5442563/99534857-08fc4e80-29e3-11eb-9fdd-740016f50f4f.png) ![image](https://user-images.githubusercontent.com/5442563/99534887-14e81080-29e3-11eb-9a30-36882370ffd1.png) 我提供下新编译的v2ray-plugin,解压后用它替换那个目录下同名的 [v2ray-plugin.zip](https://github.com/shadowsocks/ShadowsocksX-NG/files/5560178/v2ray-plugin.zip)

Thanks! Pull requests are welcome!

Some files are corrupted. Download them manually from https://huggingface.co/suno/bark/tree/main

In txt2img mode, might be related to #2881 In img2img mode, disable `Crop input image based on A1111 mask` (it's enabled by default based on inpainting settings)

It's because this plugin installs the CPU version of rembg. You need to replace it with the GPU version. Try this: ```bash pip uninstall rembg pip install rembg[gpu] onnxruntime-gpu ```...

好几个月了还没修复。这是钱都不想挣了啊哈哈哈

Building a model from cached data will strip off timestamps. `Member.build(data, { isNewRecord: false })`

Solution here: ``` Model.$build = function(values, options) { const instance = this.build(values, options); if ( this.options.timestamps === true && options && options.isNewRecord === false ) { instance.dataValues.createdAt = values.createdAt; instance.dataValues.updatedAt...