stefdelec
stefdelec
### Version of Dropkick: Last one ### Expected Behavior **On autocomplete by the browser, dropkick's labels should go on top of select** ### Actual Behavior On autocomplete by the browser,...
Simple update on the doc as I struggled to understand that host is only host name. Yes it is very obvious...
Hi Thanks for this great lib. We have an express app using multiple firestore projects. Do you think it is feasible to make evolve your lib in order to handle...
I am writing a fairly simple smart contract in order to do a flash loan but my transaction always revert with the following error UniswapV2: K. I have read 10...
I am proposing to create a js lib to easily create link to explorers based on chainList schemas. Pseudo code: ``` const explorer=new Explorer(chainId); const link= explorer.transaction('0x4119e48a39faf699f0362618fbdddd8e9fbc4d5d4552f3e2bb2f79003a17ff6e') // output: https://myExplorer.io/tx/0x4119e48a39faf699f0362618fbdddd8e9fbc4d5d4552f3e2bb2f79003a17ff6e...
How to have async custom validators? From your example : ``` myValidators = { "/passwordCheck": (value, property, form) => { const passwordProperty = formProperty.findRoot().getProperty('password') if (passwordProperty.value !== undefined && property.valid...
Hi, Thanks a lot for this lib. If I do `agenda.schedule('in 30 seconds', 'AAA'); ` It is working perflectly If I do ` agenda.schedule('in 300 seconds', 'AAA'); ` It schedule...
in your tutorial you are saying to do MockFirebase.override(); but I can not find anywhere in the doc what is this function. Your library seems great, but very very hard...