Colin O'Dell

Results 29 issues of Colin O'Dell

- Remove [`.github/workflows/merge-dependabot-upgrades.yml`](https://github.com/thephpleague/commonmark/blob/2.3/.github/workflows/merge-dependabot-upgrades.yml) - Migrate [`.github/dependabot.yml`](https://github.com/thephpleague/commonmark/blob/2.3/.github/dependabot.yml) to `renovate.json` - Use weekly scheduling + auto-merging for all non-Composer dependencies - Use the `widen` strategy for all Composer dependencies; allow auto-merging for...

up-for-grabs
good first issue
do not close
hacktoberfest

Please check the [FAQ (frequently-asked questions)](https://github.com/Microsoft/msphpsql/wiki/FAQ) first. If you have other questions or something to report, please address the following (skipping questions might delay our responses): **PHP version** 8.1.7 **PHP...

I'd love to see support for Symfony 6 in this library :)

As a user of this library I would like an easier way to test that calls to a `DogStatsInterface` log the data I expect. Currently, my only option is to...

Fixes #7 Though I don't have a test case in this PR, I can confirm it did resolve the issue for me.

The current validation being applied to the `port` configuration makes it impossible to use certain environment variables to set this option. For example, attempting to configure the bundle like this:...

Currently, the default tags are only sent for metrics, which can be surprising and unexpected. (It took longer than I'd like to admit to figure this out). In my case,...

This PR brings our library into compliance with [the latest version (0.31) of the CommonMark spec](https://spec.commonmark.org).

spec compliance
do not close

### Description Customizing the rendered HTML can be a hassle, especially when users need to customize the output for multiple node types. More context: https://gist.github.com/assertchris/e898154ac834695b9a05039a84076c30 ### Example See https://gist.github.com/assertchris/e898154ac834695b9a05039a84076c30 ###...

enhancement
do not close

Instead of using `Text::$data` to store whether it might be a delimiter, create a new `$isDelimiter` property. This should speed up delimiter processing by ~10%. This will be a breaking...

performance
do not close