Ken

Results 5 issues of Ken

`UNWIND $data as row` `MATCH (news:News) WHERE news.title=row.title` `MATCH (entity:Entity) WHERE entity.name=row.name` `CREATE (entity)-[:row.relationship]->(news)` This above is not supported using pacakage **neo4j-driver==1.6.2**

feature
team-clg

异步从后端获取文本后不能够成功渲染,文本框始终是空的 export const Editor = () => { const [value, setValue] = useState(null); useEffect(() => { httpRequest("get", api.NoticeManage).then(response=>{ setValue(JSON.parse(response.data.text)) }) }, []) const handleChange = (value) => { setValue(JSON.stringify(value.toJS())) }...

**You must follow the issue template and provide as much information as possible. otherwise, this issue will be closed. 请按照 issue 模板要求填写信息。如果没有按照 issue 模板填写,将会忽略并关闭这个 issue** ## Check List Thanks for...

question

**Want to prioritize this issue? Try:** [![issuehunt-to-marktext](https://github.com/BoostIO/issuehunt-materials/raw/master/v1/issuehunt-button-v1.svg)](https://issuehunt.io/r/casbin/casbin) ------ **What's your scenario? What do you want to achieve?** Your answer here **Your model:** ```ini [request_definition] r = sub, obj, act [policy_definition]...

enhancement

Just wanna check with team about the DDP feature, as there isn't any documentation mentioned about this kind of feature. And if there is any way that I can balance...

feature request