when i run python3.9 -m ctbot i got this error, and the slash command will not be updated. after i kicked my bot and reinvited my bot to my server, the slash co
I have a simple macro that returns the date of the last save of the current document: Function LastSavedTimeStamp() As Date LastSavedTimeStamp = INT(ActiveWor
I have a table like Date Balance A Balance B --------------------------------- 2022.03.01 100 200 2022.03.01 200 500 2022.03.02 300
for this TIC TAC TOE game, I'm new to coding so I'm not sure how can change the A.I to play more intelligently, I know it's with the use of a minimax algorithm
This is my code: [HttpPost] [Route("api/bulkUpload")] [IgnoreAntiforgeryToken] public JsonResult bulkUpload(IFormFile file) { List&l
For DbContext Configuration , following code is being used. My understand of the code is as below : In the ApplicationDbContext class constructor, We are passin
I'm establishing two paths to switch language in my site in my react router. The components associated with those paths need just to perform a useEffect to set
I overtook a WPF project where entity framework is used. The person before me used a single global DbContext. After some reading it became clear that this is a
I'm using Angular with Angular Material components. So, I added a login component (form) where the user can type in his email and password. The input field for