Jakub T. Jankiewicz
Jakub T. Jankiewicz
We had a lot of issues with that error message some time ago. The Salesforce CLI app broke and we got a flood of people who use Salesforce that were...
This is the code I used: ```javascript import { View, StyleSheet } from 'react-native'; import { SafeAreaProvider, SafeAreaView } from 'react-native-safe-area-context'; import { useMaterial3Theme } from '@pchmn/expo-material3-theme'; import { PaperProvider,...
Oh, ok. So this should be written in docs. If Provider is not needed, then you only need to show how the App component should look like: ```jsx import {...
There were two issues: 1. Wrong regex that test the image terminal formatting 2. There is a need to use option `{ formatting: true }` The second need to be...
It seems that the code is correct, only the error message should be improved: Instead of: > Invalid completion The error should say something like: > Invalid completion: "automatic completion...
It may be required to expose: `make_interpreter` function as `__make_interpreter__` for the use in the pipe extension. This function will call callback with interpreter function and completion.
Thanks for the report. The library was explicitly removing lines that were falsy. It should be fixed on devel branch.
The jsDelivr CDN files are cached. You need to purge the CDN for it to be updated. I've purged the changes. But it doesn't always work. The best way is...
I can reproduce, thanks for the report
When paused, all key shortcuts are blocked, except CTRL+D that unpause the terminal. Keys are blocked only when terminal is in focus. You can disable this by using: ```javascript $('body').terminal({},...