All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
4 views

Module not found: Error. Problem importing component in

We have created a component for a RecipeCard that we are trying to import into our RecipeList component and get the follwing error in the terminal. enter image description here You can find the repo ...
0 votes
0 answers
3 views

mongoose app crashing giving SyntaxError: await is only valid in async functions

i m writing code for a basic node js api and connecting to mongodb from mongoose to test if the data base is geting created and it keeps giving me this err const err = new MongooseError(message); ...
  • 1
0 votes
0 answers
3 views

Redirect request of php api running on port 80 to golang api on 8400

I have a set of read api in php serving from default 80 port . One of the read api is converted in golang and running on 8400 port Have a apache rewrite rule to redirect the request to the port. Issue ...
0 votes
0 answers
3 views

Python web scraping

I'm trying to break a certain script into couple of functions, and I ended up with an error of "AttributeError: ResultSet object has no attribute 'get'. You're probably treating a list of ...
  • 33
0 votes
0 answers
7 views

Problem with VCS simulation for MAC operation

I intended to write and simulate a module performing MAC operation. My code is shown below module PE # ( parameter DW = 8 ) ( input clk, input rst_n, input [DW-1 : 0] cin, input [DW-1 : 0] w, output ...
  • 5
0 votes
0 answers
2 views

How to check whether hash has a value for the key in puppet

I have a hash defined as below: Hash[String, String] $hashtest = { "abc" => "test1", "xyz" => "test2" }, I have String variable, I need to search for ...
0 votes
0 answers
3 views

cookies are not stored from iframe - Laravel

I am using Laravel, an iframe from domain a.com shows my site at b.com, but in user can't log in to my site and no form can be submitted. It sounds Safari blocks all third party cookies (https://...
-1 votes
0 answers
7 views

is a key pressed in SDL2 Window?

Hey Overflow community, does anybody know how to detect if a key is pressed, in the SDL window, and what keys pressed? i tried much stack overflow artikels bot none of them worked ( im coding in cpp98 ...
0 votes
0 answers
2 views

How to create a DataStore?

local DataStoreService = game:GetService('DataStoreService') local playerData = DataStoreService:GetDataStore('PlayerData') -- Erstellt Leaderboard local function onPlayerJoin(player) local ...
0 votes
0 answers
4 views

Splunk - Add Conditional On Input

I have a Splunk Dashboard. This dashboard has a Text input where the user can enter a path. After entering the input, I would like to apply some conditional logic to the path input by the user before ...
0 votes
0 answers
4 views

Recursion - Identifying potential for memoization

I am trying to solve this problem I found on leetcode: https://leetcode.com/problems/house-robber We need to select a non adjacent combination with the largest sum and return it. Here is my attempt at ...
0 votes
0 answers
4 views

Regex that splits by comma, but keeps string atomic if they are enclosed in double-quotes

I'm trying to figure out a regex pattern that splits the following string: 2022-09-22T03:55:59.433Z,,,,sm100,"sm100.w.gm.net=25 2.7.2 mailto:012323@eu-w1.as.com [IId=200023, Hostname=mky.wgm.net]...
  • 13
0 votes
0 answers
3 views

When tap Clear from push notification suddenly redirect to deeplink

I have a deeplink from backend when i recieve notification. The case is whenever i try to clear the notification center e.g swipe clear, the clear button redirect to my deeplink. the behavior when you ...
0 votes
0 answers
4 views

How do I update my X axis header title on highcharts?

I am using Datatables to create Highcharts. Everything functions as intended, however I am not sure how to extract the X axis title from Column 1. (Data1, Data2, Data3, Data4, Data5 etc.). I am not ...
0 votes
0 answers
4 views

Mysql server sometimes causes 504 timeout error

I have a Virtual Private Server with CentOS 7 and cPanel. PHP Version: 7.4.33 Mysql version: 5.7.40 I use PDO for connection with MYSQL. It's a dashboard website showing some statistics & ...
  • 33

15 30 50 per page
1
2 3 4 5
1554601