kazuwombat

Results 5 comments of kazuwombat

@cHaLkdusT Thank you for clear solution! I also need to add Keychain Sharing setting in shared app to access from other app, otherwise return nil.

I also want to know wether this function has or not.

Closeしてもらって大丈夫です🙏

In my case, I want to delete all objects(photos uploaded by a user) when the user is deleted. So I fixed storage.objects table's owner column Cascade. ![1](https://github.com/supabase/storage-api/assets/6919381/e0da8854-b2eb-4d9a-bab2-f4e9e0fe75bf) ![2](https://github.com/supabase/storage-api/assets/6919381/defc9fe7-ba06-4992-b3ce-2d92a4bd7b70) Now, user...

@filiptepper Thank you for your reply! Yes, but to call this method, it need option parse like in command.rb ```ruby analyzer = RailsBestPractices::Analyzer.new(path, options) ``` I'll try to create CLI...