DamonChen

Results 13 issues of DamonChen
trafficstars

current isarray function example is ```lua local isarray = require "table.isarray" print(isarray{"a", true, 3.14}) -- true print(isarray{"dog" = 3}) -- false print(isarray{}) -- true ``` That is not the correct...

fix: #23, support hiden interface

Should the src_grey delete: https://github.com/lxfater/inpaint-web/blob/0e4f8d152d152c3ee1a5984072eeb1d49c91ecd5/src/adapters/inpainting.ts#L96