-
Hi, i am getting junitfull report. but failure count is not increased as we have failure tag inside testcase.
Issue:
```
```
here `` tag is present inside `` tag, but u…
-
There are several builtin types in Neo-VM, and each type has its own characteristics(about Mutability, Reference or Value). For examples:
* Boolean: Immutable
* Integer: Immutable
* ByteString: I…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x44a639d513f1d398c1639c98b9774cb402e44030609eddf7fb108f04e0283b2a
**Severity:** medium
**Description:**
## Details
…
-
- collapse `getRecord` and `getRecords` into a single `get` function that has a few optional parameters (e.g. `key` or `keys`)
```ts
// get records
useStash(stash, (state) => get({ state, t…
-
**It is high time** that we come up with a **set** type in XPath. We actually have to deal all the time with sets (not just node-sets, but sets of any-type values), and it is painful to read in the sp…
-
``` forth
\ >NUMBER TESTS
CREATE GN-BUF 0 C,
: GN-STRING GN-BUF 1 ;
: GN-CONSUMED GN-BUF CHAR+ 0 ;
: GN' [CHAR] ' WORD CHAR+ C@ GN-BUF C! GN-STRING ;
T{ 0 0 GN' 0' >NUMBER -> 0 0 GN-CONSUMED…
-
Full steps to reproduce:
````sh
mkdir reproduce-native-slow-when-using-yarnclean
cd reproduce-native-slow-when-using-yarnclean
yarn init --yes
yarn add ffi # ~6.5s
yarn add deep-equals # ~0.5s…
-
I need to compare 2 deeply nested pbjects where the order does not matter, so i am using deep-equal-in-any-order and it works well.
But, there are use-cases where i need to ignore the equality of a f…
-
We've been trying to change the semantics of numeric comparison without breaking existing applications. As a result, the current status quo is very messy. Let's review where we are.
The eq/lt opera…
-
I get this error when using shallow deep equal. I assume it needs to be updated for the latest chai API.
```
TypeError: msg.replace is not a function
at Object.module.exports [as getMessage] …