Alan Morgan
Alan Morgan
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I saw that patch-package was broken...
I have a fantasy console written in RUST that I would love to get into the list :).
I was a user of keynav before switching to wayland. Keynav can cut the grid left/right/up/down. I find this way to move around on the grid more intuitive and would...
I don't see much of a reason for normal mode, because you can move around in gridmode just as easily (grid_left/right/up/down). So I'd like to be able to stay in...
This has happened to me multiple times by accident now, but I finally figured out exactly how it is caused. I'm running wayland (wlroots 0.16.2-1) and the latest version (8a7e6f2)....
### What happened? I have a very simple query: ``` results = self.chroma.query( query_embeddings=self.embedder(query), # calls embedder here ) print(len(results["ids"][0])) ``` It outputs: ``` 12 ``` The documentation here says...
I could get multiplayer working on a local host, but as soon as I enabled port forwarding, clients wouldn't successfully connect to the server. Ended up spending hours going through...
**Is your feature request related to a problem? Please describe.** We like to pass around our secrets as connection string URLs. Currently the redis connection requires a hostname and password...
## Problem to solve I currently have a program that makes sequential web requests to the same endpoint. I generate these web requests with mockoon's proxy feature. Mockoon also supports...