Mark Skelton

Results 61 comments of Mark Skelton

Just realized I actually was the one who introduced the behavior that broke this 🙂 https://github.com/DominicTobias/react-image-crop/pull/388

Also having this issue. While the solution from @lucasbos works, this should be part of `stateToHTML` by default.

Doing this would require more thorough scope analysis to determine what `bool` is since it could be like this: ```js const bool = PropTypes.string ``` Not saying that's likely, just...

Sorry for the delay, I keep forgetting to run `task all` in the morning to check the statuses. Here is what I found

So, I did some more investigation and it looks to be related to hooks. I have only one very simple on add hook to auto link Jira tickets and when...

Sorry for the delay again. Here is what I was able to do to reproduce it. ```bash mkdir -p /tmp/testing/.config/task/hooks/ HOME=/tmp/testing echo "hooks.location=~/.config/task/hooks" > /tmp/testing/.taskrc hook=$(cat /tmp/testing/.taskrc task add recur:weekdays...

@bradyt Thanks for the help! Let me know if you need any other information, but now that it's reproducible, I'm guessing at this point it's just waiting for prioritization.

@yotov `toMatchText` supports regex for partial string matching. This should work. ```js await expect(page).toMatchText('button', /Click here/); ```

I want to be careful in saying this to not come off the wrong way, but this sounds a lot like the [flatmap-stream](https://blog.npmjs.org/post/180565383195/details-about-the-event-stream-incident) npm package hack. The attacker in that...