-
[Build](https://mihubot.xyz/runtime-utils/9bc323b97ec647dba51ecea917372f60) completed in 2 hours 40 minutes.
### CoreLib diffs
```
Found 2 files with textual diffs.
Summary of Code Size diffs:
(Lo…
-
with latest nargo (0.23), every compilation produces a Contract.json file with randomly ordered functions. It creates large diffs on after each compilation(see screenshot). I'd suggest using a determi…
-
Hi,
I am using ApprovalTests.Java for a while now and was wondering whether you would be open to a feature request (or tell me how I can improve my development workflow).
Having done some Rust r…
-
### What did you expect to happen?
printf 'n\ny\n' | doom upgrade
Confirms the prompts, or there is some other way (such as the previous `--yes`, see https://github.com/doomemacs/doomemacs…
xeruf updated
4 months ago
-
Previously, I had the practice of continuously including my STL files during development. STL files are a type of compiler output and therefore have unreadable diffs that make them poorly suited for v…
-
### What happened?
I created test snapshots with excessive newlines. This was then corrected later, but there was no error or reported diff due to the now _missing_ newlines at the end.
### Reproduc…
-
## Overview
Currently, we have a dependency on hash-scheme geth's `debug_dbGet` endpoint to fetch specific trie node preimages by hash. For the most part, `eth_getProof` gives us what we need, exce…
-
Hi,
Is there a way to achive, to know that there is difference but to exit on max_diffs=1 ?
For example:
```
a1 = {"a": 1, "b": [3,2,1]}
a2 = {"b": [1,2,3], "a": 1}
result = DeepDiff(
…
-
``` coffee
assert.deepEqual { x: 42 }, { x: 42, y: undefined }
```
```
Error: deepEqual {"x":42} failed on something that
serializes to the same result (likely some function)
```
In this case it's a…
-
```
What steps will reproduce the problem?
1.The MHA Environment has been configured
2.The manager process has been start
3.when i do the insert sql perating,i stop the master node mysql ,Master
fail…