Jeppe Fihl-Pearson

Results 59 comments of Jeppe Fihl-Pearson

When this has happened to us, it seems to have helped if I changed the number of instances in the node group manually, which then would get the cluster autoscaler...

Django 4.2 has been released now. DRF users would be blocked from upgrading until a new release is out.

We are occasionally seeing errors like these as well. For the cache-related ones, I guess an option also could be to continue despite the failure, as writing to the cache...

I should perhaps mention that it in the current configuration gives pretty nice help output: ``` ~/git/LGWebOSRemote % python LGTV/cli.py Usage: cli.py [OPTIONS] COMMAND [ARGS]... Command line webOS remote for...

I've ended up instead working on a [separate project](https://github.com/Tenzer/alga) from scratch which uses [Typer](https://typer.tiangolo.com/) as the CLI library, which is why there's been no more work on this.

One slight complication with this for now, is that ws4py is using `ssl.wrap_socket` when SSL is enabled, which was marked as deprecated in Python 3.7 and removed in Python 3.12,...

The problem only exists with Python 3.12, so try version 3.11 for now.

You can not blame tiny for not working properly if some other program such as Git changes its data. The proper way to handle this is with a `.gitattributes` file,...

I gave a shot at adding support for CRLF line endings, just for the fun of it. You can try it out with my branch here, and please let me...

I think it's down to the pairing type configured in the authentication payload here: https://github.com/klattimer/LGWebOSRemote/blob/0ff499b50a83051f4837669662f11f958411f029/LGTV/payload.py#L102 I'm not aware of what other pairing types that are available. The other code bases...