Results 6 issues of sonacy

for sequelize, we can [enforcing-a-foreign-key-reference-without-constraints](https://sequelize.org/v5/manual/associations.html#enforcing-a-foreign-key-reference-without-constraints). the reason is i don't want create foreign key to constraint, just for use reference. not seeing this in docs. wonder how to do it...

enhancement

i want to get the retry number when define a task so i can do diffrent thing when retry number reach the max retry count. ```js await cluster.task(async ({ page,...

when generate static html assets, it can be over 1000 html files, that's just not neat. maybe try to generate spa static html assests is more elegant.

enhancement

wondering this widget example, https://mars.chatscope.io/. can you give the source code of this website ? thanks

is there a api to check if the task has already define by the task id. for example ```js const key = "handle upload coverage" // this is the api...

**TypeScript Version:** 3.7.4 **Code** ```ts const sf = createSourceFile( 'aaa', 'const a: string = "哈哈"', ScriptTarget.Latest ) // try to do sth in transfrom. const result = transform(sf, []) const...

Bug
Help Wanted
Effort: Difficult