Avele

Results 10 comments of Avele

@alcuadrado yeah, gas property is a string usually. Also in my experience gas property is rarely included in ABI, so as another solution you could provide an option to opt...

@fvictorio Please release new version of `@nomiclabs/hardhat-vyper` so this fix gets included in the package.

@christianalfoni So there is no way to simplify writing actions? Duplicating `export const` everywhere doesn't feel good. Ideally, for me, it would be object actions with local type definitions. ```ts...

I'm really looking forward to multiple tree support feature being implemented, too.

Same case with emails and issue still persist in 4.12.0

As a workaround plus and other characters can be escaped with following regexp ```ts const escapeRegExpChars = (str: string) => { return str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'); }; ```

It still functions correctly only for the first project in the list, but incorrectly validates the remaining projects using the schema of the first project

Encountered this today with the latest nativewind version and expo. For me it was conditional `shadow-sm` class on the element (was applying it to the active tab) @danstepanov probably better...

Not sure if its related but for me `scheduleOnUI` was the culprit for me for similar crash, had to switch back to deprecated `runOnJS`