stackoverflow icon

Stackoverflow

"shared variable already used" after undef, works fine in VSCodeI got this error in React - "Uncaught TypeError: Cannot read properties of undefined (reading 'match')" can someone help me please? [closed]Bitwise division in C : Programme seems to work for other numbers but when the divisor is 0 it returns 11 for no apparent reasonCodeigniter 3... Undefined Property $NgetestJavascript TypeError undefined on for loop only (not off-by-one) [duplicate]NestJS: After adding a new module and injecting services from other modules, application stopped workingWhen submitting data through an EJS form, all data get returned as "undefined"Why are my songs showing up as undefined?Type similar to Record<A, B> but saying that not for every A there is a B value (not even an undefined)What does the empty function body return in JS?Why can for...in loop run on undefined?TypeScript ignores explicit undefined type annotationholder.js has 'global is undefined' errorTesting undefined, failing in JS"Cucumber @ParameterType Named Parameter Not Recognized in IntelliJ"Uncaught TypeError: Cannot read properties of undefined (reading 'refs') in React Js using NX monorepoTypescript: undefined property cast check?Cannot Read Properties of undefined in a 2-Dimensional Matrix, HTML & JavascriptHow to solve undefined property $xx in the public function __construct at a controller on Codeigniter 4.5.5Function in flask app can't find variable, but online flask debugger can [duplicate]Why do I get a linker message: undefined reference to `Date::Date(int, int, int)' [duplicate]Jquery: Each inside each not recognizing pre-defined arrayThe method 'createTicker' isn't defined for the typetype data for props undefined in local component vue3.js with import tag Vue3, Vue3 needed for a alone pageenvironmental variables accessing in backend files [duplicate]Function return undefined [duplicate]How to use public functions in other source code files in golang?API FOR JS loop giving undefined at end of dataServer Timing API - There's undefined and unexpected png on my running browserWhy Google_Service_Drive type is undefinedFirst Element is Undefined in Drop Event Handler using jQuery UI Draggable and DroppableIn Alpine.JS, this.property inside method is undefinedAngular - TypeError: Cannot read properties of undefined (reading 'forEach')Can TypeScript specify keys that are allowed to not exist, but cannot be assigned to `undefined`? [duplicate]Empty vs. Undefined in Javascript [duplicate]Having an issue with Tyranobuilder, unexpected character issueProblem when using loop-generated variables in ansibleundefined object while using useContextvuejs3 and vite import.meta.env.VITE_BASE_URL not workingFacing error while making iOS build in xcode 15.2Uncaught Error: Cannot read property 'navigate' of undefinedReact component receiving undefined propsTypeError: Cannot read property 'explorerPage' of undefinedJS class variable is always undefined even though it's assigned and is never assigned to undefined, inconsistently showed by DevTools as wellvue js Cannot find module './undefined'How to pass variable to function if exists?Unable to read "wr_en, fifo_in" data using module instantiationEnforce generic function parameter to accept only types that include undefined and/or null [duplicate]Uncaught TypeError: isObject is not a functionWhy do object keys become undefined if they are accessed via an JSX element?

