CEUK

Results 26 issues of CEUK

e.g. Something like this: ```typescript this.position += new godot.Vector2(this.velocity * delta) ``` Will generate the following error in typescript: ```error Operator '+=' cannot be applied to types 'godot.Vector2' and this.position...

documentation
investigation

Hey, if i create a floating window with the following border chars: ``` ['🭽', '▔', '🭾', '▕', '🭿', '▁', '🭼', '▏'] ``` It doesn't render very nicely: ![image](https://user-images.githubusercontent.com/1681236/147675795-1309c773-89d3-4783-829a-b77f67a5a670.png) (looks fine...

To allow customisation of the stausline in the file panel win e.g. ```lua { type = "split", statusline = " " } ``` ..would essentially disable the statusline for the...

enhancement

Colorful theme loosely based on the Dracula theme for 8-16 color terminals

To recreate: `echo "> this is a long quote that will be wrapped when I set the width to 20 causing it to break to a new line without prepending...

Currently, podcasts (shows) appear in search results. The logic to handle playing a show, setting the context etc just needs implementing. Feel free to :+1: this issue to pressure me...

good first issue
feature

Ported from #26 by @octoshrimpy * Adds playlist playing icon * Adds device currently playing icon * better text padding mechanics * better truncate mechanics. both of these now support...

enhancement

Porting the theme stuff over from #26 as it makes sense to split up into its own PR (not had time to go through this yet but I will do...

When text is truncated it should automatically scroll left and right on an interval. E.g. given the text "Never gonna give you up - Rick Astley" You would move the...

feature

Using the existing patterns in [config.py](https://github.com/ceuk/spotui/blob/master/spotui/src/config.py) and [colors.py](https://github.com/ceuk/spotui/blob/master/spotui/src/colors.py) implement a new config section: "theme" that allows users to define the terminal color using the ncurses constant names. These config values...

feature