Skip to main content
Filter by
Sorted by
Tagged with
-5 votes
0 answers
96 views

Whenever I Open Antigravity IDE opens successfully but also a terminal show with the editor saying that [process exited with code 1 (0x00000001)] when i close it the program starts normally but its ...
Ahmed Alaa's user avatar
0 votes
0 answers
62 views

I’ve written a Python script that should print some output or at least show an error if something fails. However, when I run it, it just exits immediately without showing anything. There’s no ...
Akash D's user avatar
  • 21
1 vote
1 answer
89 views

I was experimenting with creack/pty while learning about pseudo terminals. I spawned grep and hooked it up with a pseudo terminal device as follows: package main import ( "fmt" &...
Udeshya D.'s user avatar
0 votes
0 answers
40 views

In the terminal's settings screen, I can export and import themes easily using the GUI. How can I import a previously exported theme programatically?
Chris Foley's user avatar
Advice
2 votes
10 replies
380 views

I'm a small-scale C programmer at the moment, and I'm bugged by the question: is Visual Studio worth the annoyance that it is? I've been programming in C and C++ in Visual Studio Code for a while, and ...
Gaspar Liboreiro's user avatar
1 vote
0 answers
88 views

I have been writing a simple REPL application in C. One of the required features was syntax highlighting so I wrote my own rl_redisplay function that allows me to highlight the test using ANSI escape ...
Natrome tex's user avatar
0 votes
0 answers
58 views

Gnuplot 5.4 on a Raspberry Pi. When run from the command line in a graphical interface, the script below (which I've pruned a bit) creates a png. As it does so, a window appears then disappears. set ...
Jacques's user avatar
  • 33
1 vote
1 answer
32 views

I have a text file, which has an inconsistent timestamp format, that I would like to standardize. This is in a transcript from an interview; ultimately for textual analysis. What command could I run ...
Kharkovchanka 22's user avatar
0 votes
0 answers
67 views

Totally as the title says: I have an electron app ( mainly simple code as a start up track ) and I have normal createWindow function and an event listener to if all the windows are closed, if so quit ...
Peace In Life's user avatar
0 votes
0 answers
68 views

I'm trying to make a terminal quiz that has a timer running in the background while you answer the question, which, once finished, overrides the input if it hasn't been filled. I've tried putting the ...
Paint_thetownred154's user avatar
2 votes
0 answers
136 views

I am experiencing an issue where typing the tilde (~) character in the R Interactive terminal in Visual Studio Code results in the character being written twice. For example, if I press the ~ key once,...
turingMachine101's user avatar
1 vote
1 answer
142 views

I would like to use set -o vi in my terminal. However, I find myself getting confused on whether I am in insert mode or normal mode, since the cursor does not switch between a vertical line (insert) ...
luna's user avatar
  • 13
1 vote
1 answer
73 views

I am trying to download and compile xschem on my MacBook M2. I am following the instructions written in the following link: https://github.com/StefanSchippers/xschem/blob/master/README_MacOS.md The ...
apeman's user avatar
  • 31
1 vote
1 answer
593 views

I had codex originally authenticate via openAI web. Since i hit my limit i would now want to upgrade to the "pay per use" via api key. After following all the steps on https://github.com/...
Marlon Berdefy's user avatar
0 votes
1 answer
55 views

I'm on a debian-based Linux distro and currently testing and learning about some networking stuff. So I have 3 terminal open, the first 2 I will run this command to set up 2 netcat servers on port ...
Tableware0115's user avatar
-2 votes
1 answer
112 views

I want to customize my zsh prompt so that when I open the terminal, it shows a normal prompt without a timestamp, like: ABIR~ ❯ When I type a command (for example, ls), the prompt still shows no ...
Abir Ahsan's user avatar
  • 3,089
-2 votes
2 answers
101 views

I have a Python script. I'd like to double click a file on my desktop (macOS) to run it. I'd like the terminal window opened by running the script to close. To start, I changed the file extension of ...
chrisallick's user avatar
  • 1,474
0 votes
0 answers
156 views

First time using Microsoft Remote-SSH extension in VS-Code on a Ubuntu 24.04 machine to ssh login a remote Ubuntu 24.04 Server. After a login, the remote ssh connection then died within a minute. AI-...
Sun Bear's user avatar
  • 8,559
1 vote
1 answer
226 views

I've setup the Gitlab Runner with the following settings - [session_server] listen_address = "0.0.0.0:8093" advertise_address = "winged-poring.projecthorizon.onl:8093" ...
SagunKho's user avatar
  • 1,087
-1 votes
1 answer
200 views

Following the steps in https://learn.microsoft.com/en-us/training/modules/github-copilot-across-environments/4-git-hub-copilot-for-the-command-line After installing gh, I tried to run gh copilot ...
Ivone Djaja's user avatar
0 votes
0 answers
84 views

I love use terminal editor to developer. now my mac config, my terminal app: Warp, Ghossty, Kitty, Editor: Helix ,terminal session manager: Zellij. I've recently encountered a problem where the Del ...
Acaibird's user avatar
-2 votes
2 answers
152 views

Background I am modifying the source code of vim and I need to use a debugger. Problem Since vim is a terminal program, it takes over the terminal when it starts. So as soon as I start inside gdb, I'm ...
nullromo's user avatar
  • 2,737
-1 votes
1 answer
87 views

I am using Ubuntu + VSCode + Django + venv for developing and I have a trouble while trying to launch django project. I've done this command one by one in terminal: source .venv/bin/activate cd ...
Арсений Зорькин's user avatar
1 vote
0 answers
32 views

I'm working with an AlmaLinux 9.6 Minimal server that hosts a Clipper-programmed system. This Clipper system uses the CP437 character set. I've successfully configured client computers to display the ...
Gabriel's user avatar
  • 11
0 votes
2 answers
73 views

The commands -l and -a are not working in my terminal (window PowerShell) I tried using ls -a which didn't work then I tried ls --force but didn't get the correct answer that I needed which shows the ...
Coco's user avatar
  • 1

1
2 3 4 5
489