whatsdis
whatsdis
sending a command with a value like : `['//a[@id="pagination"]/a[5]',3]` results in `[\'//a[@ id=\'pagination\' ]/a[5]\',3]` This has been causing a lot of problems, is there a way to turn off this...
I want to be able to add some other information about the user such as `plan` to include details about the user's plan information. curl -X POST -H "Content-Type: application/json"...
Relevant bit from @EAT-CODE-KITE-REPEAT: > getActionsFromInfoSet should do the exact thing as it's called. From the infoSet it should get a set of possible actions at that moment so it...
For example `Hand.solve` (from npm package pokersolver) doesn't exist in the Deuces library for Python. Utilize the same counterpart from Deuces API
I am using warrant with aws Chalice After I authenticate and I get back all the tokens, where can I store it for future use?
anyway to see my changes immediately after modifying a source file? right now I have to manually shut it down, write a fix, run carlo
hi I am following the guide at http://postgrest.org/en/stable/auth.html and in this function I cannot execute it due to `ERROR: type "basic_auth.jwt_token" does not exist` ``` -- login should be on...
First, excellent job this is very inspirational. Have you read the latest modicum bot from CMU? Also, Libratus beet Deepstack by a large margin, is there any interest in implementing...
I can't build this project due to several problems below. Severity Code Description Project File Line Suppression State Error Unable to resolve dependencies. 'Microsoft.Rest.ClientRuntime 2.1.0' is not compatible with 'Microsoft.Bot.Builder...
after I include the pregx.min.js I call `getCreditCardNumber("test2348-2342-2342-2342"); ` but the function is undefined I really wish there was an es5 version of this. I cannot get the es6 to...