Results for next.js13
I need to emulate the next Unix command in a Dockerfile: ./DAEJA_VIEWONE_5.0.x_UNIX_ML.bin -i silent -f DAEJA_VIEWONE_silent_install.txt As you can se...
I have a list displaying all integers from 1 to 1000. When the user taps the > button on the remote, I would like to advance by 50 items in that list....
I've defined a Next.js (TypeScript/React) as follows: 'use client' import React, { FunctionComponent } from 'react'; import { Uploader } from "uploade...
I am using the 'firebase deploy' command to deploy a Next.JS project to firebase. When deploying functions, the command attempts to create a Cloud Run...
I have the following data: Date Index MonthlyReturn Group 2023-01-01 10 0 Group 1 2023-02-01 NULL 3 Group 1 2023-03-01 NULL 6 Group 1 20...
Screenshot of my code How do i solve this error. Everything worked before that point https://www.youtube.com/watch?v=FKZAXFjxlJI is video reference( s...
I am developing a Nextjs app and would want to direct user to another link using router.push but I do not know how to open the link in new tab. My cod...
I have the following in my next.config.js: /** @type {import('next').NextConfig} */ const nextConfig = { output: "standalone", // If set, use the ...
I want to get this button to align next to the dropdown but couldn't figure out how since right now the button is below the dropdown What I mean by dr...
const getAccounts = async (): PromiseIAccountItem[]> => { const data = await fetchClient('/accounts'); return Object.values(data.body); }; const ...
I'm trying to write a formula that retrieves a value from a sorted range when another cell value (the "input") is >= than the first cell in the range ...
I always need the 1st of the next year for a query in my Oracle. The date format from today's perspective should therefore look like this: 01-JAN-24 H...
Lets say I have two cmake libraries: lib1 and lib2, where lib2 depends on lib1. How can I do it without putting them into one general cmake project, m...
Say I have a 4x4 array, each row already sorted by smallest value. I want to create a list with the minimum values from each array row without repeati...
I'm using next/image and my image just won't show in the browser, only the alt text. My goal is to display an image with rounded corners and centered....
I have the following json file : { "entry1":"", "entry2":"", "entry3":"value3", "entry4":"value4", "entry5":"", "entry6":" ", "en...
I'm facing an issue with favicon display in Next.js 14.0.2. The problem arose after I added internalization and changed my project structure. In short...
I'm using Next-PWA and Next-translate I used middleware to support multi-tenant (middleware rewrites user's requests to it's organization's page) it's...
I'm using the version of next.js 14 with its app routing feature and NextAuth. I'm looking to secure the API but I'm getting a null object when using ...
I'm trying to build an api for an iOS app I'm working on. I'm using Next.js 14 for it and I got it working, for the most part but I'm a bit puzzled on...
I am installed a module in my project that includes a tag within it, and next.js is unable to properly render the image. Currently, the image in the ...
When I click on the Colored PictureBoxes a Colored PictureBox is added to the mainPanel. The next time I click the button the Next PictureBox should b...
I am trying to make an API in the new version of Next.js (14), but it looks like the new version does not support that. I made a folder (api) and a fi...
I have my caret at an instance of a word. I want to press a keyboard shortcut and have a caret be added to the next occurrence of that word. Is that p...
As you can see from the code below, I have a button that I would like go to the next element, and if that element has children, to go to each of those...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?