Ionut Stoica

Results 66 comments of Ionut Stoica

How do you handle space or enter with it, tried: `keyboardJS.bind(' ', (e) => { console.log(e); });` But it is not working.

Sorry guys for not coming with a reply earlier, yes, as PaulOstazeski says, this is the issue, nodejs being located in a wrong path

@starwing Yes, I will do that, I was losing my mind setting up an environment that works for my machine but also for Travis

Yes, I am working on it, I will ping you for a new review asap On Mon, Aug 13, 2018 at 9:01 AM, Xavier Wang wrote: > it seems that...

As of Feb 02, 2018, this is still an issue with nvidia drivers, I have a 1080 Ti with `nvidia-390` proprietary drivers. Disabling compositor does help, but that makes the...

If of any help, current WSL - double clicking on the virtual file system file to open mentions the database is locked and no actual database file is loaded. ![image](https://user-images.githubusercontent.com/867609/119252390-3e5d4100-bbac-11eb-865d-e25e0fea9eec.png)

I am having the same issue, I initially thought the project got hacked

Created an issue for this only https://github.com/marcuswestin/store.js/issues/283 ... maybe a duplicate

Meanwhile finally found a working alternative using xpath 1.0 (Tested in Chrome and Firefox on Linux) ``` Then( /(an|a) element containing "(.*)" text (should exist|exists)/, (_wording1, value, _wording2) => {...