Acidbubbles

Results 26 issues of Acidbubbles

Acid Bunny suggested it on Discord, and it sounds like a simple quick win. The only thing that I think might be useful to consider is to have an "accepted"...

This is to be clarified, but what I'm looking for: 1. Being able to generate tokens (single scope) 2. Being able to use them in x-api-key headers Swagger and documentation...

## What is the current behavior? `NullReferenceException` ## Steps to reproduce ```c# var live = new LiveClient(); var _ = live.IsConnected(); // This throws because _clientWebSocket can be null ```...

When using Examples: - In [FrTimeOnlyToClockNotationConverter.cs](https://github.com/Humanizr/Humanizer/blob/aaca2908e327311158c4aec99f3b9767ca0b89e4/src/Humanizer/Localisation/TimeToClockNotation/FrTimeOnlyToClockNotationConverter.cs) : `_ => hour.ToWords(GrammaticalGender.Feminine) + (hour > 1 ? " heures" : " heure")` - In [EsTimeOnlyToClockNotationConverter.cs](https://github.com/Humanizr/Humanizer/blob/aaca2908e327311158c4aec99f3b9767ca0b89e4/src/Humanizer/Localisation/TimeToClockNotation/EsTimeOnlyToClockNotationConverter.cs) : `$"{article} {hour} y {normalizedMinutes.ToWords()} {dayPeriod}");` etc....

This is just a simple example of cypress tests. Use `pnpm cypress:run` to run them all, or `pnpm cypress:open` to open the cypress interface. ![image](https://user-images.githubusercontent.com/34192666/232354265-7d47e2e5-bbf0-4486-b25b-5a87386e6af5.png) ![image](https://user-images.githubusercontent.com/34192666/232354283-a293cf8e-6e93-495e-b841-b6aa859995ac.png) If there is a...

As additional backends get added, it's becoming harder to understand all the pieces. I suggest to add a simple "getting started" menu that becomes hidden when complete. In short: -...

_TL;DR: Saving characters and chats in Google Drive or similar would make them portable, and better protected against a data dump._ So, right now there are three types of storage:...

Related to https://github.com/luminai-companion/agn-ai/pull/116 If I want to write down a memory, I have to exit the chat, create a book, write the memory, and go back to the chat, assign...

I want to make a more structured proposition for middlewares. This is a follow up on the Discord conversation. ## The idea I propose a middleware system, where messages are...

Right now we can export JSON, I was wondering what you thought of allowing csv and/or jsonl export. I'm looking at FLAN T5-XXL in Scale and I was wondering about...

enhancement
good first issue