I'm using the DolphinDB Python API to safely create a shared table — undef the old one first, then share a new one with the same name: s.run(""" try { undef(`kTable, SHARED);... I'm creating a video game search app. I'm using an API so that clicking a searched game card takes you to a new page that contains images and a brief intro about the game. However, this does not work, ... I am trying to solve the problem posed in this question which asks that division of two numbers be performed in a bitwise manner. So, I wrote the following functions. sum() adds two numbers. larger() ... Models: Ngetest.phpp <?php defined('BASEPATH') or exit('No direct script access allowed'); class Ngetest extends CI_Model { public function showEcho() { return "naisu"; ... I have a function that gets called when you click a button. I'm checking to see if the clicked item has the class "itm-active". If it does, don't do anything. Else check for elements that ... I'm building a backend application using NestJS, and everything was working smoothly. Recently, I added a new module and attempted to use services from existing modules within it. However, after ... I'm currently trying to make a login and signup form using EJS, Express, Node, etc. However Whenever I submit data from a form, all data is being returned as "Invalid" I've checked my user ... Working in p5.js on a class assignment. We have to make a music player. I found a tutorial in the site, but despite copying the code near-exactly (only altering so as to implement multiple songs), I ... Record is defined as follows: /** * Construct a type with a set of properties K of type T */ type Record<K extends keyof any, T> = { [P in K]: T; }; It is defined such that for a Record&... Does an empty function body implicitly return undefined in JS? console.log((() => {})()) Clearly it does right? The console outputs undefined in the example above... // but let's do ... Why does this code work? for (const i in undefined) {} From for...in - JavaScript | MDN: The for...in statement iterates over all enumerable string properties of an object (ignoring properties keyed ... When I specify a type of foo|undefined for myConst below, type inspection correctly tells me that myConst has a type of foo|undefined on that line. However, in the next line down, type inspection says ... When I tried to use holder image within the below code: import { run as runHolder } from "holderjs/holder"; import React, { Fragment, useEffect } from "react"; import { Image } ... In an Express app I have the following JS code (server side) in a middleware to check that a user provides an adequate token. This is only the relevant part for my question: const authHeader = req.... I'm using @ParameterType in Cucumber to define a custom type and assigning a name to it. However, when I reference this name in my @Then step definition, the step in my feature file still shows as ... Getting this error while closing the modal from closeModal component. I have written path replace using history.push() function. Ex. const OnClose = () =>{ history.push({ pathname: "/... We ran into the issue that a property was undefined even though the type doesn't allow it. Turns out the way we create the object in place has some issues. I made a small example which the linter ... I'm working on creating a pixel-based light in the dark simulation with JavaScript to improve my coding skills. The goal is to create a bubble of light around the cursor as it moves. I'm only ... I got undefined property $Surat when defined an object called Surat at a controller on Codeigniter 4.5.5 This is the controller file <?php namespace App\Controllers; use App\Controllers\... I've been working on a python web development course, and my course wants me to make a website that lists some cafés in London. I'm trying to code the functionality to add a café, but when I run the ... Doing the problems in a popular textbook, I got a error when using a member function in a struct: .../s09-04-02.cpp:30: undefined reference to `Date::Date(int, int, int)' // s09-04-02.cpp simple ... I'm trying to create an array that keeps track of which lines are already hit so they aren't checked repeatedly if I allow the game to continue until another bingo is hit. This is where my problem is ... I was trying to create a simple ticker: Ticker? ticker; @override void initState() { super.initState(); ticker = createTicker(tick); ticker!.start(); } @override void dispose() { ticker?.... The use-noms-cpnt component is as follows: <div id="app"> <use-noms-cpnt></use-noms-cpnt> </div> I have an App component and an App mounted like this, I put a props ... The following is the tree structure of the files file tree This is code with error : mailtrap.config.js import { MailtrapClient } from "mailtrap"; import dotenv from "dotenv"; ... I have a function that return a undefined thing even if it normally need to return something defined. I have this code with a function: const GtfsRealtimeBindings = require("gtfs-realtime-... Here is my codes. //main.go package main import ( "fmt" ) func main() { bc := NewBlockchain() bc.AddBlock("Send 1 BTC to Ivan") bc.AddBlock("Send 2 more BTC ... I am working with this Github code. https://github.com/He3556/Mixcloud-Unfollowers the issue I am facing is that it seems that at the end of the API page, the for loop gives me undefined on the ... I got a weird issue when I was working on html, js.Below is what I got, the point is that when I sent the same code to other computer, it works well with the data, and I also got a line of "... Please someone help me with this. Why the Google_Service_Drive is undefined? I Has installed the google/apiclient and do the configuration on .env file but it still says its undefined. I've been tryng ... I'm working on a web application (via python Flask server) using jQuery UI's draggable and droppable features. I have draggable elements that are supposed to be combined when dropped into a droppable ... I have a request for help with Alpine.JS I have a packetaApiKey property defined. When I access it this.packetaApiKey in the pickPoint method, it works as expected. But in the showSelectedPickupPoint ... I am trying to read the roles array from this object and getting the error: TypeError: Cannot read properties of undefined (reading 'forEach') Code: this.data.roles.forEach(role => { this.... Summary I want to disallow any explicit undefined value while still allowing implicit undefined values. Background In JavaScript, we have this behavior where accessing a key that does not exist yields ... In Javascript, if I make an array using Array(10), it creates an array with 10 empty items. If I access any item in that array, it returns undefined. However, if I create an array with a length of 10 ... I am building a game using Tyranobuilder, I defined a character focus behavior on game settings, such that when a character joins the scene and speaks, they will be bright and when another character ... What i'm trying to do is generating lots of similar directory trees. I woul like to set a dict which describes the pattern of the tree. Then i want ansible to generate multiple directory trees with ... This particular things seems happening when i run these codes AuthContext.jsx: // context is a state management tool for passing props import { createContext, useReducer } from "react"; // ... Hello I'm trying to get base url from .env file. And I'm getting undefined. I have tried some stack overflow answers and documentation but it didn't help. console.log('env', import.meta.env.... `Failed to build iOS app in Xcode 15.2. I am facing this errors ("ld: Undefined symbols" and "clang: error: linker command failed with exit code 1 (use -v to see invocation)"). ... I'm trying to implement a very simple navigation in react native. I'm trying to navigate from the Home Screen by clicking a button to go to a Details Screen. When clicking the button I get this error: ... I have a simple React app(created with vite), where i am passing a list of objects to a component Carts, Carts component simply parses the list and returns JSX. But there is a error pointing that the ... I am upgrading jest from version 23 to 29. My project used to work fine before the upgrade, suddenly started observing this issue. I use Typescript as a language. TestPageDefs Module looks like below: ... I am having a strange situation where a variable is assigned (and I made sure the assigned value is not undefined) but the value is always undefined. Strangely enough when inspecting the value by ... I'm using Vuejs, and calling my symfony API with a get route. I have the result, an array of objects, but I still have this error: Cannot find module './undefined' When I try with an array with only ... I have a json sample getting it from a function, and have to pass some of it's parameters to my function but if they exist. def myfunction(var1=None): some code return if myjson['parameter1'] ... Is there anything wrong with my instantiation? 8 to 32 bit converter is working fine. Input to fifo is read only when wr_en is high. wr_en is connected to output signal of valid_q (when valid_q=1, ... How to enforce generic function parameter to accept only types that include undefined and null: function foo<T>(val: T) { ... } let fooNonNullOrUndefined: string = "foo" foo(... i am working on a project using Laravel / vuejs vite and i have a problem in IconBase.js in ant-design-vue package and exactly on : var twoToneColorPalette = reactive({ primaryColor: '#333', ... In Preact, I want to display an object: export default function Component() { const obj = { a: 'a', b: 'b'} const elements = []; for (const [key, value] of Object.entries(obj)) { elements....

  • python
  • undefined
  • dolphindb
  • javascript
  • reactjs
  • regex
  • undefined
  • c
  • bit-manipulation
  • undefined
  • bitwise-operators
  • division
  • codeigniter
  • model
  • controller
  • undefined
  • codeigniter-3
  • javascript
  • for-loop
  • typeerror
  • undefined
  • innerhtml
  • nestjs
  • undefined
  • circular-dependency
  • mongodb
  • express
  • undefined
  • ejs
  • javascript
  • undefined
  • p5.js
  • audio-player
  • typescript
  • undefined
  • partial
  • javascript
  • undefined
  • void
  • javascript
  • for-loop
  • undefined
  • enumerable
  • typescript-never
  • typescript
  • undefined
  • typing
  • reactjs
  • parameters
  • undefined
  • holder.js
  • javascript
  • express
  • undefined
  • intellij-idea
  • annotations
  • cucumber
  • undefined
  • javascript
  • reactjs
  • null
  • undefined
  • ref
  • typescript
  • undefined
  • javascript
  • html
  • typeerror
  • undefined
  • undefined
  • codeigniter-4
  • python
  • python-3.x
  • flask
  • undefined
  • flask-wtforms
  • c++
  • struct
  • linker
  • undefined
  • linker-errors
  • jquery
  • multidimensional-array
  • typeerror
  • undefined
  • flutter
  • dart
  • undefined
  • vuejs3
  • radio-button
  • components
  • dataset
  • undefined
  • javascript
  • environment-variables
  • undefined
  • javascript
  • function
  • asynchronous
  • async-await
  • undefined
  • go
  • undefined
  • goland
  • jquery
  • for-loop
  • undefined
  • javascript
  • timer
  • undefined
  • content-security-policy
  • phishing
  • php
  • google-api
  • google-drive-api
  • undefined
  • intelephense
  • javascript
  • html
  • variables
  • undefined
  • javascript
  • properties
  • undefined
  • this
  • alpine.js
  • angular
  • typescript
  • runtime-error
  • undefined
  • typescript
  • undefined
  • javascript
  • undefined
  • is-empty
  • character
  • undefined
  • game-engine
  • behavior
  • loops
  • variables
  • ansible
  • nested
  • undefined
  • reactjs
  • undefined
  • mern
  • react-context
  • vue.js
  • vuejs3
  • undefined
  • vite
  • .env
  • ios
  • xcode
  • build
  • undefined
  • debug-symbols
  • react-native
  • react-navigation
  • undefined
  • stack-navigator
  • reactjs
  • undefined
  • vite
  • react-props
  • javascript
  • typescript
  • jestjs
  • undefined
  • ts-jest
  • javascript
  • google-chrome-devtools
  • undefined
  • microsoft-edge
  • vue.js
  • module
  • undefined
  • python
  • undefined
  • variable-assignment
  • undefined
  • port
  • verilog
  • instantiation
  • fifo
  • typescript
  • null
  • undefined
  • laravel
  • vue.js
  • undefined
  • vite
  • object
  • jsx
  • undefined
  • preact
