mark burdett
mark burdett
Another bug in master branch: If I specify -o /home/directory/test.png I get Error: Failed to open output file: ./home/directory/test.png.tmp But -o test.png works if I run the command in /home/directory
AFAICT this still needs to be fixed. The documentation was last updated the day before this issue was filed: https://github.com/getsentry/sentry-docs/commits/master/src/platforms/php/common/configuration/transports.mdx
https://github.com/guard/listen/wiki/Duplicate-directory-errors makes it sound difficult to fix. Easiest thing I can think of would be to create a new top-level directory for the project, and put anything that jekyll doesn't...
on which browser is it totally broken? we should add client-side crash-reporting via Raven.js The actual bug looks to be a trivial fix in either markup or JS
well they are two separate things, urlref and url
oh right. yes we should always send the url param as a rule.
This should be doable by modifying the gulp build script (and adding additional submodules, as we currently use a submodule to import the certbot codebase for building the docs). Someone...
@SwartzCr I have no idea what's up w/ that but should be possible to debug by making the docs... re: coveralls I think someone needs to setup coveralls.io for certbot?
We could keep the dropdowns in view without getting rid of the header. Also, a quick scroll to the top of the dropdowns would be slicker than having the browser...
At a minimum we should add new method `Dsn::getSecurityApiEndpointUrl()`. It'd be nice to also provide a convenience method - something like `Client::getSecurityReportUri()` - which would return `Dsn::getSecurityApiEndpointUrl()` plus a query...