Erek Speed
Erek Speed
# Update: I stepped through a bit and found the proximate cause of this problem. The code currently searches for references on every line of the commit message; usually the...
Small update: I see the logic to exclude header references from 'closes' section is specific to conventionalcommits preset: https://github.com/conventional-changelog/conventional-changelog/blob/318b555b6ef3aebdb5a8d4c7c734fd7234712dd3/packages/conventional-changelog-conventionalcommits/writer-opts.js#L146 This seems like something that should probably be core especially if...
https://github.com/conventional-changelog/conventional-changelog/issues/415#issuecomment-881862836 has a work around if you want to try it out!
These are options to the parser so you can pass them to the commit analyzer and release notes generator to override the behavior. See https://github.com/semantic-release/release-notes-generator#options for examples. The workaround listed...
@a93h I'm having the same problem on Pixel 3 Android 10; now playing shows up but no scrobbles. Also tried selecting "Scrobble Now" from three dots menu. (Not sure if...
Here are the logs, after a song finished playing. edit: one second logs weren't as I expected. edit: The instructions for filtering for the app don't appear to work since...
I uninstalled the app and reinstalled and it seems to be working now. Maybe it got in a bad state somehow.
Sorry I missed this. For the first issue: you can disable the keys in the options using a checkbox; this would be easiest. Otherwise, you probably should remove the key...
Came up on cws recently mentioning Kanshudo example search. Given the breadth, making it configurable (template) might be good.
It looks like some docs event handler is preventing propagation ahead of mine. I think setting the event to use the capturing phase instead of bubbling phase is good in...