vote icon

0 -7 2 0 1 -2 0 1 0 0 2 2 1 0 2 0 -3 0 -2 0 0 0 1 0 -1 -2 0 1 0 0 0 0 0 2 1 0 0 0 1 -1 0 1 1 0 0 -1 1 0 1 0

comments icon

0 1 2 0 0 1 0 2 1 2 1 2 0 0 0 0 1 2 1 0 1 1 1 1 1 2 2 0 0 2 1 1 1 1 2 1 1 0 1 1 0 1 0 0 0 2 1 0 1 1

avatar icon

Lunauser31528169uran42Syraxesbananas0102Naceur Khederuser30069178user29731287Sebastian BarthAsleepaceOokerNate GlennPark JongBumMichelAydın FreeDinesh Kumaruser1269009Evan BairRaina ZahSmallCoder12cbcalvinuser2108555Avarage cat enjoyerVinceVinay Sankar GokavarapuYoan Pettorelli이해성post poop zoomiesFlora JiangIs 46Marek Vinárčikuser2549382nullromoidkdramaticlookKirill ZelepukinVinay Sankar GokavarapuDusanArslan ZafarAnastasija Stojanovskashivam prajapatiManoj KumarLuke VoSBAhosseinfclARUNA MSebastian Barthessaber yahyaOoker

