Amine Bezzarga
Amine Bezzarga
Hello Guys, I just discovered this project, thanks for your work! I have the same problem as described here, failing test description is not shown
@gaurangubhatt where does the `32` in `X-Apple-Store-Front: 143441-1,32` come from? This value is harcoded to 24 in the codebase 🤔
Using the right headerPattern that can correctly parse either the merge message or the commit message I was able to workaround the issue: ```bash echo "Merged PR 6359: fix(credit): delete...
Here is the command I use to specify my config: ```bash npx conventional-changelog --config changelog.config.json --context changelog.context.json -i CHANGELOG.md -s ``` changelog.config.json ```json { "options": { "preset": { "name": "conventionalcommits",...
For my part, I just needed to add the dependency to the `SharedCode` module in the `build.gradle` of the `android project`. ``` dependencies { ... implementation project(':SharedCode') ... } ```...
I second that! It seems that the iOS implementation is generating PCS#8 format while android is generating PKCS#1
Same problem here, is this library working ?
great @lingumi-remy it works!
Adding padding is a ugly workaround. [This](http://stackoverflow.com/a/27535016/795245) solution works best as in doesn't need to change the lib source code.
are you calling setSupportActionBar(yourtoolbar) from your activity after setContentView ?