Quantcast
Channel: Active questions tagged helper - Stack Overflow
Browsing latest articles
Browse All 57 View Live

StateError in Flutter

How to fix this error: StateError (Bad state: add(SignUp Button Pressed) was called without a registered event handler. Make sure to register a handler via on((event, emit) {...}))SignUpBloc:import...

View Article



Juniper Bot in Discord

I recently made a server in discord for my friends. I want to create an anonymous chat using the Juniper bot. This means that when someone writes a message to a certain chat, it will be sent to the...

View Article

CakePHP select default value in SELECT input

Using CakePHP:I have a many-to-one relationship, let's pretend it's many Leafs to Trees. Of course, I baked a form to add a Leaf to a Tree, and you can specify which Tree it is with a drop-down box (...

View Article

I'm getting "discord.errors.HTTPException: 401 Unauthorized (error code: 0):...

This is what i've already tried:Tried running code that has been untouched for months and i got the same errorI tried regenerating the tokenI tried a different botI tried a bot from a different discord...

View Article

How to write python code to send data to Redis Database

Need help on the code to send the data in the text box to my Redis Database after button pressedenter image description hereTried everything but with no success. I made a app to get the data from the...

View Article


Using wallet methods throughout the program in laravel

I created a wallet in Laravel that I want the operations of this wallet to be stored in one place and can be used in the whole program, for example:WalletClass::deposit(25000,auht()->id());Which...

View Article

FileNotFoundError: [WinError 3] The system cannot find the path specified:...

import shutil,osfrom tkinter import *from tkinter import filedialog,font as tkfont, messagebox as m_boximport picklereadFile = open("path.pkl","rb")path_list = pickle.load(readFile)win =...

View Article

Does fwrite() overwrite when called multiple times?

Example: I am going through a tree and fwriting based on preorder traversal.This is pseudocode:void func x (/* */, /* */){ do something helper (char * filename, thing to be written);}void helper (char...

View Article


Can someone explain how to input function in auditorium?

this is my problementer image description herei tried hours but i can't do itPrint("Help me i cant do it")Print("Help me i cant do it")Print("Help me i cant do it")Print("Help me i cant do...

View Article


Troubleshooting Responsive Design Woes: Resolving Errors and Glitches for a...

here's the image recently i had created a site as my portfolio but i am facing some difficulties in responsiveness same code same site but different browser both has different output anyone how can i...

View Article

Building a Strong Web Development Portfolio and Improving Skills for...

Details: I have nearly completed the front-end development for my portfolio but need guidance on how to enhance my chances of securing a web development internship or job in 2024. I lack confidence in...

View Article

Magento's formatDate helper prints incorrect date

In a Magento template, i am picking a Date which is stored as a product attribute. That's the config (setup ressource):# Attribute default config - every property can be...

View Article

Matlab Question help through an Excel table import

The question asks me:The Excel file attached to this homework titled “HW3_question13.xlsx” contains data from acertain experiment.(i) Open “HW3_question13.xlsx” in Excel. Column 1 shows the...

View Article


How to rename key of array with Arr::only helper?

I'm using Arr::only to fetch values from an array by their key, however I need to rename the ShortDesc key to use snake case not camel case. Is this possible with Arr::only or do I need to use an...

View Article

Silex & Twig helpers in custom error pages

I'm struggling with a problem while trying to render a custom error page in Silex.According to what I found in this link :http://refactoring.us/silex/custom-error-pages-with-silex-and-twig/I am trying...

View Article


How to list all loaded libraries and helpers in a CodeIgniter application?

Is there a way to list all currently loaded libraries and helpers of a CodeIgniter instance?I don't want to check them individually by iteratively calling $this->load->is_loaded($item).

View Article

React-big-calendar issue

I am using react big calendar library for learning purposes, anyway, it's seems not to be working well. I have followed the proper steps using date-fns, but the issue is that the information is not...

View Article


What is this for? Df = pd.dataframe({"AAAA":[1,4,7]})

I want to know what is that code forI want to know what does it do please I need to know for what it is for. I want to find an answer please. Any help would be appreciated so please tell me what to...

View Article

How to bulk delete all YouTube comments

Ever wanted to remove your entire comment history quickly without deleting your channel?Apparently I need a minimum amount of characters to post

View Article

MAC OSX Agents - how to launch multiple instances

I am trying to create helper objects (it could be a daemon or an agent). This should be launch on demand and its multiple instances should be there, as you see for Chrome and Safari helpers.What Have I...

View Article

CodeIgniter helper not loading

I was trying to use this helper to create a country drop down list.(https://github.com/EllisLab/CodeIgniter/wiki/helper-dropdown-country-code)I created a file called country_helper.php with the helper...

View Article


How can I connect the ANT+ SDK and Flutter Blue Plus to the Wahoo TICKRfit...

I am new to Flutter and currently facing the issue of how I can connect the ANT+ SDK and Flutter Blue Plus to the Wahoo TICKRfit watch to retrieve data from the watch?Can I ask if anyone in the...

View Article


Azure function powershell script, how to implement multiple helper functions...

I created an Azure Function. In this function I would like to implement some helper functions. I dont want to import modules, but would like to add the helper functions inside the function. How can I...

View Article

How do you configure JOGL with java in 2024 lol

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 1at...

View Article

How can I clean up this C++ snippet for command line arguments? [duplicate]

I'm trying to develop a scoring engine in C++ for vuln remediation practice development, but it's been a few years since I last touched C++, would you guys mind helping me clean up this bunch of if,...

View Article


trouble to trigger Jenkins job

is there any way to do trigger from Jenkins job build as(folder) to Jenkins job build as( pipeline) ?I need to trigger from configure in said Jenkins job .I can do trigger from project job build as(...

View Article

Node.JS getting error while building EXE with PKG module

I am getting an error while i am building my project and when i build it it gives me these errors which are related to axios module;C:\Users\ardaz\OneDrive\Masaüstü\xxxx\eth-gen-main>pkg -t...

View Article

Truncate table with a stored procedure in Mariadb

I need to truncate a table with a stored procedure. Here is the code for the stored procedure:DELIMITER //CREATE PROCEDURE MA_ClearPenaltyExportBEGIN TRUNCATE TABLE MA_STG_PenaltyExport;END //DELIMITER...

View Article

why is my python function returning none (first time it will return true but...

def login(log = 1): con = input(f"{na} are you Ready for the game Yes/NO ") if ((con == "Yes")or(con == "yes")or(con == "y")or(con == "Y")): print("\nwelcome to The Game") # first time it will return...

View Article



Is there any Query to create canonical tag for all pages? [closed]

Hey I made a custom website using PHP, the problem is I forgot to enter canonical tag on pages, so is there any query that I run once so it makes canonical tag of all pages ?I tried to insert canonical...

View Article
Browsing latest articles
Browse All 57 View Live




Latest Images