Mohit Tejani
Mohit Tejani
@jonsamwell gherkin syntax supports asterisk in feature file ([Gherkin Reference](https://cucumber.io/docs/gherkin/reference/#:~:text=Gherkin%20also%20supports%20using%20an,might%20not%20read%20so%20elegantly.)) While parsing feature file, Parser was ignoring `*` due to condition([mentioned in earlier comment](https://github.com/jonsamwell/dart_gherkin/pull/51#issue-1008446236)) Have added test for this and...
@jonsamwell Now parser recognises line starting with asterisks at https://github.com/jonsamwell/dart_gherkin/blob/2c6fa8a7564578a9e33ec295d2abde573d0cb75d/test/gherkin/parser_test.dart#L103-L113. as step syntax. Which is not expected in multiline description. I'm not sure, Is this correct scenario for multiline description...
> I'm not sure, Is this correct behaviour for multiline description or need to change test suite content? any thought? Also because, `cucumber-js` is not able to parse feature file...
Is it reproducible by the snippet you have shared? By running that code with my keyset I'm not seeing reported error. However, I see that it's guarded operation by checking...
Hi @Brinfotech1407 Do you have channels inside mentioned channelGroups ? Possible reason for this error can be - subscribe request ultimately ends up with subscribing no channels (because channelGroup does...
@Brinfotech1407 If I assume at > _channelsSubscription ??= _client!.subscribe(withPresence: withPresence,channelGroups: _channelGroupsSet, ); `withPresence = true`, then It is trying to subscribe UUID_cg01 channelGroup `withPresence` If it is the case then,...
Hi, So I gave it a try to replicate the issues which is described here related to inconsistency in tracking occupancy. Can we have more log information specifically about widget/application...
Please make sure that `userId` at pubnub instance's keyset OR a `uuid` value at method parameter is provided. When uuid is not provided at method level then it uses keyset's...
@Ali-Toosi Thanks for creating this issue. We will look into this.
@Ali-Toosi This issue is resolved in [latest](https://pub.dev/packages/pubnub) version.