stackoverflow icon

Dev to

Understanding Over Origin

Adam - The Developer ✨

Adam - The Developer ✨

  • #ai
  • #programming
  • #productivity
  • #opensource
vote icon

No reaction

comments icon

26

Slopsquatting: The Supply Chain Attack That Weaponizes AI Hallucinations

Nazar Boyko

Nazar Boyko

  • #security
  • #ai
  • #webdev
  • #programming
vote icon

No reaction

comments icon

26

The Junior Developer Pipeline Is Broken... And AI Broke It

Nazar Boyko

Nazar Boyko

  • #discuss
  • #ai
  • #career
  • #programming
vote icon

No reaction

comments icon

113

Passkeys Explained Simply

Thomas Bnt

Thomas Bnt

  • #discuss
  • #security
  • #api
  • #webdev
vote icon

No reaction

comments icon

19

React 19's useActionState Showed Me Why Disabling My Submit Button Was Never Enough

Shubhra Pokhariya

Shubhra Pokhariya

  • #react
  • #webdev
  • #javascript
  • #programming
vote icon

No reaction

comments icon

11

🗓️ Monthly Dev Report: July 2026

FrancisTRᴅᴇᴠ (っ◔◡◔)っ

FrancisTRᴅᴇᴠ (っ◔◡◔)っ

  • #discuss
  • #community
  • #devjournal
  • #programming
