Tim Mackey

Results 29 comments of Tim Mackey

Actually, I can't even get the player to start playing if i have the `debug` parameter set to `false`. I must be doing something wrong? If I set `debug` to...

Is it possible that I'm sending too many commands too quickly, and the debug information is slowing the Arduino down enough that the DFPlayer doesn't choke? I remember reading an...

@sergeche Great news, Sergey! Thanks for this awesome plugin!

> I think this is a duplicate of [#22444](https://github.com/mastodon/mastodon/issues/22444) which itself is a duplicate of [#19895](https://github.com/mastodon/mastodon/issues/19895) You're right, I didn't see those before posting this. Since my original intention was...

I made the mistake (lol) of posting a thoughtful reply yesterday on a post from a relatively popular account. Ever since then, my notifications have been pretty much unusable in...

@isaacbowen, your suggestion was my first inclination. Seems like a good solution to me! Like you though, I'm definitely cautious about making a change like this, as it's really important...

Looks like there are currently 5 tasks in the library that use money filters: - [send-an-email-when-a-products-price-goes-below-its-cost](https://github.com/lightward/mechanic-tasks/tree/master/docs/send-an-email-when-a-products-price-goes-below-its-cost) - Correct filter use - [send-email-when-an-order-is-tagged](https://github.com/lightward/mechanic-tasks/tree/master/docs/send-email-when-an-order-is-tagged) - Correct filter use - [unpaid-order-reminders](https://github.com/lightward/mechanic-tasks/tree/master/docs/unpaid-order-reminders) - **Mixed:**...

Relevant tasks in the task library need to be updated with the new filter. I believe there are a couple others aside from the one mentioned in the original post,...

Thanks for the reminder! I had forgotten about my original issue here on GitHub :)

Oh boy...I just started working on a pull request, and the first instance of `| money` I came across is actually `| money_with_currency`...which doesn't yet have an equivalent with the...