cypris
cypris
Would love to see this as well to integrate this into existing websites / knowledge bases. Similar to what Mintlify offers. https://mintlify.com/docs/api-playground/openapi/setup https://mintlify.com/blog/chat
I am using Jupyter lab in Anaconde and could get rid of this error by running: ``` export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True ``` ... before starting the jupyter notebook. However I got this...
Similar issue here when trying to deploy on Vercel. Getting similar logs like the OP when choosing image provider `vercel`: ``` Errors prerendering: [log] [nitro] ├─ /api/_content/query/dSYHoSd4Bb.1708164042895.json (21ms) │ ├──...
@loosheng Thank you for the tip. I added it but still the same behavior on Vercel. @tiwence I am using Nuxt 3.10.1 and nuxt/content 2.12.0 I can open the home...
Added PR here: https://github.com/closeio/closeio-node/pull/22
@taylorbrooks Can you check the status code please which is returned from the `https://app.close.io/api/v1/sequence_subscription/` endpoint? I think it returns 201 instead of 200 which is technically correct however the script...
Fix would be to also allow 201 to the if statement: ``` if (!error && (response.statusCode === 200 || response.statusCode === 201)) { d.resolve(JSON.parse(body)); return; } ```
Any update on this one?
I created a simplified Jupyter Notebook based on the code of this repo. This works for Amazon.de (Germany) and is currently hard-coded to download all invoices from the current year....
Same issue after fresh install of v2.0.4 via [Cloudron](https://www.cloudron.io/store/com.serpbear.cloudronapp.html): 