Mark

Results 13 issues of Mark

### Version 29.7.0 ### Steps to reproduce Clone repo: ```sh git clone https://github.com/remarkablemark/html-react-parser.git cd html-react-parser git checkout build/package ``` Install deps: ```sh npm i ``` Run tests: ```sh npm test...

Needs Triage
Bug Report

As a user, I want to download the butler binary so that I can use the CLI tool. ## Expected Butler binary can be downloaded via https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default ## Actual Butler...

I'm working on a project that connects to multiple Segment sources depending on the brand. Currently, [`Segment::init()`](https://github.com/segmentio/analytics-php/blob/dd47f60/lib/Segment.php#L17-L21) only allows 1 client to be initialized and if it's call multiple times,...