VaSeala
VaSeala
很喜欢mditor ,请问支持到IE哪个版本?
**What problem does this feature solve? (这个功能解决了什么问题)** 通过socket或其他方式接收到后端数据,然后通过appendMsg渲染消息列表时,滚动条会自动滚动到底部。如果此时我正在阅读前面的消息,会直接跳走,体验不好。 **Describe the solution you'd like (描述您想要的解决方案)** 执行appendMsg时,如果通过某种方式判断到正在阅读前面的消息记录,则不要让滚动条自动跳转到底部 **What does the proposed API look like? (你期望的 API 是怎样的)** 暂时没深入了解相关API,不做评论
This is the doc: https://casbin.io/docs/priority-model#load-policy-with-priority-based-on-role-and-user-hierarchy Then I place the demo code to the online editor: https://casbin.org/casbin-editor/#53YFYAD7M When I click `RUN THE TEST` button, it throw `unsupported effect`!
## full example code https://github.com/issuebox/casbin-jsep ### policy.csv ``` p, alice, read p, bob, write ``` ## normal instance ### model1.conf ``` [request_definition] r = sub_data, act [policy_definition] p = sub,...
## System info **Operating System**: macOS Sierra **Shaka Packager Version**: v2.6.1-634af65-release ## Issue and steps to reproduce the problem **Packager Command**: Extra steps to reproduce the problem? I have such...
### 问题描述 我的连线规则是,线只可以连接到元件的连接桩或者线上,同时 `edgeAnchor` 设置为 `orth` 在我的demo中,我先从第一个元件右侧中间的顶点向第二个元件的连接桩连了一条线; 然后我希望能从第一个元件的右侧顶部连接点向上面的线连一条连接线,连接完成之后,不是我想要的效果,而且也无法继续操作。 ### 重现链接 https://stackblitz.com/~/github.com/issuebox/antv-x6 ### 重现步骤 从第一个元件的右侧顶部顶点向demo中的线上再连接一条线,连接完之后不是我想要的效果 ### 预期行为 我想连接后是这样的线 ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google...
设置过 ``` javascript fis.hook('commonjs', { forwardDeclaration: true, skipBuiltinModules: true }); ``` 之后构建文件 构建前: ``` javascript var $ = require('jquery/1.11.3:exports/jquery'); module.exports = $; ``` 构建后: ``` define('jquery', [], function(require, exports, module)...
**Have you read the [Tutorials](http://shaka-player-demo.appspot.com/docs/api/tutorial-welcome.html)?** Yes **Have you read the [FAQ](https://bit.ly/ShakaFAQ) and checked for duplicate open issues?** Yes **If the question is related to FairPlay, have you read the tutorial?**...
### What do you want to do with Hls.js? Maybe there is an error segment in my video, and I hope not to load this error segment repeatedly ### What...
### Checklist - [Y] I have searched the issue tracker for any duplicate issues and confirmed that this bug has not been reported before. - [Y ] I have tested...