Ali Sabet
Ali Sabet
**Environment:** ``` Windows 10 x64 Node v7.0.8 ``` **Issue:** I run `npm install` and `npm start` without errors but get a blank screen API demo screen on load. What could...
If I have a curl request like the following: ``` curl -G https://api.openai.com/v1/engines/davinci/completions/browser_stream \ --data-urlencode prompt='Once upon a time' \ --data-urlencode max_tokens=3 \ -H 'Authorization: Bearer YOUR_API_KEY' ``` How do...
I'd like to implement autocomplete using one of the following strategies: https://medium.com/@mourjo_sen/a-detailed-comparison-between-autocompletion-strategies-in-elasticsearch-66cb9e9c62c4. How do I write these queries using your client?
How can I filter out non-internal links, and convert the remaining links to piped format with the name of the article ie [[Article]]?
I'm wondering if it's possible to extract styling (ie if text is bold or italic) from pdfs, in addition to their content? Is this information accessible from the pdf?
### Use case: description, code I'm trying to identify why calling `toPng` in deployed app is taking significantly longer than local. Both apps are still rendering client-side, was wondering if...
I get the error on **line 32** of log after calling `npm install & npm run make` ``` 0 verbose cli [ 0 verbose cli 'C:\\Program Files\\nodejs\\node.exe', 0 verbose cli...
I'm trying to include async function calls inside the `getContent` method for a tooltip as follows: ``` { const docRef = doc(db, `completion-history`); const snap = await getDoc(docRef); return helper;...
Can you add an option to make the bottom sheet draggable to collapse? As in https://pub.dev/packages/modal_bottom_sheet.