Linked Questions

1 vote
2 answers
6k views

I'm working on cs50 project1 (js & python), I download the project, and found this line in it: engine = create_engine(os.getenv("DATABASE_URL")) the question is how to set up the DATABASE_URL?
Hussein Saad's user avatar
0 votes
0 answers
425 views

I want to run a rust test with some env, like: use std::env; #[test] fn test_case1() { env::var("ENV1").unwrap(); env::var("ENV2").unwrap(); } #[test] fn test_case2() { ...
YNX's user avatar
  • 635
0 votes
0 answers
133 views

I have a rust program that panicked with the message thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ParseFloatError { kind: Invalid }', src/functions.rs.inc:58:42 note: run ...
hig's user avatar
  • 17
130 votes
13 answers
371k views

When I run "npm start" in application I get the following error - FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory Most of the ...
Zephyr's user avatar
  • 2,651
7 votes
2 answers
18k views

When I am running mvn clean install for my build on linux RHEL 6. I'm getting the following error: java.lang.outOfMemoryError heap space. I have read all the articles on internet. On my machine I ...
user1858798's user avatar
3 votes
1 answer
6k views

I am trying to build my maven project on linux and for that I do mvn clean install but it says mvn:command not found. I have also verified my maven version and its correct then how can I build. Please ...
sahil saroop's user avatar
5 votes
3 answers
2k views

I'm searching a Flask-Assets filter that allows me to uglify javascript and support ES6 syntax. I tried to use uglifyjs-es binary instead of uglifyjs but I can't figure out how to configure my filter ...
snoob dogg's user avatar
  • 2,944
-1 votes
1 answer
6k views

For windows in bat file for wildfly application I was setting as set "JAVA_OPTS=%JAVA_OPTS% -Djboss.home=..../x/y/pathToApplication" My requirement is to set the same in mac in shell script file. ...
user7's user avatar
  • 525
0 votes
3 answers
1k views

I am trying to do the following: setenv PRJ_ROOT /home/to/proj_dir setenv VAR1 /home/user/john/to/proj_dir/design_files setenv VAR2 /home/user/john/to/proj_dir/model_files .... .... .... setenv VARN /...
Piyush Panwar's user avatar
1 vote
1 answer
1k views

I read this article but I still don't understand how I have to set up the environment variable with the .json file with the credentials. Do I have to enter something in the Terminal or write something ...
ocram's user avatar
  • 1,464
0 votes
2 answers
1k views

I have installed several packages as sudoer using sudo pip install package_name command. The packages are installed and work well in this user. Afterwards, I have defined a new user. My problem is ...
Quasar's user avatar
  • 11
0 votes
1 answer
1k views

how to make emacs as default editor in bash shell? I tried setenv EDITOR emacs. It gave me the error message "setenv: command not found".
Alex's user avatar
  • 137
1 vote
0 answers
276 views

I have a question concerning OpenMP environment variables: When I tried to look for them with, for example: echo $OMP_NUM_THREADS the variable does not exist. I also try to search for all ...
user3875798's user avatar
-2 votes
1 answer
238 views

系统资源不足。 有关详细信息,请参阅以下堆栈追踪。 java.lang.OutOfMemoryError: Java heap space at java.util.jar.Manifest$FastInputStream.(Manifest.java:315) at java.util.jar.Manifest$FastInputStream.(...
 Harwin's user avatar
0 votes
1 answer
97 views

Default is always executed, regardless of the script being run. Here is my code: import { Pool } from 'pg'; import config from './../config'; const connectionString = () => { switch (process....
MegaRoks's user avatar
  • 948

15 30 50 per page