Steve Edson

Results 24 issues of Steve Edson

Hey, Thanks for this, it's a big help. When I try to start it, I get the error: ``` ERROR: for influxdb Cannot start service influxdb: error while creating mount...

Getting this error when running the command: ```bash php artisan openapi:make-schema User -m Models\\User ``` My User table has a `status` enum with values `pending`, `approved`, and a column of...

Hello, Is it possible to download the packing slip PDFs through the API, like we can for the Invoice PDFs? They can be generated from the admin area in the...

Hi, I believe that FFMPEG does not exist in the latest Ubuntu distributions, and has been replaced with avconf (http://askubuntu.com/questions/432542/is-ffmpeg-missing-from-the-official-repositories-in-14-04). Apparently the syntax is slightly different, but very similar. Would...

Thanks for this, it could be incredibly useful to me, however there's no option to specify a quality. Using the scan functionality built into the preview app, I can save...

When I stream fixed length files via HTTP, sometimes `seekTo` will immediately carry on from the requested position, and other times it needs to download the remainder of the file...

Please see the issue at https://github.com/knsv/mermaid/issues/291 --- Using the Jekyll plugin and getting the error `Invalid value for attribute viewBox="0 0 -Infinity -Infinity"`. Also get the error when calling `mermaid.init();`...

Sorry if this is a known issue, but since Jekyll 3.0, the following warnings appear: ``` Deprecation: Collection#each should be called on the #docs array directly. Called by /home/rof/src/bitbucket.org/SteveEdson/steveedson/_plugins/category_archive_plugin.rb:38:in `posts_group_by_category'....

Is it possible to give the datalabel a shadow, like this? Thanks

enhancement

Add moment.js adapter, to allow for time series charts. Otherwise, it will throw an error: > Error: This method is not implemented: Check that a complete date adapter is provided.