Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
1 vote
0 answers
290 views

I have a working implementation for scalar for an endpoint that requires authentication via entraId. application.MapScalarApiReference( options => options ....
Mathias F's user avatar
  • 16k
2 votes
0 answers
198 views

I'm learning Scalar instead of Swagger now, and i can not find out how to configure more than 1 common response types over all endpoints in project. I mean that, that i want to have endpoints which ...
JD_1609's user avatar
  • 63
0 votes
0 answers
165 views

Is there an alternative to Swagger's configuration IncludeXMLComments in native MS OpenApi which is introduced on .NET9? I'm running a project on .net8 and migrating to .net9 and wanted to migrate to ...
johnny88's user avatar
0 votes
1 answer
1k views

I have 2 sets of controllers: internal and external I have JWT auth on internals and API Key auth on externals. How do I setup my API to enable Scalar to ask for API key but only for the external ...
NotLostRider's user avatar
0 votes
1 answer
46 views

I have a dedicated Azure SQL environment where I am using a loop to get US States names like 'AB' or 'NY' etc and also geographical boundaries from the same table. Code and error below: DECLARE ...
IrfanClemson's user avatar
  • 1,779
0 votes
2 answers
2k views

Trying to implement Scalar in a .net9 aspcore app. Doing the basics by using OpenApi. When i run it I see the UI but i dont see any of my methods. In the output window i see Request finished HTTP/2 ...
Curtis Conner's user avatar
9 votes
5 answers
6k views

I'm working on enabling Scalar in my .NET 9 application and need to configure it to use JWT tokens globally, similar to how Swagger allows adding JWT token authentication globally. However, I couldn't ...
Recep Gunes's user avatar
0 votes
0 answers
48 views

import numpy as np from keras.models import Sequential from keras.layers import LSTM, Input, Dropout from keras.layers import Dense from keras.layers import RepeatVector from keras.layers import ...
Asiedu's user avatar
  • 1
2 votes
2 answers
938 views

I have an API with .NET 9 while I run the API directory by Kestrel or IIS everything is ok and openapi/v1.json is like this : "open API": "3.0.1", "info": { "...
Ali Hafez's user avatar
0 votes
0 answers
389 views

Currently I have an SQL query where I am pivoting the values of one table and then joining that data with another table. The query works but the problem is that I had to hardcode the pivoting for each ...
user5648335's user avatar
0 votes
1 answer
166 views

i am doing element wise multiplication of large matrices, so i want to know if there is any way to do it faster than using the * operator from de R Base. I have been trying to find out but most of the ...
Noe Sebastian Medina Muñoz's user avatar
0 votes
0 answers
113 views

I'm using GraphQL latest version 1.9.3 They have removed option of passThroughCustomScalar Currently response is coming in dictionary form and schema.graphql has generated as below public typealias ...
Paresh Patel's user avatar
4 votes
1 answer
161 views

Considering the following examples: $null foreach ($n in $null) {'This is a $null test'} (no output) $null | ForEach-Object {'This is a $null test'} This is a $null test $null -in $null True $null -...
Paul π's user avatar
  • 585
2 votes
1 answer
552 views

The term scalar is often used in PowerShell issues and documentation along with e.g. the about_Comparison_Operators document. I think, I do have an abstract understanding of its meaning (in fact I am ...
iRon's user avatar
  • 24.4k
1 vote
1 answer
59 views

For a BMI calculator we need to create in programming class, I need to make sure that the values of size and weight are insinde of a certain range of numbers. Every time the program tells me that I ...
Hauke Jakubowski's user avatar

15 30 50 per page
1
2 3 4 5
36