Darin

Results 14 issues of Darin

u/ElMachoGrande on reddit-- It's pretty neat, but it is somewhat problematic when you are going to copy/paste markup code, as it doesn't consider that typing and reverts to preview. They...

potential bug

**Describe the bug** When splitting a document, regardless of parameters put into preprocessor, the document content is not split at all. **Expected behavior** Calling preprocessor.split() with split_by='word' will return a...

stale
community-triage

Prompt: `Let's set up the following recurrence relation in sympy: `T(n) = 2T\left(\frac{n}{2}\right) + O(\frac{n}{ \log n})` The work done is computed in the `O()` portion, and the recurrence relation...

Hi! So I have a weave object, initialized as follows: ```py class SemanticMemoryExample(BaseModel): name: str text: str memory: str inputs: list[str] = ["name", "text"] class SemanticMemoryExampleDataset(weave.Object, BaseModel): name: str =...

enhancement
backlog

### Describe the need Being able to set the flag --shell would be useful to quickly call on copilot cli without going through another menu. i have the copilot cli...

enhancement

Hi! Just added a couple directions (redundant, except for mentioning `home.nix` in particular) to the installation section to make things easier for people if they're just following along with the...

Hi! Getting the following issue. The suggested fix will work, I've tried it before, but I figured I should report it. This occurs on restoring from a time machine backup...

MacOS

It's important to have an LLMs.txt to enable LLMs to work with FastMCP easier! [llms.txt](https://llmstxt.org/) Right now, the readme more than suffices, but it would be good to have an...

documentation

- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) docs update - **What is the current behavior?** (You can also link to an open...