prompt Questions
1
When I save my Excel file with VBA, it asks me to enter my credentials (it saves it on some kind of server). Looking though the website I found a way to use SendKeys and delay the action.
My issue:...
3
Solved
I'm building a project that leverages the Gemini API, but I'm facing an inconsistency issue. Every time I send the same prompt, the response structure changes, making backend processing difficult.
...
Pompey asked 24/2, 2024 at 12:21
4
Solved
I am customizing my zsh terminal but I face difficulties when it comes to turn my prompt into bold. I tried several different things, but none worked, whereas it did work for people on the Internet...
7
Solved
I use PowerShell as my shell on Windows 7. I find that ConEmu is a really good terminal. Since I am not on Windows 10, I cannot use Windows Terminal but ConEmu is not bad at all. I found out about ...
Blaylock asked 28/4, 2020 at 11:30
8
Solved
I have been trying for more than two days to run SweetAlert prompt in a modal bootstrap without success, the input is not accessible and I don't understand why. I need help please.
$("#openSWA...
Caracara asked 19/4, 2017 at 8:23
6
Solved
17
Solved
How would I hide the computer name in the prompt while using the terminal?
At the moment it shows both username and computer name like so:
It would save some space by removing anwarchoukah@anwa...
5
I know the command in Unix/Linux systems is "wc" but that doesn't work in Windows.
For reference the description for the UNIX word count command wc is:
Print newline, word, and byte coun...
8
Solved
How do I change the command-line prompt into a console?
I've been looking in the console functions API, but I could not find anything for it.
2
Solved
I'm attempting to write a unit test for an Oclif hook that contains a simple prompt. I want to test the output of the hook, given a 'Y' or 'N' response to the prompt.
import {Hook} from '@ocli...
Baywood asked 27/6, 2019 at 19:15
6
Solved
I'd like to navigate around the filesystem in IRB and have the prompt change to reflect the current working directory, but I can't figure out how to make the prompt update after each command. Ultim...
4
I want ChatGPT to remember past conversations and have a consistent (stateful) conversation.
I have seen several code of ChatGPT prompt engineering.
There were two ways to design the prompt shown b...
Beanfeast asked 28/2, 2023 at 0:6
8
Solved
I am working on creating different meal menus in this restaurant I have created using JavaScript. I was on my first couple lines of added code when I came across this ReferenceError saying that pro...
Com asked 1/2, 2019 at 19:50
3
In hive, I can set the prompt to be the currently selected database. Is it possible to do the same in MySQL?
I want to replace mysql with kundoor in the image below.
Poulter asked 15/8, 2017 at 9:55
2
Solved
When debugging or running julia code in REPL, I usually see error messages showing ... at ./REPL[161]:12 [inlined].... The number 161 means the 161-th evaluation in REPL, I guess. So my question is...
6
Solved
I would like to obtain by a command prompt a list of all USB devices connected to my computer (O.S. Windows 10). I've googled to find such a command, but all results seems useless to me or worse wo...
Barger asked 8/6, 2017 at 10:33
8
Solved
How to detect an empty value when user presses ok on prompt (and previously empties the prompt field)? I need to overwrite the old value with the new (empty) value. I'm doing this:
var oldVal = 's...
Attaway asked 12/12, 2013 at 1:5
17
Solved
Is there any way to run command prompt commands from within a C# application? If so how would I do the following:
copy /b Image1.jpg + Archive.rar Image2.jpg
This basically embeds an RAR file wi...
Claque asked 24/9, 2009 at 4:24
1
Solved
I want to execute this code in google colab but I get following error:
from llama_index.prompts.prompts import SimpleInputPrompt
# Create a system prompt
system_prompt = """[INST] ...
Tillett asked 19/8, 2023 at 10:11
4
I've solved the issue and am posting to save others from my hours of pain.
Problem
On Windows 10,
Python is installed in C:\Python and added to Environment Variables, but will not properly run prog...
5
Solved
I'm getting creative with my prompt and on part of it I'm trying to do the following:
└→
Though it looks better than this, even in the console it has a small gap.
Does anyone know of an arrow ...
Imprecision asked 30/11, 2016 at 19:58
5
Solved
I'm making a Python script to use OpenAI via its API. However, I'm getting this error:
openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing detail...
Tamworth asked 31/3, 2023 at 11:58
6
I need prompt the visitor for an integer between 1 and 100 and to continue prompting until a valid number is entered.
Here is what I have:
<script>
var number = parseInt(prompt("Please ent...
Encourage asked 23/2, 2013 at 23:56
2
Solved
I use prompt-sync module in my Node project.
const prompt = require('prompt-sync')();
const result = prompt(message);
But to keep my TypeScript code consistent I need to use import instead of re...
Caracalla asked 22/1, 2021 at 20:15
7
Solved
While taking a look at this awesome thread I noticed that some examples use
PS1="Blah Blah Blah"
and some use
PROMPT_COMMAND="Blah Blah Blah"
(and some use both) when setting ...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.