Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
43 views

I am trying to get CMake working with powershell but even though CMake is in my program files and added to both system paths and user paths in enviornment variables, powershell wont recognize CMake. ...
user23304450's user avatar
0 votes
2 answers
94 views

I have Anaconda installed in Windows 11 under C:\Users\user\anaconda3. I also have WSL. I am trying to run conda --version in both Powershell and the WSL terminal and in both cases I am getting an ...
leyjfk6's user avatar
0 votes
3 answers
104 views

I am working on a C# program that has to run some Python code for one particular task. (The Python code is complex and was developed by another team. Reproducing its functionality in C# is not an ...
ysi_d's user avatar
  • 71
1 vote
0 answers
125 views

I have tests made with Jest and Puppeteer under a Bazel configuration. I Have screenshots and html-pages and hopefully videos in the near future being saved to a file(s) during tests that have errors. ...
Andrew Moss's user avatar
-2 votes
1 answer
163 views

I'm coding Java Spring and I don't understand why when I use PathVariable in function retrieveTodoForUser to access this function, an Internal Server Error 500 occurs. enter image description here ...
Tĩnh Lê Trọng's user avatar
1 vote
2 answers
147 views

I use VSCode Anytime I install a python library, I get this notification: WARNING: The scripts auto-py-to-exe.exe and autopytoexe.exe are installed in 'C:\Users\PC\AppData\Local\Packages\...
fikunmi's user avatar
  • 23
2 votes
2 answers
396 views

