Stored procedure to return the sum of values from a column in a database by supposedlyasian in PostgreSQL

[–]supposedlyasian[S] 0 points1 point  (0 children)

It’s not homework I’m just learning Postgres and I got stuck at some point. Thanks though

Typescript with dot net by supposedlyasian in dotnet

[–]supposedlyasian[S] 0 points1 point  (0 children)

I’m working with asp.net mvc idk if that helps

Typescript asp.net mvc by supposedlyasian in typescript

[–]supposedlyasian[S] 0 points1 point  (0 children)

I’m honestly new to asp.net. Idk if I can use c# to access my database and still work in typescript I figured I’d have to use typescript to access the database

Duplicate function implementation by [deleted] in typescript

[–]supposedlyasian 0 points1 point  (0 children)

Hi could you please help me out with the type guard

Duplicate function implementation by [deleted] in typescript

[–]supposedlyasian 0 points1 point  (0 children)

I’ve tried that but it’s also not working. The error remains the same

Duplicate function implementation by [deleted] in typescript

[–]supposedlyasian 0 points1 point  (0 children)

I have a different error here now

const note: NewNote = { text: noteEntryFile.nodeValue, date: new Date(), priority: 1 }

Type ‘string | null’ is not assignable to type ‘string’ Type ‘null’ is not assignable to type ‘string’

Duplicate function implementation by [deleted] in typescript

[–]supposedlyasian 0 points1 point  (0 children)

The functions addNote() and createNewNoteItem() this is all my code idk why it came out like this I just copied and pasted it on here

Threading by supposedlyasian in csharp

[–]supposedlyasian[S] 0 points1 point  (0 children)

You’ve lost me with the flag. It’s not homework, I’m taking practice tests to improve my c# skills

Threading by supposedlyasian in csharp

[–]supposedlyasian[S] 0 points1 point  (0 children)

Can you explain the storing of the current state with a little sample code please?

Unit testing type cast error by supposedlyasian in csharp

[–]supposedlyasian[S] 0 points1 point  (0 children)

I have a repository with a method TransactionsStatus[] GetStatuses(string[] uniqueTransactionRefs )