Valera Rozuvan
Valera Rozuvan
@dignifiedquire I want to help. Code, documentation, project management, issues & bugs, etc.
Right now it doesn't work for me. Even with old version of Koa...
This PR fixes the situation when trying to use `onetimepass` to generate codes for amazon.com service to login. Looks like all amazon.com secrets for 2FA cause the underlying issue. Can...
@tadeck , @WhyNotHugo - ping. Can I help in any way to get this merged faster?
Can we drop 3.2 version of Python? See [.travis.yml: line 5](https://github.com/tadeck/onetimepass/blob/master/.travis.yml#L5) The build fail specifically because some requirements don't work with versions of Python 3.x below 3.3.
OK - I have a PR for dropping v3.2 of Python - https://github.com/tadeck/onetimepass/pull/30 . We should merge that one first.
This is a known problem which affects projects with an old code base. The issue is caused by newer version of React (`v18.x`) calling some functions twice (in development mode...
@dozoisch any plans to resolve this issue in core? There are the mentioned workarounds (see above in this discussion). However, would be nice to not have to resort to them.
After further inspection, this happens when i call `await engine.stop()`. But only 1 in 100 cases (+- 10).
I see 2 potential places where we are calling `write`, but the `proc` could already be non existent: 1. https://github.com/ebemunk/node-uci/blob/master/src/Engine/index.js#L236 2. https://github.com/ebemunk/node-uci/blob/master/src/Engine/index.js#L474 Is it possible that the process dies, and...