blueberriesiftheywerecats
blueberriesiftheywerecats
CC#
Created by blueberriesiftheywerecats on 6/15/2024 in #help
✅ Docker issue
i have this folder structure
121 replies
CC#
Created by blueberriesiftheywerecats on 5/14/2024 in #help
Help me understand
so, im trying to complete codecrafters challenge 'build your own http server'. And I was doing task 'Respond with 200' where i needed to just return 200 code to the client, but it didnt work. After some research I found out that I need to read request data before making a response, but why?
9 replies
CC#
Created by blueberriesiftheywerecats on 4/28/2024 in #help
Does hangfire has a redudant delay?
I`ve created an Job that deletes object from db at certain time, but it looks like it is being delayed by approximately 15 sec
2 replies
CC#
Created by blueberriesiftheywerecats on 4/7/2024 in #help
✅ How does Bot work?
how does @MODiX can compile code? I tried to implement it by myself and it works pretty good, but how MODiX doing that? I coudnt find any answers on github page
105 replies
CC#
Created by blueberriesiftheywerecats on 3/28/2024 in #help
Strange error
No description
6 replies
CC#
Created by blueberriesiftheywerecats on 1/13/2024 in #help
Is it possible to host my Telegram bot app using Arduino, if yes, how?
title
4 replies
CC#
Created by blueberriesiftheywerecats on 1/1/2024 in #help
✅ Help me with Test
I want to test RequestHandler (im using Mediator), but inside of that handler method I need to get user id from httpcontext. How can I test this handler? Should I somehow authorize or should I rewrite it?
1 replies
CC#
Created by blueberriesiftheywerecats on 12/27/2023 in #help
OAuth not working with Identity
2 replies
CC#
Created by blueberriesiftheywerecats on 12/26/2023 in #help
OAuth login not working and i cant understand why
2 replies
CC#
Created by blueberriesiftheywerecats on 12/22/2023 in #help
✅ help me understand
I want to create a web api forum pet project, but only using google oauth for auth. I implemented the process of getting the access token from google, but i don't know how do i need to store user in db, so i can get all posts, info about user that wrote this post (like his pfp etc)
21 replies
CC#
Created by blueberriesiftheywerecats on 12/19/2023 in #help
✅ help me understand
I want to create a web api forum pet project, but only using google oauth for auth. I implemented the process of getting the access token from google, but i don't know how do i need to store user in db, so i can get all posts, info about user that wrote this post (like his pfp etc)
1 replies
CC#
Created by blueberriesiftheywerecats on 12/2/2023 in #help
✅ Cant create an image of postgres
appsettings
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",

"MyOptions": {
"JWT_ISSUER": "https://localhost:7261",
"SECRET_KEY": "my-32-character-ultra-secure-and-ultra-long-secret-AAAultra-long-secret-AAA"
},

"ConnectionStrings": {
"DefaultConnection": "Server=postgres;Port=5432;Database=projectservdb;Username=postgres;Password=root"
},

"ApiKey" : "key"
}
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",

"MyOptions": {
"JWT_ISSUER": "https://localhost:7261",
"SECRET_KEY": "my-32-character-ultra-secure-and-ultra-long-secret-AAAultra-long-secret-AAA"
},

"ConnectionStrings": {
"DefaultConnection": "Server=postgres;Port=5432;Database=projectservdb;Username=postgres;Password=root"
},

"ApiKey" : "key"
}
102 replies
CC#
Created by blueberriesiftheywerecats on 10/25/2023 in #help
❔ ✅ Jwt auth not working
No description
18 replies
CC#
Created by blueberriesiftheywerecats on 7/31/2023 in #help
❔ How to create a real solution folder from rider ide?
19 replies