Tyler Clendenin

Results 16 issues of Tyler Clendenin

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...

**Describe the bug** Twitter::linkify() has the line `$text = preg_replace('/\s+/', ' ', $text);`. This strips out consecutive line breaks. I'm not sure why the linkify tries to remove extra spaces,...

bug
help wanted

It would be better IMO to just copy the alertmanager.yml file into the /tmp folder in the Dockerfile and have the entrypoint perform the file modifications as a part of...

PHP version: 7.3.11 Xdebug version: v2.7.2 VS Code extension version: 1.14.12 When using the PHP debugger I have a request paused and awaiting, however while that request is running other...

There doesn't seem to be any way to pass a proxy in to a OAuthService. I don't know where the best place to put it is, either in the org.jinstagram.auth.InstagramAuthService...

Previous to the cheerio upgrade the my code going into the inlineCss did not have html nor body tags, and the return did not either. After the update cheerio seems...

If I have a JSON representation of a Model with a Relation `[{ "id": 1, "title": "One" "relations": [{ "id": 10, "title": "Relation" }] }]` The hydrator can know that...

Getting the following error running `composer global require asgardcms/asgardcms-installer` Your requirements could not be resolved to an installable set of packages. ``` Problem 1 - Installation request for asgardcms/asgardcms-installer ^0.6.0...

I think this is related to the same thing that issue #10 was experiencing. He solved it by removing the "Report Execution Times", but I think that just kept too...