Vinney Cavallo

Results 31 issues of Vinney Cavallo

On Ubuntu 22.04 I just installed homebrew for the first time (in order to install gossip). I didn't get any errors or warnings for the homebrew install or the gossip...

Docker logs indicate that the processes are running correctly. I get my connection string and can "log in" at https://app.nsecbunker.com. I can add a key, set up a passphrase; I...

Request: When entering `[[` or another valid link-opening syntax (or using the "insert link" button), a search-typeahead UI that fuzzy-matches filenames (or titles?) as you type.

### 🚀 The feature, motivation and pitch Add a command to get a Telescope preview of the first n lines of the file under the cursor. ### Alternatives _No response_...

feature request

### 🚀 The feature, motivation and pitch Strongly related to https://github.com/epwalsh/obsidian.nvim/issues/654#issue-2414260477 (as a nice followup) - once a generalized "get input from prompts to hydrate a template" is available, how...

feature request

### 🚀 The feature, motivation and pitch As [requested](https://github.com/epwalsh/obsidian.nvim/discussions/653#discussioncomment-10076477)! There are a few powerful Obsidian plugins for templates, with Templater and QuickAdd++ being among the best. One of their greatest...

contributions welcome
feature request

Items that fell out of http cleanup (https://github.com/operating-function/pallas/pull/21) and needed a place go to be addressed in a separate chunk of work. - [ ] `parseAndSetBody` : add test for...

Don't merge yet. More commits coming. Note for @kjekac: I've provisionally added a few functions to `sire_16_bar.sire`. This is something we should discuss before committing.

enhancement

We would like to improve the handling of parsing TCP packets / HTTP messages. Once that is done (https://github.com/operating-function/pallas/issues/22), the below functions would need to be refactored or removed. This...

enhancement

The (or one of the) functions to be replaced: ``` ; Take an HTTP chunk of any size and help build a buffer. ; - append into the assembledData ;...