Marc Seeger
Marc Seeger
I guess this would be a feature request? I would love to somehow change the with to 100%, but from what I can tell, browser disallow injecting CSS into an...
It would be nice to be able to switch over to 1.0
From an EC2 instance this resolves to akamai: $ ping software.intel.com PING a163.b.akamai.net (165.254.27.97) 56(84) bytes of data. 64 bytes from 165.254.27.97: icmp_seq=1 ttl=54 time=2.23 ms Strangely enough 165.254.27.97, seems...
This is the suggested syntax for the config.ru: ``` Rack::Builder.new do map("/oauth/admin") { run Rack::OAuth2::Server::Admin } map("/") { run MyApp } end ``` This results in the folllowing error for...
It's been a while since the last update, so here's the updated versions. I downloaded them using "make download". I manually ran the tests and the output looks good to...
## Update It seems like ignorearch is not picked up from the dnf.conf ## PREVIOUS CONTEXT We are running rpm and microdnf on our mac fleet. I am experimenting with...
The addon currently uses this combination to send each line to mqtt: ``` /usr/local/bin/rtl_433 -F json -R $PROTOCOL -f $FREQUENCY -g $GAIN -p $OFFSET | while read line [...] echo...
I'm trying to test my multi-core hydra runs locally. Is there a way to actually exit the whole test once the worker processes have been spawned? Using Ctrl+c will bring...
Domainatrix.parse("http://blog.andrina.web.id").public_suffix => "web.id" web.id is NOT a public suffix according to the public suffix list (http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/src/effective_tld_names.dat?raw=1)
I use jruby-httpclient in an environment where I might run into self-signed SSL certs which usually leads to this: ``` SSLSessionImpl.java:352:in `getPeerCertificates': javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated from AbstractVerifier.java:128:in `verify' from...