-
This could be very interesting if we could call the interpreter within python's code, like
```py
import whitespace
whitespace.run(some_code)
```
Right now we can do this with subprocess, but it's…
-
### What is the problem this feature would solve?
Comments like this one are currently stripped out:
![image](https://user-images.githubusercontent.com/175350/226378708-93e62730-4c7f-4c8b-978c-3fcdd…
-
**Describe the bug**
When pasting a number into number field with whitespace at the end, for example `0.1 ` to `Amount` field in send form. It errors out the textfield
**How to reproduce**
Ste…
-
The script uses
```bash
for u in $(cat $userslist); do
(echo -n "[*] user $u%$password " && rpcclient -U "$domain/$u%$password" -c "getusername;quit" $target) >> logs/spray-logs.txt
done
``…
-
### Prerequisites
- [X] I have [searched](https://github.com/roundcube/roundcubemail/issues?q=is%3Aissue) for duplicate or closed issues
- [X] I can recreate the issue with all plugins disabled
…
-
### What happened?
Take the following `test.html`:
```
The quick brown fox jumps over the lazy dog
```
Run it through
```
html-minifier-terser --collapse-whitespace --collapse-inlin…
-
**Version Used**: 3.8.0
**Steps to Reproduce**:
Consider the following code:
```cs
class C
{
public void M()
{
// There is a space after the ; here, and 8 spaces on the n…
-
用的是最新版的 typecho,启用主题时提示:
syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING)
什么原因?
-
Hi, I'm not exactly sure if this is a bug, but I observed some odd parse errors when trying to lay out some code:
First, a valid expression.
```
parseEcl : '{Parser} ()
parseEcl _ =
or
…
-
Based on @EskoDijk 's review in https://mailarchive.ietf.org/arch/msg/ace/I70MHcCzSfPIy28lDqxEOcllgJw/:
There could be one line of whitespace between table content and table caption. This would be …