Oliver Wilkes

Results 40 issues of Oliver Wilkes

This would fit better as a discussion but those don't seem to be enabled. Is it possible to set a limit *just* for physical memory and virtual memory separately? There's...

Plans: - [x] Module for code - [x] Bot subclass with startup func for client session - [ ] Consistency of style - [ ] Pre-commit to help with a...

```rs use redis_derive::{FromRedisValue, ToRedisArgs}; use std::collections::HashMap; use redis::Commands; #[derive(FromRedisValue, ToRedisArgs, Debug)] enum Color { Red, Green, } #[derive(Default, FromRedisValue, ToRedisArgs, Debug)] #[redis(rename_all = "snake_case")] enum Group { #[default] MemberGroup, AdminGroup,...

bug
enhancement

tailwindcss.config.js is not matched to the `content` and not including `jit` which is how it works in tailwind 3 now

### Summary add support for the plugins ecosystem ### The Problem Mafic does not add direct support for the custom search types, filters and track types plugins provide. ### The...

t: enhancement
p: medium

### Summary provide default filter combos for effects ### The Problem Kareoke, nightcore and similar effects are harder to make by yourself and require many elements of filters at once....

good first issue
t: enhancement
p: low

**Bug description** When trying to deploy a stack from a seperate (non-local) agent environment, I receive a multitude of errors, the UI says `failed to deploy a stack: listing workers...

kind/bug
area/stacks
area/stack-creation
internal/jira

I have little experience in Godot right now, so I cannot update the screenshot. Some neiche UI colour values have been copied from . "control-flow" keywords and "string name" have...

fixes (partially) #9047, not figured out `$HOSTNAME` var fix yet ### Changes: Removal of copying `Config.Hostname` when recreating a container. This isn't a fix I'm happy of and I'm sure...

has conflicts

## Summary Update ruff to 0.11.7 from 0.7.4. This adds the new (relevant) rules to the ever long list of rules to eventually implement, as well as fixing the config...

p: low
t: meta
s: awaiting review