Sknight Qian

Results 8 issues of Sknight Qian

I have many entries and each entry need to inject an external javascript called aepmod.js (just like a CDN jquery), but I got wrong times of injection in my dist...

'createTouch' in document 在PC端也是返回true, 导致PC拖拽功能BUG drag.js中的第17行应该改为 var isTouch = 'createTouch' in document && !('onmousemove' in document);

My columns are the date, which is depended on the user's time select. Such as 2018-08-01, 2018-08-02,2018-08-03 and so on. So my column slot like following: ``` ``` when columns...

I want to replace [three-vrm](https://github.com/pixiv/three-vrm/) with babylon-vrm-loader, but I have confusion about the morph target: In three-vrm, change blendeshape using as following ([demo](https://github.com/pixiv/three-vrm/blob/dev/packages/three-vrm/examples/blendshapes.html)): ``` // set value currentVrm.blendShapeProxy.setValue( THREE.VRMSchema.BlendShapePresetName.A, 0.5...

I can't find the document of unityloader.js. I only found some snippets of code in following [url](https://forum.unity.com/threads/new-unity-webgl-embedding-api-white-paper.430909/). `var myGame = UnityLoader.instantiate("gameContainerId", "http://mydomain/myfolder/Build/mygame.json", {onProgress: myProgress, Module: {TOTAL_MEMORY: 0x20000000}});` But I still...

在WebGL模式下会报错 复现方式:用这个[demo](https://uiwjs.github.io/react-baidu-map/#/drawing-manager?_id=%E4%BD%BF%E7%94%A8-hooks)并开启webgl模式 1. TypeError: Cannot read properties of undefined (reading 'offset') ![image](https://github.com/uiwjs/react-baidu-map/assets/8033144/e0a6beff-d5dc-48da-a5f1-37a3719c95f2) ``` const { drawingManager } = useDrawingManager({ map, isOpen: true, enableDrawingTool: true, drawingToolOptions: { anchor: BMAP_ANCHOR_TOP_RIGHT, // 位置,...

My dependencies ``` "next-with-less": "^3.0.1", "next": "13.4.6", "tailwindcss": "3.3.2", "postcss": "8.4.24", "autoprefixer": "10.4.14", "antd": "^4.24.10", "less": "^4.1.3", "less-loader": "^11.1.3", ``` There is no **pages** folder in my project. I'm using...

I found the npm package with OpenAI, but how to work with **Azure OpenAI**. There are some differences in configuration.