Nathan Thomas

Results 2 issues of Nathan Thomas

I have a config similar to this: ``` service: apps provider: name: aws runtime: nodejs8.10 stage: ${env:ENVIRONMENT} timeout: 300 memorySize: 256 versionFunctions: false region: ${env:AWS_REGION} environment: ENVIRONMENT: ${env:ENVIRONMENT} MY_URL:${ssm:/path/to/entry} custom:...

This example shows that data is duplicated and words are squished together even though they are distinct in the html. python: ``` from trafilatura import extract html_string = """ First...

enhancement