Skip to main content
Filter by
Sorted by
Tagged with
4 votes
2 answers
132 views

For background, I am working to create a version of minesweeper that runs in the terminal to become more familiar with coding bigger projects in c. I am coding in VScode, to run on a Linux server (...
Librarian of Stars's user avatar
0 votes
0 answers
48 views

With the upgrade of Keycloak from version 25.0.0 to 26.0.0 (26.4.2), the login theme doesn't work and produces the following error: FTL stack trace ("~" means nesting-related): Failed at: #...
McSim's user avatar
  • 1
1 vote
1 answer
53 views

I have this formal specification and the error seems to be simple to fix. However, I have spent a decent amount of time and still cannot figure out. The error is related to domain subtraction. The ...
Timur Umarov's user avatar
-2 votes
1 answer
137 views

I've just learnt Dijkstra's in school but i wanted to try and code it. I'm having a problem with an iterator and changing a specific point in a vector, but most likely my implementation is wrong. The ...
Luke's user avatar
  • 41
0 votes
0 answers
26 views

I have written this stored procedure which reports monthly performance if employees by their activity and batchwise runrates. ''' DELIMITER $$ DROP PROCEDURE IF EXISTS roadware_pts....
anonymous123's user avatar
1 vote
1 answer
91 views

I need this working query as a stored procedure where I can give two databases (one masterdb one testdb), start chainage, end chainage and UniqueRun as input DECLARE @StartChainage FLOAT = 17.00; ...
anonymous123's user avatar
0 votes
0 answers
57 views

In a sqlite connection I attach another DB via ATTACH DATABASE 'file::memory:?cache=shared' AS backend A SELECT with asterisk/wildcard * resulting in a syntax error: SELECT db.table.* FROM db.table ...
Vertex's user avatar
  • 2,752
1 vote
0 answers
187 views

I'm encountering a Spring Boot startup failure during Maven build tests in my recommendation microservice. The error indicates an invalid mapping pattern /recommendation}, but I've verified all my ...
Rahman Karimli's user avatar
0 votes
1 answer
54 views

Hello I am working on creating a profile page, and keep getting this persistent syntax error in line 381 and I can't figure out how to fix it. If its an easy fix could someone take a look at it tell ...
Arteon Co.'s user avatar
5 votes
1 answer
2k views

How do I write something like this? At the moment using a colon seems to break everything. Is there an equivalent? run-name: Something Running ${{ (inputs.cache-retain == 'true') ? '(with forced ...
dankoiDev's user avatar
  • 183
0 votes
1 answer
184 views

I am using .NET C# with the SparkSQL ODBC driver to run a query against Databricks. To test my query, I first test and run in a SQL Notebook in the Databricks portal. I create a TEMP VIEW and then use ...
sinDizzy's user avatar
  • 1,384
-2 votes
1 answer
676 views

i used claude to help me developeda trading strategy in Pine Script version 5, but I'm encountering two critical errors that are preventing it from working correctly. 'Could not find function or ...
Stanley Lu's user avatar
0 votes
0 answers
77 views

This started earlier this week and I don't know if I'm the only one. When I open VSCode and I start coding, if I make a mistake, I get the typical red squiggly lines on the code that is wrong or ...
Ingeniera's user avatar
0 votes
0 answers
114 views

const BN = window.BN || solanaWeb3.BN; if (typeof window !== "undefined" && typeof window.Buffer === "undefined") { window.Buffer = { from: (data) => new ...
goog gagga's user avatar
-6 votes
2 answers
163 views

Write a program that takes in three lowercase characters and outputs the characters in alphabetical order. Hint: Ordering three characters takes six permutations. If the input is CBA the output will ...
PS Ormenda's user avatar
1 vote
2 answers
71 views

I've started working on a project with Flutter and Dart. The app should display a spectrometer based on the signal received by the microphone. I used flutter_fft to handle the signals and syncfusion ...
KF_2677's user avatar
  • 21
2 votes
1 answer
70 views

I have 2 datasets, id and knee together identify unique records, vx identifies a specific visit where x=0, 1 or 2 in this example but in my data I have thousands of records and hundreds of variables. ...
Margaret's user avatar
0 votes
0 answers
162 views

I have this new calculator (HP Prime Pro G2) and I am trying to program some script, but I am having some trouble with it. I have two problems: I am trying to define some LOCAL variables. However, ...
user22603186's user avatar
1 vote
1 answer
75 views

I'm trying to create a custom column in my Power Query Editor using the below code however whenever I add the last line of the code I get the Expression.SyntaxError: Token 'else' expected. message. ...
MJobbson's user avatar
  • 183
0 votes
0 answers
296 views

I am trying to develop an Expert Advisor (EA) for MetaTrader 5 using MQL5, but I keep encountering the error '(<) - open parenthesis expected' for the following: if (Bars < 3) Here is a snippet ...
user24479233's user avatar
0 votes
1 answer
65 views

I discovered today, to my horror, that Postgres accepts newline characters inside single- and double-quoted string literals: postgres=# select 'a postgres'# b'; ┌──────────┐ │ ?column? │ ├──────────┤ │...
Andy's user avatar
  • 8,891
1 vote
2 answers
63 views

I have set a variable x="hii!!" in another file called ImporterFile.py. I thought pre-defining the variable x and then re-importing it would work, but it didn't. from ImporterFile import x ...
rhhen122's user avatar
-1 votes
1 answer
262 views

yield f"data: {json.dumps({ 'status': 'success', 'message': 'Success', 'data': { 'response': response, ...
user avatar
3 votes
2 answers
69 views

PostgreSQL syntax error when using CONCAT in user defined function. Using DbVisualizer as SQL client. CREATE FUNCTION t() RETURNS TEXT AS ' SELECT CONCAT('some', '_text') ; ' LANGUAGE plpgsql; [Code:...
ziu fas's user avatar
  • 31
8 votes
1 answer
3k views

I am encountering the following error when running my React Native project: SyntaxError: D:\Reacting\node_modules\react-native\Libraries\Components\ActivityIndicator\ActivityIndicator.js: Missing ...
sbDev's user avatar
  • 91
0 votes
1 answer
65 views

Using the following data: Distance <- data.frame( DAY = c("1", "2","3") ,TEMP = c(25, 27, 26.5) ,C1Dist01 = c(1, 1, 1) ,C2Dist01 = c(1, 1, 0) ,C3Dist01 =...
shrimp's user avatar
  • 101
1 vote
3 answers
74 views

pari is both a library and Computer algebra programming language through Pari/gp. Now my problem is unlike most similar systems, pari/gp doesn’t decompose automatically modular square roots into prime ...
user2284570's user avatar
  • 3,119
-1 votes
1 answer
92 views

I'm working on a simple Pascal-like interpreter using PLY, but I'm encountering a Syntax error at ',' during parsing. The issue arises when trying to parse a source file that includes commas. Below is ...
Juju's user avatar
  • 1
0 votes
0 answers
73 views

I’m reaching out for advice on resolving the issue shown in the attached image regarding the error message: A JavaScript error occurred in the main process Unexpected end of JSON input The error ...
gracenz's user avatar
  • 147
0 votes
0 answers
38 views

During my linting test in Github Actions I've met an issue that looks like this: Config loaded: /action/lib/.automation/.htmlhintrc /github/workspace/consoleLogQuiz.html L45 | <...
No Tools No Craft's user avatar
1 vote
1 answer
51 views

I am trying to find a solve the following equation using Python3: 83.045269**(8)np.exp(-3.045269a) + 63.516372**(8) np.exp(-[a+1.042817]3.516372) - 42.8578**8 * np.exp(-2.8578a) - 4*3.3**(8) *exp(-[a+...
Emmanuel Enukpere's user avatar
0 votes
0 answers
21 views

I'm using Spyder IDE 5.51, Python 3.12.4 64-bit. I have installed virtualenv 20.28.0 on my Windows computer. I tried to create a virtual environment using the following code on Sypder Console by ...
tkj80's user avatar
  • 211
2 votes
0 answers
233 views

I am trying to update discord activities while playing my game in unity by DiscordGameSDK. I am weak in this area, so I admit that I copied everything from the guide, but I got stuck with this error: ...
Miłosz's user avatar
  • 21
0 votes
0 answers
94 views

I have the following query which is returning an error: My code: SELECT LOCATION, DEPARTMENT, MANAGER, SUPERVISOR, ASSOCIATE, FISCAL_DATE, AUX_NAME, ACTUAL, ...
Esty's user avatar
  • 1
0 votes
0 answers
832 views

X.jsx: import React from 'react'; function X() { return ( <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/...
Gayathri Devi P's user avatar
0 votes
0 answers
56 views

I'm trying to do my homework on object-oriented programming but I get a weird error. tried restarting VSCode or changing names. Objective: To develop an employee management system that demonstrates ...
user28576550's user avatar
0 votes
2 answers
141 views

Doesn't run, says Syntax error in a constraint clause CREATE TABLE Project ( ProjectID INTEGER NOT NULL, Name VARCHAR(25) NOT NULL, DepartmentName VARCHAR(20) NOT NULL, MaxHours ...
Diana Grigoriants's user avatar
-1 votes
1 answer
81 views

I am learning AMPL for a university project and i don't understand why i'm getting a syntax error, my code: model: set FOODS; param calories; param proteins; param calcium; param vitaminA; param cost; ...
Badro Dono's user avatar
0 votes
0 answers
63 views

I had problem with line 15 test.asm(15) : error A2008: syntax error : , the code include \masm32\MasmBasic\MasmBasic.inc .data key db "AMU", 0 keyLength db 3,0 Init Let esi = ...
exe apk world's user avatar
1 vote
1 answer
82 views

I am not able to find the exact reason for the error here. Can anyone help me? `include "uvm_macros.svh" import uvm_pkg::*; class my_driver extends uvm_driver; `uvm_component_utils(...
Harsha Vardhan Kaki's user avatar
-1 votes
3 answers
72 views

I'm starting to learn and this issues are really frustrating. I have this simple code that works on the terminal smoothly: user_prompt = "entra un PorHacer:" porHaceres = [] while True: ...
Pablo Miguel Saval Sendra's user avatar
-1 votes
1 answer
124 views

sql = "Update tblUserAccount set username = '" & txtUsername.Text & "', password = '" & txtPassword.Text & "', AccessLevel = '" & cmbAccessLevel.Text &...
Fritz Baider's user avatar
0 votes
2 answers
460 views

I'm working with Python 3.12 and recently added mypy type-checking to my project. I've encountered an odd issue where mypy throws a syntax error for certain f-strings in my code, specifically those ...
Cornelius Roemer's user avatar
-1 votes
1 answer
60 views

I'm working on an optimization problem using IBM's OPL (Optimization Programming Language). I have defined a set called ExtGraphNodes in my model file, but when I try to use it in my data file, I ...
abolfazl AKHONDZADE's user avatar
-2 votes
2 answers
141 views

I have the following code in Python 3 def inputWithDefault(text:str, default): result = input(f"{" " * int(len(text))}{default}\r{text}") return default if not(result is ...
JK Bot's user avatar
  • 37
0 votes
1 answer
2k views

HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': 'meta-llama/llama3.1/8b-instruct-fp16'. Use repo_type argument if needed. tokenizer = AutoTokenizer....
James Brittain's user avatar
0 votes
0 answers
23 views

Details of the Problem: I'm developing a Scilab-based toolbox for spacecraft guidance and navigation control. While attempting to build macros for the toolbox, specifically during the processing of ...
Vimal Chawda's user avatar
0 votes
1 answer
66 views

I'm having trouble with these lines of code: class MainActivity : ComponentActivity() { var item = "None" var price: Double = 16.99 var Quantity: Int = 2 println(Calculate(...
fahim's user avatar
  • 39
0 votes
1 answer
182 views

Hello, I have a next.js project that I just started. When I run npm run dev on Chrome, I get the following error in the Chrome console: layout.js:160 Uncaught SyntaxError: Invalid or unexpected token ...
Alvino's user avatar
  • 11
0 votes
0 answers
129 views

I keep getting the error in the title with the line extern int inp_arr[SIZE];. This is the full header file, queue.h #ifndef SIZE #define SIZE 4 #endif #ifndef QUEUE_H #define QUEUE_H extern ...
nathan-blackburn's user avatar

1
2 3 4 5
191