Xuanbo Cheng
Xuanbo Cheng
Seems a good idea. For now I think the only way is using a shell script to create new gists.
Thanks for your suggestion, I will implement this in the next minor version.
How about an option like `keep_history`?
我设置了查询间隔2秒,服务器有限制。(不太建议读代码,这个小玩具是我初学js/ts时写的)
过段时间我打算用Svelte重写一遍,会继续维护的
好的 我去看一看
我这里测试了一下是没有问题的。 可以提供 console 里的报错信息吗?(如果有的话)
原来如此,我在(有生之年的)下一个版本里加上这个域名吧
Hi, I've been considering this problem for a few days and recently published a library called [`ts-enum-utilx`](https://github.com/exuanbo/ts-enum-utilx). It takes a different approach but also achieves type safety without the need...
Thanks for your suggestion. Actually, `requireFromString` has already used the `filename` option: https://github.com/exuanbo/module-from-string/blob/2d6b66186eb811434a2195b88b332ff7efd642ea/src/require.ts#L43-L44 But `moduleFilename` from the above code is by default generated as a UUID. https://github.com/exuanbo/module-from-string/blob/2d6b66186eb811434a2195b88b332ff7efd642ea/src/require.ts#L19-L23 I will expose...