James Simpson
James Simpson
Was it an issue in the library that could be fixed? Not sure why your catch didn't receive the error, any ideas based on what you found?
I'm not sure I follow what you are asking?
I assume you were using this for `paigowpokerhi`? If so, you need to pass in the game string like: ```javascript Hand.solve(['Ad', 'As', 'Ac', 'Th', '2d', '0r', '0r'], 'paigowpokerhi').descr ```
Okay, that seems to be a bug as there was no intended support for wildcards in the Texas Hold'em solver, but I can see how that use-case would be useful.
@obermillerk Do you have any steps on how you were able to build it after changing that file? I tried using `node-gyp rebuild` but that didn't work.
@obermillerk Thanks, but I guess something has changed or I'm still doing something different as I continue to get the following errors: ``` ..\_nodert_generated.cpp(3364): error C2440: '=': cannot convert from...
@fancyydk @nadavbar Was anything figured out on this front or any workaround found? We've been re-writing our Windows Store app using Electron due to continued issues with the Edge renderer,...
Just as an update, I still haven't found a way to get this to work with `runAsync`, but without documentation it is really difficult to know if I'm just doing...
@dwcares No, we spent quite a bit of time trying to get this to work and eventually gave up on getting this to work. We went back to just using...
That is a nice update, though what I was really referring to was the functionality that Tab Snooze has, which is incredibly useful when you have a bunch of tabs...