Pat

Results 8 issues of Pat

I think there should be an option to disable such default behavior, because it is distracting.

```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** ![image](https://user-images.githubusercontent.com/9896288/223004096-b856888e-b4d8-4c4f-a2ea-69e3d6313fd9.png) **Samples to Reproduce** **Expected behavior**

bug

### 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...

bug
up-for-grabs
low-hanging-fruit

![ipe-editor](https://github.com/otfried/ipe/assets/9896288/ffdcd8a2-526a-42b4-a98e-8ee0bd961ce1) 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 ![svg-in-edge](https://github.com/otfried/ipe/assets/9896288/5f8fa600-1ade-4492-bedf-58ba8c8af849) 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...