Newest Questions

0 votes
0 answers
15 views

API Testing-> Postman-> Post Request->401 Unauthorized The request is unauthenticated

I am very new to API testing and was trying to send post request to Postman. After sending post request in Postman, I am getting API "401 Unauthorized The request is unauthenticated." I am ...
Postman Testing's user avatar
0 votes
0 answers
18 views

WPF Button dropshadow

i want to make the buttons have a dropshadow with a diffrent color each like in this mockup so far ive managed to pretty much replicate it except the drop shadow. i made a template for the buttons : ...
Roei's user avatar
  • 13
0 votes
0 answers
9 views

Error: [Cabal-7125] Failed to build postgresql-libpq-configure-0.11

I've haskell cabal project with below config library import: warnings exposed-modules: MyLib , Logger , Domain.Auth , ...
user51's user avatar
  • 10.3k
-1 votes
0 answers
20 views

Fetch API Accumulative Memory Spike When Refreshing

I'm having an issue where I am fetching from a website in my Vue project, and the memory usage grows every refresh - when I first run the project in development mode and check the memory usage in my ...
Daniel Amoruso's user avatar
0 votes
0 answers
10 views

Private Link Service to expose Azure SQL Server AG cluster deployed in multiple subnets

need a quick suggestion here. I am in process of provisioning a SQL Server Availability Group cluster in Azure using Multi Subnet approach as recommended by Microsoft to avoid having a frontend LB for ...
Rahul's user avatar
  • 78k
-1 votes
0 answers
18 views

Passing a db service to actix-web handlers in rust

I followed a simple tutorial to get an actix-web server running quickly. Basically I start it like this: impl ServiceServer { pub fn new(db: ReserveDB) -> Self { Self { db } } #[...
unsafe_where_true's user avatar
-2 votes
0 answers
21 views

"Headerstyle2" is not functioning

My headerstyle2 Id is not working. It goes underneath headerstyle1, with no background. I need to know why it isnt going in the top right corner, as its meant to. my goal is to make tabs at the top of ...
Niko's user avatar
  • 1
0 votes
0 answers
10 views

Apache NiFi processor 'InvokeHTTP' POST with MultipartFile formdata

How can I replicate this request in NiFi. This is the request i used in postman and it works curl --location 'https://xxx.xxx.com/xxx/11isapi.dll/api/v1/nodes/-' \ --header 'OTCSTICKET: token' \ --...
S123W's user avatar
  • 1
-1 votes
1 answer
14 views

Google search not showing my website like other see picture of what I want

this may seem random but its really getting to me now I want my website to appear like other websites I've done an example of what I mean... for instance I want my website to appear with the main ...
Jay's user avatar
  • 1
0 votes
0 answers
8 views

Could not determine the dependencies of task ':photo_manager:compileReleaseKotlin'

i get an error whin i build apk FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':photo_manager:compileReleaseKotlin'. > Unknown Kotlin ...
Samir Paul's user avatar
0 votes
1 answer
14 views

Animate CALayer Contents Change

I have a CALayer that I update the contents with a CGImage of a UIImage self.imageLayer.contents = newImage.cgImage I want to animate this change. First I tried this and did not work: CATransaction....
Gizmodo's user avatar
  • 3,234
3 votes
2 answers
72 views

Is "type" a keyword

When I read the Python C API Reference Manual, it points to below from https://docs.python.org/3/c-api/type.html#c.PyType_Type type PyTypeObject Part of the Limited API (as an opaque struct). The C ...
IcyBrk's user avatar
  • 1,320
0 votes
0 answers
16 views

Is pandas to_sql() locking the MS SQL tempdb?

I am inserting data (thousands of rows) into a temp table in a MS SQL database so that I can join it on other tables to return data in a subsequent read_sql() call. After creating a SQLAlchemy ...
Pilgrim's user avatar
  • 88
0 votes
0 answers
11 views

EMF/Xtext grammar error “Encountered `val` at line 6, column 5. Was expecting `}`” after `Model` definition

I’m defining an EMF metamodel but I keep getting an error on the { that starts my Model class. The parser highlights the opening brace after Model and reports: Encountered " "val" &...
Anthillion's user avatar
0 votes
0 answers
7 views

Jetpack Compose navigation between screens using bottom navigation bar and buttons within the screens

I have the following basic code in Android, Jetpack Compose: import android.os.Bundle import androidx.activity.ComponentActivity import androidx.activity.compose.setContent import androidx.compose....
Eyal Hochstadt's user avatar

15 30 50 per page
1
3 4
5
6 7
1615363