-
### Discord username (optional)
_No response_
### Local Shell and Version
5.8.1
### Remote Shell and Version
N/A
### Operating System and Version
MacOS 12.4
### Warp Version
v0.2022.07.04.09.…
-
```
What steps will reproduce the problem?
1. Step 1 of configuration
2. DB Connection successful
3. Could not create tables
What is the expected output? What do you see instead?
26/04/12 12:47:02:He…
-
```
What steps will reproduce the problem?
1. Run this code:
String doTitle(final String text){
return text;
}
What is the expected output? What do you see instead?
The returned "te…
-
docker_functions.bsh:`get_docker_compose_version` should be renamed to `get_docker_compose_yaml_version` because it is getting the version of the YAML from the docker-compose.yml file, not the version…
-
_Feedback from BSH_
It is not possible to configure the installation path during the installation process. The default installation path is not a Windows standard.
Current: C:\KHOA
Windows-Standa…
-
Background:
I have Echo.class located at
http://localhost/catalog/Echo.class.
Using bsh 2.0, I enter:
addClassPath \(new URL \("http://localhost/catalog/"\)\);
javap \(Echo…
-
```
What steps will reproduce the problem?
1. Run this code:
String doTitle(final String text){
return text;
}
What is the expected output? What do you see instead?
The returned "te…
-
```
What steps will reproduce the problem?
1. start BeanShell Desktop with command
java -jar bsh-2.1b5.jar
2. copy and paste example script into BeanShell Desktop Workspace
foo = "Foo";
four…
-
The following code defies all expectations and breaks code that expects Java semantics:
https://github.com/beanshell/beanshell/blob/5e54a86566ff81e20af75cb221d534ba956a7709/src/main/java/bsh/BSHAlloc…
-
```
What steps will reproduce the problem?
1. start BeanShell Desktop with command
java -jar bsh-2.1b5.jar
2. copy and paste example script into BeanShell Desktop Workspace
foo = "Foo";
four…