Ryan Parman

Results 174 issues of Ryan Parman

As the preeminent implementation for PHP, does this follow the newly-published spec for Markdown (and its test suite)? http://standardmarkdown.com

I would prefer to use a completely different approach to exposing the install/uninstall than with the `flags` package. I'm using a completely different package for building CLI apps, and would...

I make heavy use of Markdown in my GraphQL documentation. Some tools get this right, while others have odd gaps in support. For example, even GraphiQL leaves some Markdown unprocessed....

enhancement

Would love to be able to _exclude_ documentation for the types in the output (i.e., show the GraphQL models without a bunch of poorly-wrapped plain text documentation mixed in).

enhancement

Looks like there's an `assets` directory that is generated for the output, but it isn't part of the template for editing. I'm having to use nasty `!important` statements to override....

I'm a Hugo user, which means I'm also a BlackFriday user. I was looking at using footnotes in my writing, but then noticed that using `` is hard-coded into BF....

I ran: ```bash php www/bin/phpca www/src/ --since-version=7.2 | tee reports/phpca-src.txt ``` I got the following response, which identified this class: [Pool](http://php.net/manual/en/class.pool.php) ``` Scanning www/src/ ... [pthreads] Class "Pool" used in...

bug

I'm getting this error message: > ``` > ⨯ failed to list awsls supported resources error=AccessDeniedException: Critical information is missing in your request: ListLoggingConfigurationsRequest(scope=null, nextMarker=null, limit=null). > status code: 400,...

- Updated the source code to use the current version of the phpseclib API. - Version-locked the phpseclib dependency to a known-good version. --- This change is [](https://reviewable.io/reviews/camcima/dukpt-php/7)

I ran `sudo gem install jnewland-capsize` which automatically installed the amazon-ec2 gem. Immediately afterwards, I ran `cap ec2:setup` and received the following message: The loading of 'EC2' failed in capsize.rb...