darrenburns / posting

The modern API client that lives in your terminal.
Apache License 2.0
4.92k stars 73 forks source link

got an unexpected keyword argument 'items' #15

Closed diegoulloao closed 3 months ago

diegoulloao commented 3 months ago

I've just installed it, getting an error when opening the app: posting.

Screenshot 8

macos kitty terminal python 3.12.3

darrenburns commented 3 months ago

Whoops! My bad.

1.0.0b39 was broken - I've yanked that release. 1.0.0b40 should fix the issue.

pipx upgrade posting
diegoulloao commented 3 months ago

thanks! I'll give it a try, first impression is looking very good! It is possible to create a custom theme?

darrenburns commented 3 months ago

Custom themes aren't possible yet but they will come soon

diegoulloao commented 3 months ago

Custom themes aren't possible yet but they will come soon

shouldn't be difficult to implement, right? a theme directory can be assigned for import the files, those files could export this data format: https://github.com/darrenburns/posting/blob/8da732112d7323bbad3e988adb84a925df6b5466/src/posting/app.py#L559

I've created themes for some well-known terminal apps. I'd like to create a port of my neofusion theme for posting.

darrenburns commented 3 months ago

Yup, should be pretty straightforward 🙂

This feature will probably arrive this week or next week.