Alex Bouma

Results 32 issues of Alex Bouma

Hi there, Unless I'm misinterpreting something the `tlsVersions` key seems to be incorrect. ```bash ./bin/tls-scan-1.4.8-darwin -c twitter.com --cacert cacert.pem --version-enum ``` ```json { "host": "twitter.com", "ip": "104.244.42.193", "port": 443, "elapsedTime":...

Relates to #1313. This adds a `use_local_relay` option to the SDK option you can supply like: ```php Sentry\init([ 'dsn' => 'https://[email protected]/1234', 'use_local_relay' => true, ]); ``` Internally this will result...

Type: Discussion
Status: In Progress

Hi all! It looks like this package is not being auto-updated on Packagist: > This package is not auto-updated. > https://packagist.org/packages/unsplash/unsplash I'm sure it will eventually pickup the new release...

We are using a managed database by Digital Ocean and they require an SSL connection. AWS ElastiCache and many other managed solutions have the same requirement. This is "easy" to...

goal:enhancement

I noticed some inconsistencies in the formatting of the code in places and wondered if introducing prettier or eslint (I believe it can format too) to enforce formatting might be...

goal:enhancement

**What problem does this feature proposal attempt to solve?** A nice and clear point based rate limiting which is more fair than a throttle based (can only retrieve node x...

enhancement

When this is missing the autoloader might not work correctly when loading WordPress in other environments (Symfony console application) resulting in: ``` PHP Fatal error: Class 'Never5\WPNotificationCenter\Plugin' not found in...

I am receiving daily emails with Let's Encrypt errors I cannot place. ``` Invalid response from https://acme-v02.api.letsencrypt.org/acme/new-order. Details: Type: urn:ietf:params:acme:error:malformed Status: 400 Detail: Unable to unmarshal NewOrder request body The...

As per the title :) Together with #35 this fixes all deprecations raised by the usage of this dependency in [Former](https://github.com/formers/former) too 🎉

### Self-Hosted Version 23.7.0.dev0 b4100de ### CPU Architecture x86_64 ### Docker Version 20.10.7 ### Docker Compose Version 2.19.0 ### Steps to Reproduce 1. Run `./scripts/backup.sh` (done on another instance with...

Type: Support Request