I have a few models in my schema.prisma file that are not generating with their @@map for use in the client. model ContentFilter { id Int
I'm trying to query a public ArcGIS server using a some a node script in Typescript but I'm getting the error: [esri.layers.FeatureLayer] #load() Failed to load
Next.js' API Routes receive a req object - it's an extension of http.IncomingMessage with additional middlewares such as req.query. The typing of req.query, fou
Let's say in the src folder, we have two files, one is typescript file someFeatures.ts, the other is js file someFeatures.js,so their main file name is the sam
I'm trying to convert JavaScript template to Typescript. So I have this accordionStyle.ts like below import { primaryColor, grayColor } from "../../material
How do i count the items by checking the date within 30 days from the current date? Here is my sample code: <table width="100%" border="1"> &l
I have an issue with a project where i need to change an object variable to false and save it to local storage. let animalHtml = // Checking if animal is fed or
I've written a recursive function to find a given object and the path within that tree, but when I change the target id (over here : if(tree.targetModuleId ===
I'm attempting to format my logs in such a way that Google Cloud will correctly extract the log level. This is running on Cloud Run, with typescript. Cloud Run
Need to call function from app component to ALL child components, I cannot make it work with output, nor emitter, nor viewchild. Parent component import { Compo
In Three.js there is a field on Object3D class called userData, which in the type declaration file node_modules/three/src/core/Object3D.d.ts is defined as /**
wondering how to define the type of body of an API POST Nextjs route in order to benefit from typesafety ? In the NextApiRequest, body is defi
I'm new to Typescript and I have to build an interface for the following props type: const myProps = [ { name: 'name1', on: true, children: [
I am trying to load working days through a function, I need to load days by calling a function so that I can validate which days it works. For all other parame
Did according to examples, but I get an error: http://localhost:3000/#error=login_required&state=19004288-e312-4782-ac23-9dc038cd7bb0 Here is my code: keyc
I am trying to test a react typescript project using jest but it's giving a confusing error: Error image Here is my package.json: "dependencies": { "@testin
Demo: https://tsplay.dev/Nnavaw So I have an array with the following definition: Array<{ id?: string; text?: string; date?: Date; }>
I'm trying to use a property of my data in a computed method like this: data() { return { ToDoItems: [ { id: uniqueId("todo-"), label: "Learn
I was wondering if it is possible to change the default behavior zoom, the default seems to change the viewport in all directions, but I want to keep the bottom
The origin of the following autogenerated type is a GraphQL query: export type OfferQuery = { __typename?: 'Query' } & { offer: Types.Maybe< { __ty