Norm X
Norm X
let me explain the idea by taking an example: says i have a event which called 'ready', it fires when my object is ready. After the event is fired, that...
`&` needs to be stored as `&`
.london is a correct tld, but jqBootstrapValidation says it is not a valid email address.
Hi there, Does Cuckoo support swift 5.8.1? if not then is there a plan to support 5.8+? when i generated the mocks with cuckoo 1.10.3 I got plenty errors such...
the description of `keyboardVerticalOffset` doesn't make sense.
> Sets the offset value to the base value If not looked carefully it might confuse something into thinking it is to "set the offset value to the base", which...
hi there , below file contains a few radial graident elements but without any stop inside, are they indended? they are causing warnings when used in react native. https://github.com/lipis/flag-icons/blob/6784329d3fa1466fb8ef184ac69b021a45691271/flags/1x1/bz.svg#L14 simliar...
the line below refs to `inherits()` from `inherits` module, but `inherits` module reference back to `util` module by checking the implementation on `util` module first, causing the first `require('inherits')` to...
We hit an issue of subsequencing tests keep loading previously mocked dependency. It stops only if we add `reRequire(moduleInQuestion)` after previous test finished running to clear out cache: testA.js ```javascript...