David Kern

Results 3 issues of David Kern

In like.rb the script method generates a script tag without quotes around the value of the "src" attribute.

See Issue: #398 As discussed in the linked issue, this PR adds an `allow_unsafe` feature and gates all unsafe code on it. This _does not_ include that feature in the...

While adding tests for the safe-only code PR, I noticed that the code coverage action hasn't been able to complete successfully for a while. Originally this was caused by rustfmt...