zeroregard
zeroregard
I am also looking to get the actual error somewhere. When creating the ElasticSearchSinkOptions, the exception should be supplied when FailureCallback is invoked. Right now it's only invoking it with...
Are there any updates on official support for this?
Any known hacks for this whatsoever? @mralbean We managed to get it working on iOS but not on Android: https://gist.github.com/mathiassiig/adc574fb3af179526fad4611273d84b9
That's only useful if you're working on an app with partial AR
Only pinning better_player does not work, but ndahlquist's solution does. I get this error though, but it compiles nonetheless: ``` $ flutter run Running "flutter pub get" in knocky... 774ms...
Is it there yet, or does anyone have some sort of hack/fix? Much appreciated.
Anyone stumbling upon this, I was able to do it with this fork https://github.com/xoofx/SharpYaml You then apply this attribute on the fields you want to have a different style: `[SharpYaml.Serialization.YamlStyle(YamlStyle.Flow)]`
That's the thing though - I have several applications in this mono-repo, and these applications have their own changelogs. It's just that one of the applications has several projects.
Was there a workaround for this? I see you can use `--skipCommitTypes` but when specifying that like `--skipCommitTypes=chore`, it seems to still generate a new version even if there's only...
I noticed that it worked fine if I wrote commit messages like `chore(versioning): this is a test` but if I wrote it like `chore: this is a test`, it would...