vote icon

No reaction

comments icon

31

I Built a Chat App That Rewrites Its Own UI in Real Time

Varshith V Hegde

Varshith V Hegde

  • #ai
  • #agents
  • #webdev
  • #productivity
vote icon

No reaction

comments icon

6

From Silent Reader to 25 Articles: What 3 Months on DEV Taught Me + AMA

Hemapriya Kanagala

Hemapriya Kanagala

  • #discuss
  • #community
  • #writing
  • #ama
vote icon

No reaction

comments icon

85

Your Face on a World Cup Sticker: Our Nano Banana Story

Julien Landuré

Julien Landuré

  • #ai
  • #nanobanana
  • #gemini
  • #promptengineering
vote icon

No reaction

comments icon

Add Comment

Can Google ADK Talk to Amazon Bedrock AgentCore Runtime? A Cross-Cloud A2A Benchmark

xbill

xbill

  • #agents
  • #googleadk
  • #a2aprotocol
  • #aws
vote icon

No reaction

comments icon

Add Comment

Building AI Agents with the Kotlin Agent Development Kit (ADK)

xbill

xbill

  • #kotlin
  • #ai
  • #gemini
  • #webdev
vote icon

No reaction

comments icon

1 comment

Your AI Agents Need Finite State Machines (FSMs)

Remo H. Jansen

Remo H. Jansen

  • #ai
  • #agents
  • #programming
  • #architecture
vote icon

No reaction

comments icon

15

What Replacing Calendly Taught Me About Trusting Open Source

Pascal CESCATO

Pascal CESCATO

  • #webdev
  • #selfhosted
  • #opensource
  • #security
vote icon

No reaction

comments icon

6

Beyond Flutter: Running BlocSignal State Machines in Pure Dart, Jaspr Web, and CLI Tools

Randal L. Schwartz

Randal L. Schwartz

  • #flutter
  • #dart
  • #webdev
  • #architecture
vote icon

No reaction

comments icon

1 comment

Vibe Coding: Endgame

Konark Sharma

Konark Sharma

  • #discuss
  • #ai
  • #vibecoding
  • #webdev
vote icon

No reaction

comments icon

10

How Cursor + BrowserAct Handles Dynamic Pages Without Brittle Selectors

Anthony Max

Anthony Max

  • #webdev
  • #programming
  • #opensource
  • #ai
vote icon

No reaction

comments icon

15

Can Google ADK Talk to Microsoft Foundry on Azure? A Cross-Cloud A2A Benchmark

xbill

xbill

  • #agents
  • #googleadk
  • #a2aprotocol
  • #azure
vote icon

No reaction

comments icon

4

I had two weeks, an 8-foot keyboard, and a Wordle Workflow

Shy Ruparel

Shy Ruparel

  • #temporal
  • #codesamples
  • #industryevents
  • #durableexecution
vote icon

No reaction

comments icon

Add Comment

gradient triangle

More Tailscale tricks for your jailbroken Kindletailscale.com

avatar icon

Error6571

solid triangle

208

solid triangle

70

gradient triangle

User Interfaces of the Demo Scenedatagubbe.se

avatar icon

zdw

solid triangle

221

solid triangle

34

gradient triangle

SQLite in Production: Optimizing WAL Mode, Concurrency, and VFS Layersmicrologics.org

avatar icon

ankitg12

solid triangle

76

solid triangle

31

gradient triangle

Lisp moving Forth moving Lispletoverlambda.com

avatar icon

fallat

solid triangle

31

solid triangle

7

