Peter Petermann
Peter Petermann
the issue described in: https://github.com/padraic/file_get_contents/issues/4 causes the github strategy (on PHP < 5.6.0) to fail with: file_get_contents(): Peer certificate CN=`s3.amazonaws.com' did not match expected CN=`github.com'
I just run satis on a satis.json file which looks similar to this: ``` javascript { "name": "My Repository", "homepage": "https://satis.somehost.com", "repositories": [ { "type": "vcs", "url": "git@myowngit1host" } ],...
Aloha, basically it would be nice to have some sort of define ("BOX_PHAR".. something like that), which explicitely allows to detect if a script is run from within a phar...
in: https://github.com/padraic/file_get_contents/blob/master/src/Humbug/FileGetContents.php#L104 the ssl option 'CN_match' is set for PHP versions below 5.6.0, however when file_get_contents is used, for example to fetch a download from github, and the download url...
fixed a few typos
I just stumbled over the middleware and was surprised that the docs said it supports psr-11, wondering what it would load through it. A quick look at the code revealed...
### Describe the bug with a clear and concise description of what the bug is. the current snapshot docker image states that it is: `GoToSocial 0.5.1-SNAPSHOT git-4a95385` the git hash...
I've run into a few smaller issues when running autogpt in docker through docker-compose, mostly related to weirdness with paths and the Dockerfile copying things while the docker-compose file mounted...
added the weather plugin to the third party list
### Background It seems good practice to only load the plugins needed for a given agent - however, the current implementation will always load what's in the plugins folder as...