Alistair de Blacquiere-Clarkson

Results 7 comments of Alistair de Blacquiere-Clarkson

I'm just looking at: interface IChatbotMessageProps { message: string; withAvatar?: boolean; loading?: boolean; messages: any[]; delay?: number; id: number; setState?: React.Dispatch; customComponents?: ICustomComponents; customStyles: { backgroundColor: string; }; } Can...

Thanks, I found mapStateToProps was the issue. I had tidied up my call to add to the state in a function: ``` const key = "some string" const addToState =...

Found AadAuthority.js in the msal dependency

Adding to motivation and context: ai-Bible provides a reliable and repeatable way to ingest biblical data, this is important for academic scenarios where transformations are being applied to bible verses...

Updated it to go into community section.

Hey there, pretty keen to get Siri Shortcuts working and this seemed like the best maintained plugin. I tried it with: Xcode 16.1 iOS 18.2.1 Capacitor 6 capacitor-plugin-siri-shorts version 6...

For future reference, answering the question: > Also how can I pass some parameter from shortcut to my app. example: User says "launchphrase"+"some other text" Is there a way that...