Wang Guan

Results 45 comments of Wang Guan

This sounds greatly useful. Does jscpd has "remote" support (I imagine some API server to inspect uploaded files or remote git repo url) already?

@nathanaelkane Having similar problem : indents not highlighted (at first) in gvim, only if I use certain colorscheme. ( vim in terminal works fine ) I am using `vundle` ,...

原来有人看这个repo的..太好了 ㊗️ 等现在的这些排版搞定 我去联系看看

The workaround in https://github.com/jariz/gatsby-plugin-s3/issues/24#issuecomment-565175735 may cause incorrect cache of `prefixPath/page-data/**/**.json` files. I had to pass in a custom `params` to workaround this. When files are moved manually, their paths no...

Another seeming inconsistency with prefixPath: https://github.com/jariz/gatsby-plugin-s3/blob/40516b39a308ccb337b853a36436beaedca86786/src/bin.ts#L196-L198 sets a non-configurable unprefixed key for `404.html`. My current workaround is to: ``` yarn run gatsby build --prefix-paths mv public public-temp mkdir public mv...

After a survey on previous work of `pathPrefix` support, I got a little confused. There was a (perhaps wip) branch at https://github.com/jariz/gatsby-plugin-s3/compare/a0917f..feature//prefix authored by @jariz , but it was not...

For me personally, it's not even a problem now (we can always remove outdated object and deploy again). I filed this issue because it might surprise other users :) .

In case you are ok with docker: we could use a [one-shot hasura container](https://github.com/hasura/graphql-engine/issues/3480#issuecomment-1121748513) to run migrations with a different `HASURA_GRAPHQL_DATABASE_URL`

微信IDE 内部有一个wcc,不是JS做的,http://www.alonemonkey.com/2017/01/18/wechat-small-program/ `4. Button标签` 有个介绍。 不过生成的JS非常难读,也不方便在测试中执行 (需要window)

好的,有什么发现一起交流 👍