Andrew Brampton

Results 83 issues of Andrew Brampton

Ensure that only the diagram with the issue is not rendered, and allow all others to render correctly.

bug

Add support for setting the theme within the diagram text. For example ``` theme: hand a->b: blah ``` would set the theme to "hand".

enhancement

When I do ``` a--b: blah ``` I see an arrow. This should be a line without arrowhead.

bug

Worth adding support for Access-Control-Allow-Origin headers? Perhaps even reusing the AllowedHost list?

Content Security policies can be a long and complex string. Is it worth creating a simple function/struct/builder to make constructing these easier, and in a less error prone way? Something...

Version 3.2.1 has a CVSS 10.0 vulnerability. That's the worst kind of vulnerability that exists. By merely existing on the classpath, this library causes the Java serialization parser for the...

Is it possible to extract the server's certificate chain from a [Response](https://docs.rs/reqwest/latest/reqwest/struct.Response.html)? In addition to say SSL/TLS version, and other cipher information? I looked at using `use_preconfigured_tls` and passing my...

pr-welcome

I execute qunit like so: ``` $(NODE_MODULES)/qunit \ --cov \ --timeout 60000 \ -d Random:$(BOWER_COMPONENTS)/random/lib/random.js \ -c Prob:dist/prob-min.js \ -t tests/*-tests.js ``` I have two files that match "tests/*-tests.js", "tests/prob-tests.js...

problem

For example: `ffmpeg -re -y -i '/file.mp4' -c:v libx264 -f flv 'rtmp://server.com:80/live/...'` setInput() and setOutput() accept Strings right now. Add a File and URL version of the arguments, which would...

enhancement