The King of Half-Baked Projects
The King of Half-Baked Projects
The base size chosen is deliberately big, so that bigger screens, meaning 1920x1080+ have a bigger drawing board. The numbers were chosen based on the assumption that most people have...
## Problem Currently there's a set of fixed languages with fixed words. Not all languages necessarily have the same words and there might be translation errors. The user has to...
The plugin claims a syntax error, even though the task `compileJava` runs just fine. There's absolutely no syntax error in any of the files. I've also tried running the `clean`...
Hey, I have a playlist that I can't play. It's called `Rock and Metal` and I have personally made it. The playlist is public. I have now renamed the playlist...
Setting `buffer.Setting["softwrap"]` to `true` doesn't do anything if the component doesn't have enough space. This kind of makes the whole setting useless when using micro in a tview layout, as...
The logs say that YSF caused it, but as soon as i remove the teamspeak-connector.so from plugins it works ``` [16:27:13] [connection] 46.80.26.58:58089 requests connection cookie. [16:27:14] [connection] incoming connection:...
Maybe this is a missunderstanding as to how this is supposed to work, sorry if so. I have the following usecase: * N messages are published to topic `A` (potentially...
Hey Currently, doing something like this: ```go type config struct { Field string `env:"field,required,notEmpty"` } func New() *config { return &config{ Field: FunctionThatComputesFieldDefault(), } } func (c *config) Load() error...
Hey, I've been trying to use `ArrayEach` to parse an array. The callback you can pass takes an `error` value as its argument and can't return one, meaning that even...