Cody Harris
Cody Harris
Trying to run `svgexport graph.svg graph.png 64x` on OSX Catalina on node 13.11.0. ``` $ svgexport graph.svg graph.png 64x Error: Protocol error (Page.captureScreenshot): Target closed. ```
Hello! I'm trying to figure out how to disable line wrapping in `nabo.codimd.dev/hackmdio/hackmd:2.3.2`. https://hackmd.io/c/tutorials/%2Fs%2Fhow-to-create-table does seem to describe using the "Wrench" in the bottom right, but I have drastically different...
If I enumerate the identities available like: ``` v = Keychain::Scope.new(Sec::Classes::IDENTITY) v.all.each{|identity| if (this_is_the_cert) then identity.private_key.export("", :kSecFormatPEMSequence end end ``` The export here generates: ``` [...]/ruby-keychain-0.1.2/lib/keychain/sec.rb:191:in `check_osstatus': The contents of...
Super small change, noticed and thought I'd create a PR for it