Igor Mikushkin
Igor Mikushkin
It allows `scp file.txt Администратор@example.com:~` (currently only Latin letters supported). And even ``scp file.txt 'А`echo`Б'@example.com:~`` (some symbols such as a backtick are prohibited). It works for * local to remote...
This PR implements - normalizing (removing trailing zeros) - rounding to significant figures (https://en.wikipedia.org/wiki/Significant_figures)
Some benchmarks results are inaccurate due to timing issues. This PR fixes some of these issues.
Very simple, mostly cosmetic change. It is cleaner to use integer operations rather than floating point in integer context.
You can install dog using a command ``` cargo install --git https://github.com/ogham/dog dog ``` It is simpler than cloning a repository, and it already works. Maybe add this as an...
- Neo4j version: 4.4.0 - Operating system: Aura - API/Driver: Cypher - **Steps to reproduce** - Run `:params {"TooBigNumber": 637790870791443682}` - Check the result - Expected behavior ``` { "TooBigNumber":...
Current PDF comparison doesn't compare actual images. You can easily check it by changing color and run tests. This PR fixes PDF comparison. P.S. Also I've found that scatter plot...
Steps to reproduce 1. Create new markdown file 2. Write \_\_bold\_\_ It should be parsed as markdownBold Actually it is parsed as markdownItalic