Steven Nguyen
Steven Nguyen
@TorstenDittmann, do we want to update the client-side validation for this? According to [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/email), something@something is valid: > A single properly-formed email address. This doesn't necessarily mean the email address...
Thanks for opening this issue! 🙏🏼 As a workaround right now, You can use an Appwrite Function so that your client app doesn't have to initiate several requests. In your...
@fanatic75, thanks for your interest! 🙏🏼 It might be best to leave this to the core team for now, at least until we decide on the design/approach.
Discord thread: https://discord.com/channels/564160730845151244/1208526266312163388
> While searching for the collection name allows selection, the chosen field remains empty. Demo of this behavior: [Screencast_from_02-26-2024_075341_PM.webm](https://github.com/appwrite/appwrite/assets/1477010/b898b5d7-131f-47ca-8d3a-405539068bb6) This is the same behavior as https://github.com/appwrite/console/issues/1471 except with collections rather...
@xkrishguptaa, are you still interested on working on the node docs?
@35C4n0r > what kind of tests would we want for the generated enums, tests comparing the enum to the string value like: ``` ErrorType.GeneralMock == 'general_mock` ``` This is exactly...
@geisterfurz007, @35C4n0r can add these test cases since they should be self contained and shouldn't impact the other tests too much.
@35C4n0r, btw, best practices for commit messages is to use imperative (i.e. use add rather than added). For more info, see https://cbea.ms/git-commit/
> what would be a better way to handle this would be to not generate the ErrorType enum if there are 0 elements. Ya, let's be defensive and handle the...