happy wang

Results 10 issues of happy wang

I have mad a pull request to add support of z.lua in [nnn](https://github.com/jarun/nnn)'s plugin autojump: https://github.com/jarun/nnn/pull/1414. I think is good to add the usage in z.lua's wiki, but I have...

## isAutoRemove 现在artDialog在trigger了一些没有对应的回调的事件时, 是默认close().remove() 进行处理的. 但是有些时候, 比如快速关闭的时候, 不想很麻烦的去配置cancel回调, 而且如果不查看源码也不知道quickClose关闭弹窗是触发的cancel事件. 这个时候, 如果有一个isAutoRemove的配置, 在使用上就比较方便一点. 设定了isAutoRemove为true 那么默认关闭的时候(quickClose, 关闭按钮点击等)就关闭和移除dom 设定了isAutoRemove为false 那么上述情况下 就只是关闭 不移除dom ## quickClose 跟 #212 的问题一致, 所以把quickClose里面对options.backdropOpacity去掉了, 这样就可以由用户自行决定遮罩的展现

In some time, we only need to modify some values inside the json string, but don't want the existing format of the json string to change. So, I added an...

make the wave is more like a sin

`isAlive` is the attribute of `WebGLVertexArrayObjectOES`, which is the item of the list `vertexArrayObjects`

Add a new option --proxy-cache to cache response from the proxy server and will auto decompress the response if it is compressed based on the content-encoding header ##### Contributor checklist...

stale

之前是用anchor的offset的left和top都不为0作为判断是否可见的依据。这 个判断方式有点不够严谨,因为一个元素的可见与否,与它的offset没有 直接关联的,应该相关联的属性是width和height是否都大于0。 所以改成使用jquery的:hidden选择器来进行判断。 同时新增了测试文件visible.html 用来测试anchor可见,不可见,在视窗 之外和一半在视窗之外,show(anchor)能否正常工作。

I want to use rangy.shim for a iframe window to make At.js work fine under IE6 with a contentEditable iframe. with code like below ``` rangy.shim(ifr.contentWindow); ``` but when I...

Hi, I noticed that the type update for `match` in commit https://github.com/slavovojacek/monads/commit/b6afe6e091adb280cd8e1b72370799504e90c32e is very helpful for using `match`. However, this update is currently only available in the source code and...

Hi! First of all, thanks for maintaining `dummyimage` — it has been very helpful for many frontend developers (including myself). I recently built a lightweight re-implementation based on Cloudflare Workers....