-
Identation mistake. Instead of:
```
# randomly select a few testing characters
for i in np.random.choice(np.arange(0, len(testY)), size=(49,)):
# classify the character
probs = model.pred…
-
Compiled simple shell script to executable with command line:
`shc -S -f `
Tested resulting executable several times. Runs as expected.
Rebooted machine.
Tried to run executable.
Executable fail…
-
Please generate a random word ( 10 or 15 Characters For Example)
after each message robot receive
and send it to linked channel of Robot, after message itself
say "ra2nd1o5mw3ord"
so the link th…
-
We can have a Lorem Ipsum generator that mixes up geeksay translations and quotes together with random words.
Just need to make sure to escape any characters that might mess with people's markup lik…
-
As per [fast-check documentation](https://github.com/dubzzz/fast-check/blob/master/documentation/1-Guides/Arbitraries.md) we still need to cover the following:
# Arbitraries
## Basic Arbitraries…
-
**wkhtmltopdf version(s) affected**: 0.12.6 (with patched qt)
**OS information**
Microsoft Windows 10 Enterprise
10.0.19041 Build 19041
**Description**
When using `Adobe Acrobat Pro DC v 202…
-
```
What steps will reproduce the problem?
1. $serial->confBaudRate(600); - lowest baudrate set to check
2. $serial->sendMessage("ABCDEFGHI");
3.
What is the expected output? What do you see instead?…
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the latest version
- [X] Search the existing issues.
### Steps to reproduce
Connect to a Linux…
-
Our checkers must not crash if teams insert random broken utf-8 characters into other team's publicly readable databases.
This would lead to an unfair and unpatchable disadvantage to these teams.
We…
-
The main reason I can see the password element being used, is to test the validation of password input fields on a form. In many cases, it is necessary to test that correct validation takes place for …