Jeff Allen
Jeff Allen
FYI I can stop sending these if you're not interested, or can consolidate all my changes and send over one big PR at the end. I'm just trying to send...
It's possible that some addresses could just be resolving to "Dallas, TX" and not a particular street. We wouldn't catch this because it's a non-NA lat/long pair.
There are a handful of links that use `target="_blank"` but do not set `rel="noopener noreferrer"` which is a security vulnerability. (See https://dev.to/ben/the-targetblank-vulnerability-by-example for one such write-up).
And write up the runtime/execution chapter while here.
Custom image handlers parse the language inside of parens as a list ``` @png (width = 500) ``` Content-type serializers actually require the word `list`. ``` #* @serializer contentType list(type="application/pdf")...
Invert the current `@preempt` logic by allowing a filter to impose itself on a particular regex or glob of paths. This way you don't have to remember to annotate every...
Automatically support OPTIONS requests on all endpoints. This is important for CORS requests (e.g. attempt to use a plumber API through http://petstore.swagger.io/ and it will initially send an OPTIONS requests...
- Algolia Client Version: 3.4.0 - Language Version: 1.16.2 ### Description I'd like to be able to do the following in test. I'm stubbing out the index to replace it...
When I use `progress` in the RStudio IDE it works swimmingly. But if I source the script as a Job, I don't see the progress bar (presumably because it's not...