Steven Nguyen

Results 1187 comments of Steven Nguyen
trafficstars

> Would you please update the title of this issue to be more descriptive than just "Bug Report:"? > > The `role:guest` in the error response indicates you don't actually...

@Rinma, thank you for raising this issue! 🙏 . We use PHP's [`filter_var()`](https://www.php.net/manual/en/function.filter-var.php) to validate URLs: https://github.com/appwrite/appwrite/blob/5b4a3805bf7a1ee54cb562fd525dd471069a4cdd/src/Appwrite/Network/Validator/URL.php#L52 It looks like it [doesn't handle some special characters](https://www.php.net/manual/en/function.filter-var.php#104160). I'll talk to the...

@aakash-kumar-gorai, go for it! Please make sure to add test cases and validate the URL is correct when inserted into the Database **and** when it is retrieved. 🙏

@MahendraBishnoi29, see my previous [comment](https://github.com/appwrite/appwrite/issues/3670#issuecomment-1214220260).

> @stnguyen90 are you talking about this one? 🤔 Yes, @MahendraBishnoi29.

@MahendraBishnoi29, sounds like you'll need to find some resources on PHP. If this is too difficult, let me know and I'll unassign you from this issue.

@MahendraBishnoi29, any progress on this or should I unassign you?

@SaurabhNandy, thanks for your interest! 🙏 Happy hacking! @Sooraj-s-98, we're assigning people on a first come first serve basis after hacktoberfest starts. If @SaurabhNandy isn't able to complete the issue,...

@ProKn1fe, unfortunately, MySQL isn't supported out of the box right now. We plan to make this configurable in the future. If you really want to use MySQL right now, you...