Matthew Riddell

Results 33 comments of Matthew Riddell

I had the same problem, tried the `` and no change. I changed the "UIApplication.openSettingsURLString" to "UIApplicationOpenSettingsURLString" in QRScanner.swift and it worked.

I thought maybe I couldn't see it because I was logged on as the wrong user, but it's definitely not there with the correct user.

So, is there some other way we could get support? We have multiple paid accounts and none of them have the slack notifications option anymore.

Is support for 14 in the pipeline? Or some way I can help?

Any update on this or chance to move the project forward?

Ok, thanks will have a word internally and see if I can get someone to help out

Hey @areski long time! Cool I'll check out both and discuss it in our morning dev stand up tomorrow. I was using WebRTC with a custom signaling protocol but SIP...

Also, if I can understand how this should work I can help update documentation. I see the code has been split out but don't see how you would combine the...

Yeah, I'm looking for the same. The slot filling example on the home page points to a v3 version that no longer works: https://github.com/axa-group/nlp.js/blob/master/docs/v3/slot-filling.md This would do exactly what I...

More specifically it says this: ```Javascript const manager = new NlpManager({ languages: ['en'] }); const fromEntity = manager.addTrimEntity('fromCity'); fromEntity.addBetweenCondition('en', 'from', 'to'); fromEntity.addAfterLastCondition('en', 'from'); const toEntity = manager.addTrimEntity('toCity'); toEntity.addBetweenCondition('en', 'to', 'from',...