Elad Nava
Elad Nava
I know this is an extremely old issue, but `BSD` is actually an invalid [SPDX license identifier](https://spdx.org/licenses/). If you could please modify the license within the `package.json` to `BSD-3-Clause`, that...
There is an open PR #10. @Gozala can you please merge?
Hi @joelibaceta, That's indeed useful. Please note that using `cachet.reportIncident(incident)` automatically updates the affected `component_id`'s `component_status` to whatever you choose. https://github.com/eladnava/cachet-api#report-an-incident If you just want to update the status without...
Cheers @mreinstein, in my case, the line needed to read as follows: ``` BOOST_CFLAGS=-I/usr/local/Cellar/boost/1.75.0_2/include ``` Substitute `1.75.0_2` with your own Homebrew installed version of `boost`.
@roblav96 Your workaround (`pod install` in `/Example`) worked around the issue for me and generated the `.xcworkspace`. Thanks!
Any reason why the fix isn't being deployed as an update to NPM? I just experienced this on my production server, causing all requests to hang because the pool ran...
Hi @cypris75, Unfortunately, I can't reproduce. Both symbols work fine for me:  Most likely, you're HTML encoding the result of `mailGenerator.generate(email);` before...
Closing due to lack of activity, please advise in case you're still facing this issue.