Brandon Roberts

Results 59 comments of Brandon Roberts

Thank you for sharing this with us @stephanos 👏🏼

> https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md#212500 👀 > > > feature: ResourceExplorer2: This is the initial SDK release for AWS Resource Explorer. AWS Resource Explorer lets your users search for and discover your AWS...

issue still persists. iPad 4 with iOS 10.3.4

Occasionally you need to integrate a templating and binding system in a crowded legacy environment, where it's easier to integrate something like rivets into existing template/MVC system than re-building and...

I honestly think this library should default to using `export.arxiv.org` for everything, with an optional flag to use the non-robots allowed live site. First thing I did using this library...

Interesting, sorry about the bad assumption, I didn't realize this used the export site. That's even more perplexing, then. And no I didn't call download_pdf 300k times. I got 403...

> @brandonrobertz Any updates on this? Thanks for your work, btw! Hello! I made some progress, but it was a while back at this point. I got bogged down end...

This is the same problem as: https://github.com/mmabrouk/chatgpt-wrapper/issues/77 Playwright isn't thread safe. You need to create ChatGPT wrapper inside of each thread. The README needs to state something about this IMO.

What's the status on this PR? Does it need more testing or were there issues with it?

#41 needs a fix, but this pull request does things like change `===` equality checks to `==` and removes JSHint annotations. Is there a reason for that?