I have a Kotlin class, its task is to push a jar file to codeartifact, i do get a token successfully but i keep on getting a 401 back from codeartifact service,
I am building a back-end service for a full-stack application using fastAPI and unicorn. src/asgi.py import uvicorn from src import create_app app = create_app
Actually I'm new in nodejs. Currently I'm trying to solve a easy problem in nodejs but I'm stuck on it. Please help me to figure out this, I have this object, [
I can not execute this code on Oracle, the error shows: "ORA-00979: not a GROUP BY expression" However, I was able to run it successfully on MySQL. How does t
Given: function sorter<T extends string | number> () { const icf = new Intl.Collator().compare return (a: T, b: T) => typeof a === 'number' ? a - b
I know it could look like This Question but I could not fix it with the solution proposed and I could not comment on it too. The Error is : After add implementa
I have my Django view where I upload the file from admin and users download it on the frontend when I download the file on the frontend the download is extensio
I found a problem with jQuery UI Datepicker on my site. When I click on the input, it does show a datepicker properly. Nevertheless, when I don't select any d
I have a bicep module storageAccounts.bicep, which is creating multiple storage accounts and outputing an array of their names: @description('Name of Environmen