gradient triangle

SpecForge – A Platform for Authoring Formal Specificationsimiron.io

avatar icon

agnishom

solid triangle

5

solid triangle

discuss

gradient triangle

Who's a Ratwhosarat.com

avatar icon

ustad

solid triangle

6

solid triangle

discuss

gradient triangle

Codex Securitygithub.com/openai

avatar icon

bakigul

solid triangle

511

solid triangle

180

gradient triangle

Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscriptgithub.com/twalichiewicz

avatar icon

twalichiewicz

solid triangle

321

solid triangle

93

gradient triangle

Substack writers, you need a websiteelizabethtai.com

avatar icon

speckx

solid triangle

553

solid triangle

297

gradient triangle

Half-Life ported to Mac OS 9mac-classic.com

avatar icon

freediver

solid triangle

255

solid triangle

118

gradient triangle

Ancient Rome's version of Google Maps: how long to reach the beacheuronews.com

avatar icon

gnabgib

solid triangle

15

solid triangle

10

gradient triangle

Cracking Windows Open: Porting RADV to Win32collabora.com

avatar icon

zdw

solid triangle

49

solid triangle

18

gradient triangle

LearnVector – Andrew Ng's AI company building one‑to‑one learning experienceslearnvector.ai

avatar icon

ajhai

solid triangle

196

solid triangle

118

gradient triangle

Show HN: Vimgolf.ai – Learn Vim by playing through a map of levelsvimgolf.ai

avatar icon

nickandbro

solid triangle

5

solid triangle

1 comment

gradient triangle

Kimi K3 Architecture Overview and Notessebastianraschka.com

avatar icon

ModelForge

solid triangle

435

solid triangle

92

gradient triangle

ReFrame – The EPaper Camerareframe.camera

avatar icon

phil294

solid triangle

142

solid triangle

29

gradient triangle

Hubble: Open-source notetaking app for you and your agentshubble.md

avatar icon

handfuloflight

solid triangle

120

solid triangle

51

gradient triangle

Steel Bank Common Lisp version 2.6.7sbcl.org

avatar icon

tmtvl

solid triangle

239

solid triangle

105

gradient triangle

ChatGPT claims rogue AI attacked more companiesbbc.co.uk

avatar icon

osrec

solid triangle

27

solid triangle

21

gradient triangle

Delayed Gratification – Proud to Be 'Last to Breaking News'slow-journalism.com

avatar icon

speerer

solid triangle

301

solid triangle

170

gradient triangle

Teach yourself programming in ten years (1998)norvig.com

avatar icon

vinhnx

solid triangle

150

solid triangle

92

gradient triangle

Transformer Transformer: A Unified Model for Motion-Conditioned Robot Co-Designtransformer-transformer.github.io

avatar icon

ilreb

solid triangle

55

solid triangle

5

gradient triangle

Hooray for the Sockets Interfaceapnic.net

avatar icon

jruohonen

solid triangle

41

solid triangle

22

gradient triangle

60 Years Ago, a Submerged Submarine Circled the Globe for the First Time (2020)popularmechanics.com

avatar icon

baud147258

solid triangle

23

solid triangle

9

gradient triangle

Una GPS smart watch – Repairable, USB-C charging, developer-friendlyunawatch.com

avatar icon

pimterry

solid triangle

225

solid triangle

140

gradient triangle

Zig's Incremental Compilation Internalsmlugg.co.uk

avatar icon

garyhtou

solid triangle

247

solid triangle

176

gradient triangle

The iPhone Upgrade Program is being replaced by Apple Upgradeapple.com

avatar icon

lkurtz

solid triangle

182

solid triangle

331

gradient triangle

Now is the time to give LLMs access to the ACM digital libraryacm.org

avatar icon

rbanffy

solid triangle

169

solid triangle

138

gradient triangle

The Shape of Data (2022)scattered-thoughts.net

avatar icon

tosh

solid triangle

4

solid triangle

discuss

gradient triangle

Interview with Boris Cherny [video]youtube.com

avatar icon

knighthacker

solid triangle

60

solid triangle

66