I am new to PostgreSQL and I need to import a set of csv files, but some of them weren't imported successfully. I got the same error with these files: ERROR: e
If I have a base class and multiple sub classes that inherit from this base, e.g: class Message { constructor(public text: string) {} } class MessageA ex
I just created an Asp.Net Core project in .Net 6, which reference a class library project(well, several actually), in .Net 6. When I launch the app, I get an er
Hi I am trying to get the workitems of a particular project only using below code but i am getting the work item count of all the projects. Please help? $user
when going to the custom AWS Cognito UI Page: https://<your_domain>/login?response_type=code&client_id=<your_app_client_id> am getting the follo
This morning I was coding an app following a tutorial (https://www.youtube.com/watch?v=iFdtSi1v1Vk/) and after adding compile 'com.microsoft.projectoxford:emot
How to add permissions to discord.py slash-commands command? There is no @has_permissions() in slash-commands. @slash.slash( name="kick", description="K
I'm trying to evaluate the curvature of a spline: equation for K I'm using Python3.8. The spline was generated using splprep. I cannot use other functions (splr