Colin Kennedy

Results 64 issues of Colin Kennedy

**Bug Description** When I /rewind to a prior message, and that message happens to have been a place where a UsageLimit was hit, the UsageLimit dialog pops again regardless of...

bug
has repro
platform:linux
area:core
autoclose

From the readme: ``` import 'dotenv/config'; import { MailerSend } from "mailersend"; const mailerSend = new MailerSend({ apiKey: process.env.API_KEY, }); mailerSend.email.domain.updateSettings("domain_id", { send_paused: 1, track_clicks: 1, track_opens: 1, track_unsubscribe: 1,...

## Problem Currently, Tuido always uses the current working directory (`os.Getwd()`) as the root for file discovery. Users cannot: - Specify a different directory to scan without `cd`-ing first -...

Current behaviour: - only tags that existed at startup are given colors Desired behaviour: - new tags that are created at runtime should be given colors. Difficulty: Current color schemes...