z38

Results 9 issues of z38

This PR implements a non-BC change to support older versions (fixes #1 and replaces #4). With this fix, newer versions can handle up to 702 files whereas users with an...

This PR adds some job titles picked randomly to `de_{DE,AT,CH}`. ~~Source: http://planet-beruf.de/schuelerinnen/mein-beruf/berufe-von-a-z/~~ Source: https://www.becc.admin.ch/becc/public/bvz/beruf/grundbildungen

enhancement

This PR adds a new option `-r|--crop` to crop the image after scaling. To implement this feature a new API call `epeg_crop_set(Epeg_Image *im, int top, int bottom, int left, int...

At the moment the library does support parsing strictly valid Subrip files. To build tools to realign cues, one might need to be able to handle improperly formatted files. The...

enhancement
subrip

The connection strings shown in the Azure Portal may include a `EntityPath` if the SAS key is tied to a specific queue. This patch extends the parser and adds a...

Support [hCaptcha](https://www.hcaptcha.com/) and other API-compatible reCAPTCHA providers by adding options to set custom endpoints. Example: ```yaml recaptcha: version: 2-checkbox theme: light site_key: 10000000-ffff-ffff-ffff-000000000001 secret_key: '0x0000000000000000000000000000000000000000' js_url: 'https://hcaptcha.com/1/api.js' verify_url: 'https://hcaptcha.com/siteverify' ```...

I'm happy to see that this project is still used by many projects and there are many people eager to help and move it forward. Unfortunately, I don't have the...