songkeys
songkeys
> I changed the line 35 to `client: 'gtx',` instead of `client: 't',` and it's working for me now. Thanks a lot. You saved me. Just not sure how long...
@philc any chance to publish a new version? we're still waiting for it
请问 `ctx.compare` 是需要自己实现吗?这是哪个库继承来的方法呢?谢谢
> The pings all go through fine- every after the .on events stop firing, the pings still work (so pinging the server does not seem to help AT ALL). I...
For anyone stuck at this problem: downgrading `@rollup/plugin-commonjs` to v21 solves for me.
Do we have any plan on this? The current UI is usable but not so friendly. [Redocly](https://redocly.github.io/redoc/) gives a really good example.
I'm also looking for this but can't find any. So I just wrote a config-mapping node module [tsconfig-to-swcconfig](https://github.com/Songkeys/tsconfig-to-swcconfig) which maps configs in `tsconfig.json` to configs in `.swcrc`. (Only a subgroup...
Hi! It's been a year. Deno has published its official 1.x version as well. Since v1.7, we can even compile a deno project into a single binary file. I'd be...
I just discovered this cool tool. But it seems inactive for quite a while. Is there an alternative library or is there any roadmap / plan / issue list for...
你这个issue 和 #62 提到的已经不是 [CommonMark](https://commonmark.org/) 的问题了。 这两个功能属于 GFM ([GitHub Flavored Markdown](https://github.github.com/gfm/))的范畴,CommonMark 的超集。不应该是 wemark 这个基本库需要解决的。 如果真需要的话,可能得额外加一些扩展功能了……