Gordon
Gordon
Thanks for the reply @jariz ! I'll have to bring this up to my manager, as I'm not sure I have the time to maintain this personally. As an alternative...
@jariz @JoshuaWalsh Would either of you object if I open an issue on the core Gatsby repository, asking them to merge your plugin as a first-class supported plugin? After all,...
Thanks Jariz! My problem is I'm now over 10k objects in my s3 bucket, and it's taking about 30 seconds to do all that checking against every item in the...
Hi there, I'm not sure I can help you at this point. My company completely migrated away from TFS last year to Git. I built git-tfs subtree to satisfy my...
Hi Darhazer, thanks for the comments. Yes this over-simplified example does have bad patterns, that's primarily because I simplified it significantly from my real-world code in our closed source app....
Thank you @pirj, yes all our newer code uses `it_behaves_like` and we do attempt to refactor `include_examples` when possible. As a point of argument towards marking this cop as unsafe,...
That would work! Thank you very much @pirj
Hi All, I've opened a PR to DefinitelyTyped with definitions for the types that we've been maintaining in our repo. You all could use it as a base to build...
Hi @Haroenv , I'm not sure which of them were internals. I've definitely reworked the definitions since getting feedback from the DefinitelyTyped folks, are they still exporting internal functions?
The issue is definitely the unclosed underscore. ```bash curl -XPOST -H 'content-type: application/json' https://api.telegram.org/$TELEGRAM_TOKEN/sendMessage -d @/tmp/test.json ``` contents of /tmp/test.json should be ```json { "chat_id": 344335405, "text": "This unmatched_underscore breaks...