skosito

Results 11 comments of skosito

Hey @WickyNilliams, i have the same issue, the reason is scrollTracker is initialized inside setTimeout, and destroy can be called before that. It seems you had this same issue before...

Its probably best to go with default options and no (or very minial) config in both linter and prettier for start

My suggestion is we use express.js, it is very simple and common choice. If you agree, I can setup simple project.

https://docs.google.com/document/d/1gWn_1U_a6vXp4xUsy1goztNrPjKUii90tvf_AqNa5uY/edit?usp=sharing

> @Kasshern @skosito @Ybittan @biscuitdey This discussion might be relevant for our work on the SRI. Keeping it open so that we can discuss. probably not so relevant for SRI...

@mmsqe @tac0turtle @yihuang i see some fixes for this, but none of them in 0.47.x, what is the way to fix this in 0.47.x?

> the correct fix would be to query the parameters from the consensus module itself instead of using context.ConsensusParams. That should suffice thanks! i misunderstood somehow from discussion above that...

Hey @josdejong @leeoniya how we can only import parser (or math.parse function) and make sure tree shaking removes as much code as possible? I tried out to import 'create' and...

Hey @bumi , I took a look into lndhub.js and redis data can be retrieved with something like: ``` redis.keys(keys_prefix*) ``` Then navigate all keys and values and somehow transform...

@bumi keys for users are stored in lndhub.js in following format: ``` 'user_31afe5c130314a0b07c0_e35ce2cd04d055ab713689db8b4c76ee8437e2129595ecac1ee83852cb4abcd7' ``` Prefix is `user_`, login is `31afe5c130314a0b07c0` and last part `e35ce2cd04d055ab713689db8b4c76ee8437e2129595ecac1ee83852cb4abcd7` is sha256 password. Script to read...