Levani

Results 11 comments of Levani

Why is it not headless anymore?

```pip install git+https://github.com/madifaya/pilmoji.git@add-support-text-align``` Until then this works, but merging would be really useful

@madifaya Hey I noticed that this change is breaking the spacing between lines when changing it and also it messes up the emojis position when not changing the spacing, for...

> > @madifaya Hey I noticed that this change is breaking the spacing between lines when changing it and also it messes up the emojis position when not changing the...

He sorry for the delays

> LGTM Why did you merge it? We had requested changes

Yeah also thought of that, but was too lazy, but does seem like a duplicate. I added a check now, but need someone to test on nvidia hardware, it does...

``` def check_nvenc_support(): """Check if the system supports NVENC encoding by attempting to encode a test frame.""" import subprocess try: # Try to encode a single black frame using NVENC...

> ``` > def check_nvenc_support(): > """Check if the system supports NVENC encoding by attempting to encode a test frame.""" > import subprocess > > try: > # Try to...