Wael

Results 23 comments of Wael

Relates to: https://github.com/aws/aws-sam-cli/issues/2144

@shivambats yes, but if you `sam build -u` (build in Docker), you still have to hardcode your repository credentials. For now you can't pass them as environment variables. #### UPDATE:...

A workaround would be to use `evaluate`: ```javascript .evaluate(() => { document.querySelectorAll('.myclass')[2].click(); //3rd element return "anything"; }) ```

Currencies are not supported. The feature may be added later.

Facing same issues. @jaddoughman @harshaneekhra , did you find a solution ?

The performance gets improved when training with the option `START_MODEL=ara` As described in [tesstrain](https://github.com/tesseract-ocr/tesstrain) readme: ``` START_MODEL Name of the model to continue from. Default: '' ```

Hi @NightScript370 , thanks for reporting. To rephrase the issue, the feature is about adding the new language [Biblical Hebrew](https://en.wikipedia.org/wiki/Biblical_Hebrew). It has the code `hbo` in [ISO 639-3](https://en.wikipedia.org/wiki/ISO_639-3). In general,...

@omarsafwany thank you for you encouragements and for reporting the issue. Indeed, I am aware of issues in Arabic, and I really want to fix them all. It's just a...

Hi @omarsafwany , we have just released a new version [n2words/v1.20.0](https://github.com/forzagreen/n2words/releases/tag/v1.20.0) that fixes this issue and others in Arabic. Feel free to test and let me know if you see...

For information, the https check can be disabled in https://github.com/okta/okta-sdk-python with the environment variable `OKTA_TESTING_TESTINGDISABLEHTTPSCHECK` It would be great if this option is added here. Ref: https://github.com/okta/okta-sdk-python#environment-variables