ezio ruan

Results 13 issues of ezio ruan

i have the following code ``` const routersDir = path.resolve(path.join(__dirname, 'routers')) const getRouters = () => fs.readdirSync(routersDir).forEach(file => { if (path.extname(file) === '.js') { const filePath = path.join(routersDir, file); console.log("filePath",...

add block_number to token schema

I have an app that connects to many client_ids, and I found their's client_id and client_secret keep the same even though I put different config, here are some test codes:...

Go benchmark using echo which was created for same purpose as japronto was. https://www.techempower.com/benchmarks/#section=data-r13&hw=ph&test=plaintext from the web framework benchmarks seems go-echo is the fastest web framework in golang

Fixes #2129 Remove Mac start command, looks like those command has combined together, and the file has been removed

remove extra space