Nick

Results 4 issues of Nick

I know this is a subject that comes up somewhat frequently but for the love of me I can't figure out what I'm doing wrong. 1. I have a service...

This adds the `alignment` configuration prop, taking values `Toast.alignments.LEFT`, `Toast.alignments.CENTER`, or `Toast.alignments.RIGHT`: ```js import Toast from 'react-native-root-toast' Toast.show('RIGHT', { backgroundColor: 'green', textColor: 'white', position: Toast.positions.TOP, alignment: Toast.alignments.RIGHT, }) ``` ![img](https://i.gyazo.com/24d23c600e9a30b926d6c2369b176fcc.gif)

When running `$ npm run start` or when the package is installed globally, I get an error: ```bash TypeError: Cannot read property 'Symbol(Symbol.iterator)' of undefined at Request._callback (.../Slackadaisical/dist/SlackAPI.js:197:55) at Request.self.callback...

Is there any option to view the raw text request that's being submitted to OpenAI LLMs? I am playing around with custom prompts / Summary Templates and want to confirm...