Ruslan Tushov

Results 26 comments of Ruslan Tushov

To get `ulimit` value `getrlimit(RLIMIT_NOFILE)` can be called. However `.rlim_max` (hard limit) value is incorrect (on some platforms). [`main` calls `setFdLimit`](https://github.com/soramitsu/kagome/blob/master/node/main.cpp#L47) to raise soft limit to correct hard limit. After...

https://github.com/paritytech/substrate/pull/10080: `ext_storage_changes_root_version_1` is deprecated and will return `null`.

May [idlouhy/karma-hacktimer](https://github.com/idlouhy/karma-hacktimer) made by [@idlouhy](https://github.com/idlouhy) help?

i want to get rid of hacktimer. if you want to own and maintain hacktimer, i can transfer repository to your account. otherwise i will delete my repository, and maybe...

@ctubio, sorry for waiting. i tried to transfer, but even you renamed, repo there was an error, [you should delete your repo](https://github.com/VeliovGroup/jazeee-meteor-spiderable/issues/45#issuecomment-283510889) then [accept transfer by email from github](https://github.com/VeliovGroup/jazeee-meteor-spiderable/issues/45#issuecomment-283511545)

Hi. There are two ways: 1. Script tag - `...` or ``. - Without [`async`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script#attr-async) or [`defer`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script#attr-defer). - Must go **before** any other scripts. 2. Bundled - `import "..."` or...

Could you provide some more information - browser version - used libraries (jQuery, ...) - demo page to reproduce issue

Did you find issue on mobile device with touchscreen or desktop pc? Could you please send me e-mail ([email protected]) with demo page?

thank you for reporting. i will try to find out and fix it.

Thanks to @timotheeg, there was such a mistake of not deleting unused timeout entries. Commit e11f3ed2292062ee1e1aafe3510802a889ea6f96 must fix it.