Christian Angelo M Sulit

Results 41 comments of Christian Angelo M Sulit

> It looks like you can set the `useBrackets` option to `false`, but be warned that code that processes the output won't be able to distinguish the dot notation for...

Any update with this PR?

@kenmaxnejp I found a solution use this `await client.send_message(output_channel, message=event.message.raw_text)` you can manipulate the raw_text provided by event.message and re-assign to another variable if you will transform the text.

> Yeah, it'd be great if there was an API like `` to set the default name of the file in the browser. This is the clean implementation.

> Here's what I had to do to fix unmatched route after loggin in: > > ```js > import { makeRedirectUri } from 'expo-auth-session'; > const redirectUri = makeRedirectUri(); >...

Same error mine works in dev but not in production.