Pat
Pat
I think there should be an option to disable such default behavior, because it is distracting.
As described in the title.
```python while True: input_io = IO() input_io.input_writeln(randint(1,100)) Compare.program("a.exe", "b.exe", input=input_io, std_program="std.exe") # 不断地生成测试数据(这里是1到100的随机数),然后放到a.exe,b.exe中,分别以std.exe为标准进行对拍比较 # CYaRon 现在使用多线程比较器,原 stop_on_incorrect 参数现已 deprecated 且无实际作用。 # 并在工作目录下输出a.exe.out, std.out, error_input.in三个文件方便您进一步调试。 ``` 我在实际使用中发现按示例中的方式使用 `Compare.program` 只会在自己的程序和标程输出不同时抛出一个异常,而并没有在工作目录下输出上面所说的那三个文件。 请问是我的使用方法有问题吗?
**Describe the bug**  **Samples to Reproduce** **Expected behavior**
### Version(s) affected 5.1.1 ### Description ```php use League\HTMLToMarkdown\HtmlConverter; $converter = new HtmlConverter(); $md = $converter->convert(' line 1 ') var_export($md); ``` prints ```php '``` line 1 ```' ``` there is...
 In the exported SVG of the drawing above, the arrow heads at the bottom are truncated. Below is the exported SVG opened in the Edge browser  Below is...
As the [language modes](http://codemirror.net/mode/index.html) page shows, for the C++ language CodeMirror only has a C-like mode, and it seems that to make a proper configuration for C++, we have to...