Gaubee

Results 24 issues of Gaubee

Only Commonjs support now~

enhancement
good first issue

[with-backdrop](https://github.com/David-Mulder/paper-color-picker/blob/master/paper-color-picker.html#L196) is base on `paper-dialog`. but `paper-dialong` should be sibling of `app-drawer-layout`. see: https://github.com/PolymerElements/iron-overlay-behavior/issues/215#issuecomment-246550755. Please add optional attributes of `without-backdrop`. Or get it to work with `app-drawer-layout`. thanks.

need Some Api like this: ``` js writer.write("A1:B1", "Across the column"); ```

> COPY ISSUES FROM [webrtc-sdk/Specs/issues/7](https://github.com/webrtc-sdk/Specs/issues/7) [webrtc-sdk/Specs/114.5735.08](https://github.com/webrtc-sdk/Specs/releases/tag/114.5735.08) my demo is simple, open RTCDataChannel by [webrtc-kmp](https://github.com/shepeliev/webrtc-kmp) and safari. then 10MB of data is sent, 64kb at one time. In theory, 157 times...

据我所测试,web端的document.write这个应该和直接引入的效率无异把。 所以基于此处,我是建议之间编译整个脚本块, ``` js // Wind(function(){//包裹整个代码域 //可能而外需要做的就是判定Wind.compile是否在字符串中 var hello = Wind.compile("async", function () { console.log("hello") }; }) // ``` --- 当然,如果真的是要预编译整个文档,我更推崇下面这种写法,更加优雅客观: ``` js // Wind(function(){//包裹整个代码域 //可能而外需要做的就是判定Wind.compile是否在字符串中 var hello = function...

Add documentation describing how to compile Monorepo-style projects with dnt.

**Describe the bug** The gestures discussed here include scrolling and dragging. I haven't tested in other scenarios yet. Regarding dragging: I implemented a native listener (using addGestureRecognizer attached to a...

bug
ios
uikit interop
ios touches interop

value = NaN,got error! demo: https://codepen.io/Gaubee/pen/bGyPKKO?editors=1111 ![img_v3_02cb_3f179f4e-3bad-4cc8-8037-8764d3e1518g](https://github.com/jakearchibald/idb/assets/2151644/bf6fa85c-1881-40fe-92ec-148d6081fecb)

in commonjs, import.meta.resolve use nodejs buildin require.resolve in esmodule, import.meta.resolve use nodejs buildin import.meta.resolve or createRequest(filename).resolve add import.meta.filename / import.meta.dirname support