vodkaslime
vodkaslime
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? ctrl + c to a running pairmesh node. 2. What did you expect...
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? Try to start PairMesh.exe binary. 2. What did you expect to see? Shoud...
## Feature Request **Is your feature request related to a problem? Please describe:** 1. Start a portal, start a relay server, say server 1 1. A node tries to log...
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? Just keep starting and stopping pairmesh 2. What did you expect to see?...
## Feature Request **Is your feature request related to a problem? Please describe:** N/A **Describe the feature you'd like:** A better documented config guidelines for service bootcamps and setups **Describe...
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do and what did you see? Just started pairmesh and logged in. Got: ```...
**Description** Adding hook `useToggleCodeBlockButton`, similar to https://github.com/udecode/plate/blob/main/packages/indent/src/hooks/useIndentButton.ts And adding toggle code block button to playground. **Why** From playing around with playground, I found that we could only make a code...
### Issue description LlamaCpp crash when embedding ### Expected Behavior The code generates correct embedding vector. ### Actual Behavior LlamaCpp crashed with error code: ``` zsh: segmentation fault node server/test.js...
Trying to download multiple urls with download timeout. I could download single urls one by one with `fetch_url` with setting download timeout. (Not sure if it's best practice to set...