Adriano Caloiaro
Adriano Caloiaro
@SoftExpert I closed my PR that adds multipage support because it had been open for very long and didn't get merged. PR here: https://github.com/h2non/bimg/pull/243 If you want to garner support...
@victorkohl I imagine you've found a solution for your use case by now, but I recently ran into the same issue and have added support for page selection when converting...
> However, PDF being vector based format is giving me pretty bad quality output on "enlarge" operation in imaginary. Is there a way to control quality/dpi of final image by...
@Leryan Have a look at https://github.com/h2non/bimg/pull/243/files#diff-2f86e815e484a95ab8d5f25c812cffb82b627945ef4e4bc39fa9ab53ccc2af8c. It adds generic options, which I believe is what you want. Simpy add a new one to the options struct.
The current state of this PR Is that, due to each rec area having its own naming conventions for equipment, equipment matching needs to be improved.
@juftin This PR is ready for a proper review. Notable changes since you may have last seen it - `--equipment` and `--equipment-length` are separate. - I moved `--provider` on to...
LibreOfficeKit is currently unavailable for OSX. One approach you might take is to create a stubbed platform-specific source file to develop the majority of your project on OS X (e.g....
:+1: Use case: You want to use the `ntfy` app(s) for push notifications for a small site, but want to self-host the server. In the site's "Welcome" e-mail or user...
This is the behavior on my fork https://github.com/acaloiaro/slack-term if anyone wants to backport it here upstream. I've stopped PRing new features upstream because there doesn't seem to be much activity...
FYI I have a branch spoorting `/edit` (for editing messages) built on top of this one.