-
# Gas Optimizations
## Omit hash in contract salts
`NFTCollectionFactory` generates a unique salt per collection by concatenating the creator address and a nonce and returning the hash of the concat…
-
Tests can be written using [`Test.QuickCheck.Monadic`](https://hackage.haskell.org/package/QuickCheck-2.8.2/docs/Test-QuickCheck-Monadic.html).
Tests for pure server functions are being written as a …
-
The keras package as a number of helper functions for doing data cleaning for neural networks, including pad_sequences, and texts_to_sequences. These functions seems to pass the R data to python which…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR36505](https://bugs.llvm.org/show_bug.cgi?id=36505) |
| Status | NEW |
| Importance | P enhancemen…
-
As the title alludes, `JSON.stringify` only handles JSON objects. Those are only a subset of what a Javascript object can be.
Things like class instance names or functions are simply removed in the c…
-
**Bug description**
I have encountered some situations where given a pure dual quaternion _wrench_ and a unit dual quaternion _x_, the _Ad(x, wrench)_ operation is not returning a pure dual quatern…
-
Currently float64_t is not supportet, only arm_clip_f32() exists.
-
For interop, I'm having trouble calling a purescript function from python. If I have:
```purescript
just :: Int -> Maybe Int
just = Just
addMaybe :: Maybe Int -> Maybe Int -> Maybe Int
addMa…
-
React version: any with StrictMode
## Steps To Reproduce
1. Create a few components with improper or absent memoization
2. Create `useEffect` with unstable dependency
3. Observe how `StrictMod…
-
- Show conditions that have only take success case in yellow instead of green (related https://github.com/crytic/medusa/issues/285)
- Right now all coverage files are expanded by default and I have t…