Dhuliang

Results 3 issues of Dhuliang

`[1,2,3].slice(1,3)` return ` [2, 3]`, it's ok. `Array.from( Buffer.from([1,2,3]).slice(1,3) )` return `[2,3]`, it's ok. `Array.from( Buffer.from([1,2,3]).slice(1,Math.pow(2,32)) )` return `[]` , it's wrong result. In node `Buffer`, there is comment: `...

I want to implement that , click deeplink from browser , invoke the app , then the app auth web client, take some params back to browser.

Hi, I'm continuously deploying Chainlink automation contract and each time I need to manually set up registration, which involves some repetitive work. Do you have an example of an automated...