@RequestMapping(value = { "/abc/xyz/redirect", "/abc/xyz/redirect/{refPath}", "/abc/xyz/redirect/*" }) public String handleRequest (ServletRequest ...
falak guglani's user avatar
1 vote
1 answer
1k views

I'm trying to run a pip installation on my Windows machine using the command: pip install -r requirements.txt But when I try to execute that command, I get the following error: Fatal error in ...
Nigu's user avatar
  • 11
0 votes
0 answers
67 views

There is an annotation being used in a dto to validate a DateTime variable, which is working correctly, returning a 400. However, when I try to use this annotation in the controller, it returns an ...
Rebeca Maria Fialho Camilo's user avatar
0 votes
0 answers
67 views

Here is my set-up: We have a spring-boot application 2.6.4. It has a RestController class with a GET api endpoint as /v1/permissions/{appname}/users/{username}, where appname and username are path-...
Prakash K's user avatar
  • 11.7k
0 votes
2 answers
2k views

While creating a GET endpoint in a Spring web application I have a path variable(annotated with @PathVariable) passed to my API. If I don't pass any value on path, the controller responds with HTTP ...
Nitin Gangwar's user avatar
0 votes
1 answer
76 views

I am using the format $pathVariable = $request->param('variableName/s', ''); to read path variable from ThinkPHP but am not successful. What is the right way to read path variable from URL?
Sandah Aung's user avatar
  • 6,198
3 votes
2 answers
6k views

every thing was working fine with development build until I edited some user variables mistakenly . then all eas commands end with this error: eas : The term 'eas' is not recognized as the name of a ...
mermaid's user avatar
  • 183
0 votes
1 answer
2k views

Does someone have an example of an API Gateway lambda function that receives a path parameter, that is written in python? Every example I can find is written in javascript, and doesn't quite connect ...
Joymaker's user avatar
  • 1,634
0 votes
1 answer
285 views

I erroneously override the LD_LIBRARY_PATH variable on a Ubuntu 22.04 system when I only wanted to add a new path to the variable. Now I am looking for a way to revert my mistake. I am afraid there ...
Olaf's user avatar
  • 1
1 vote
2 answers
864 views

Given the code below, how do I set a variable that I can use to call the 7z executable? The env:Path approach at the top works once but then the terminal must be reloaded or the command cannot be ...
Omortis's user avatar
  • 1,580
2 votes
1 answer
176 views

I am trying to run a clojure jar file on emacs using cider and I get the error below: ERROR:ERROR: Unhandled REPL handler exception processing messageUnhandled REPL handler exception processing ...
Ckonata's user avatar
  • 89
0 votes
1 answer
41 views

I'm looking to find path with client_1 string, replace client_1 part with client_1\bin, and set PATH=%PATH%;%newpath%. I've tried @echo off setlocal EnableDelayedExpansion set newpath= for %%a in (&...
mpapec's user avatar
  • 50.7k
0 votes
1 answer
714 views

My Power Shell does not recognize the "git" command at all even after I have reinstalled my Windows 10 after deleting my environment variable and not even after I have reinstalled Git. The ...
Sérgio Lima's user avatar
1 vote
1 answer
1k views

I'm using an API gateway that acts as a proxy API between my client and a third-party API. The third-party API accepts dynamic query param values that I need to forward from my proxy API. So, I've set ...
Prajwal Kulkarni's user avatar
3 votes
1 answer
10k views

I eventually solved this issue (see here) but wanted to share it here so that more people see it. Issue is that after installing Flutter on Windows, you try to run flutter doctor and get 'Unable to ...
Badrul's user avatar
  • 459
0 votes
1 answer
223 views

Path variable = "476%3B" In a delete API, in path variable value, the character ';' is included in Id and is encoded as '%3B' The id is passed as a string and later on in the app, it is ...
user1313503's user avatar
2 votes
2 answers
4k views

I created a new user on my windows PC and can't get flutter to work on it. Flutter and git are both installed in a shared folder (like C:\shared_programs\...). I made sure that both users have full ...
Finni's user avatar
  • 569
0 votes
1 answer
697 views

Restful web services : GetMapping url has a variable which should be passed as a path variable but that variable contains front slash and special characters in it. Any suggestions on how to handle ...
user avatar
0 votes
1 answer
2k views

Im using mockapi for a very simple project. In order to change data, i have to send PUT request. I can send the request using PostMan like in the pictures below. And everything works perfect. But i ...
iso53's user avatar
  • 175
0 votes
1 answer
1k views

I freshly install C/C++ compiler in my new window 11 laptop using MinGW Installer. and when i try add bin folder path to System environment path variable (System Environment Variable > Path) there ...
codebysumit's user avatar
0 votes
0 answers
360 views

a question regarding messing with Windows Path variable. My situation is quite specific: I was trying to install ffmpeg according to this tutorial https://www.geeksforgeeks.org/how-to-install-ffmpeg-...
NaRas's user avatar
  • 1
4 votes
4 answers
4k views

How can I tell if a specified folder is in my PATH using PowerShell? A function like this would be great: function FolderIsInPATH($Path_to_directory) { # If the directory is in PATH, return true, ...
c136's user avatar
  • 777
0 votes
1 answer
80 views

If I have two controllers: @RestController public class ContentController { @GetMapping("/specialContent") public Map<String, String> handleSpecialContent() { Map<...
Rishabh Bajpai's user avatar
1 vote
0 answers
855 views

I am trying to implement dynamic context path I have followed this [blog] (https://www.broadleafcommerce.com/blog/configuring-a-dynamic-context-path-in-spring-boot) I am able to achieve the required ...
Siddharth Bhatia's user avatar
0 votes
1 answer
2k views

I want to run a python script with the cherrypy module. I use pip install cherrypy to install it and all looks ok. Then I click the "Run python file" button and I face the error ...
Skapis9999's user avatar
0 votes
1 answer
151 views

Edited: Issue: I am experiencing a discrepancy between what Anaconda says is installed and what can actually be imported using Python. I have installed in a virtual anaconda environment (gis) ...
Max Duso's user avatar
  • 429
1 vote
3 answers
12k views

When i try to do ls in the terminal, it says command not found. Before I broke everything, the output of echo $PATH was something like this: /usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:...
mostlyConfused's user avatar
0 votes
1 answer
1k views

Currently we are adding mandatory validation for pathVariable - having customized message in response. When @PathVariable is removed, then it is giving 404 error and not going into any of the ...
Jagrut Dalwadi's user avatar
0 votes
1 answer
902 views

I use Windows 10. I was trying to pip install Vectorbt but the installation could not have been finished because there was an error when numba and llvmlite were suppose to be installed. I was using ...
Krzysztof Jakubowski's user avatar
1 vote
1 answer
8k views

I'm using Spring Boot 2.4.6. For delete APIs getting 405 method not found. My endpoint is like: beauty/v1/sites/addressTemplates/:templateId Path variable: #@$%# Can someone please suggest what can be ...
diaop's user avatar
  • 57
0 votes
1 answer
630 views

I have deleted my path variable in Environment variable how can I now add MinGw compiler.How can I now add path for MinGw compiler in my device .Pls Help....
Techy Bhoot's user avatar
1 vote
1 answer
130 views

I was having some problems with an angular project so i reinstalled nodejs and angular cli however now when i try to run ng serve i get this error: enter image description here now ive done the ...
Hammy's user avatar
  • 45
2 votes
1 answer
1k views

I have several JDKs installed on my Windows 10, including versions 8, 11 and 17. My system default is 17, since I want to use latest features in new programs. I am trying nativescript, and trying to ...
f.khantsis's user avatar
  • 3,610
3 votes
2 answers
961 views

In PathVariable example below: @GetMapping("/{id}") SomeReturn get(@PathVariable Long id) { .... } If I call this API like /api/100abc, will get a number format exception. Is there ...
andyf's user avatar
  • 3,350
1 vote
1 answer
329 views

Assuming that VSCode is installed and an anaconda environment is setup. The default conda environment contains language analysis and compilation tools like stack (for haskell) and yamllint (for yaml). ...
tribbloid's user avatar
  • 3,822
1 vote
2 answers
2k views

i'm new in Java Springboot. i want inserting ID from Path Variable ("/id") to my model and save it to database. i have Request Body { "firstName" : "John", "...
Bryan's user avatar
  • 17
8 votes
2 answers
29k views

I want to change my PATH variable in zsh. Problem: I don't understand where in the .zshrc file I have to make modifications. Normally, I would look for the assignment to the PATH variable and set the ...
aurumpurum's user avatar
  • 1,092
3 votes
2 answers
8k views

I installed AWS SAM from the msi installer from AWS for windows. after running the installer, I ran sam --version in cmd and powershell. PS C:\Users\dgupta> sam --version SAM CLI, version 1.26.0 ...
Dhruv's user avatar
  • 645
1 vote
1 answer
3k views

I used a command of the form echo 'export PATH="..."' >> ~/.zshrc As a result, the path has been added persistently. Now, I want to remove it. How do I do this? I know that there are ...
TomatoFarmer's user avatar
1 vote
1 answer
4k views

I have tested my API Through Postman GET - https://url:8332/v1/agreement/:agreementId?agreementType=posted If I use abouve url in postman I am getting result what I expected. Where https://url:8332 ...
Bonny's user avatar
  • 771
1 vote
3 answers
8k views

I know this has been asked several times but I can't seem to get rid of this error. Setup: I have installed java on ubuntu 20.04 with sudo apt install default-jre echo $JAVA_HOME gives /usr/lib/jvm/...
Pooja Hegde's user avatar
1 vote
2 answers
4k views

I am trying to get a list of the objects with the same field. I have a model named Song, with the fields: name, genre, artist and id. I read online about how to implement the method in the repository ...
Luca's user avatar
  • 85
1 vote
1 answer
926 views

Thanks to the posts like this and this, I am able to get the PATH env variable and modify it as I please. However, once I call System.Environment.GetEnvironmentVariable(name, scope), the returned ...
Shintaro Takechi's user avatar
0 votes
1 answer
1k views

I am in a very similar situation to the question here: Spring boot how to edit entity. I have an "Item" entity for which I want to edit a number of attributes (possibly one, possibly all of ...
Humiko's user avatar
  • 1

1
2 3 4 5 6