Oleg Gun

Results 143 comments of Oleg Gun

@scinftist can you please update your code to be compatible with v5?

As the whole US economy is based on debts it makes sense to include functions for changing vesting owners. Unfortunately this contract does not have such functionality. OZ VestingWallet has...

@Amxx this would be really nice if you had a chance to look at this ticket and tell your opinion, because this is a breaking change and it would be...

@davidgonmar @amirhoseinZare I wonder in what case can you get value as a function when it comes from query string or post data, even if it is JSON? The only...

yeah would be nice to get rid of BigNumber

same here, either need to remove keys from `submitErrors` and update `hasSubmitErrors` or add `dirtyFieldsSinceLastSubmit` so we can match it agains `submitErrors`

ok there is one solution ```js const form = useForm(); const isValid = valid || !(hasValidationErrors || hasSubmitErrors && !Object.keys(submitErrors).every(key => form.getFieldState(key).dirtySinceLastSubmit)); ``` then ``` disabled={submitting || pristine || !isValid}...

Hi Matt Any plans on providing this feature?

i'm using it with oauth2 (oauthorise)

for express5 you can do ``` const app = express(); app._router = app.router; passport.install(app); ```