Nick Zelei
Nick Zelei
The fix here is to introduce a way to conditionally disable the retry logic from being wrapped via a sql connector option.
Hey would you mind sharing your table setup in this scenario? We have been investigating this for another user but were unable to reproduce it! We've been digging into this...
Would also be curious to know if you have pulled the latest docker image recently. We have been reworking some of the redis stuff and would be curious to know...
Hm, I'm not able to reproduce this. I just tried it in Safari and was able to use the copy clipboard functionality. We are using the Safari Navigator API which...
Logs are surfaced in Neosync, but are not available out of the box with the open source version of the tool. If using an enterprise license or the cloud version,...
I did take a look at this. They don't seem to convey the use of the `AddPoliciesEx` function. But perhaps the notion here is that they shouldn't have to and...
Good callouts. Adding the unique key and handling the duplicate check in the adapter would go a long way towards being safe as well as handling races. I have added...
I've seen the mention of adding that index in various places, don't have immediate refs on hand though. Seems like a sensible thing to do, however casbin does throw a...
> Does your hook files is in a tsx file? If there is no JSX in it you can rename it to `.ts` and it should make the issue go...
Thanks for logging the issue. We use the go-mysql-driver: https://github.com/go-sql-driver/mysql They list there what URL parameters are supported. However, I didn't realize they would reject arbitrary parameters. I typically don't...