In ASP.NET Core-6 Web API, I have this validator using Fluent Validation: public CustomerValidator() { RuleFor(p => p.NotificationType) .Cascade(
I searched around and did not find how to use SQLITE_STATIC in sqlite3 of python. Is it available? I am very new to sqlite3 and database. I was surprised when m
I have a TextInput and a button, and my aim is to be able to select some text from the TextInput and then push a button which calls a function that prints: sele
I have tried to restrict IPv4 access with GAE firewall rules but have been unable to restrict access. I tried to restrict access with IPv6 instead of IPv4, and
I'm attempting to make post requests to slack from a requests.post() call. Here is an example of the code that I've made to do this: fields = { 'se
I'm trying to turn any cell that matches a preset value to a color. If cells values are: S-DAYS, C-DAYS, DAYS it will turn the cell BLUE with black text E SW
I have a sellcar.vue which automatically uploads on firebase and a mylistings.vue, so how do I send the data from sellcar to mylistings which is on firebase and