-
Hi,
Given this Apache2 configuration:
SetHandler perl-script
PerlResponseHandler Plack::Handler::Apache2
PerlSetVar psgi_app bar.psgi
Doing a request to http://server.nam…
johto updated
11 years ago
-
When I originally made this project, I wanted to keep it pretty minimal, so C was the best option. However, in order to add features, quite a bit of string munging is required, for which C isn't the b…
-
Per the following two documents, comparing strings using `StringComparison.OrdinalIgnoreCase` is explicitly documented as equivalent to calling `ToUpperInvariant` on each string, then performing an or…
-
I got an error report that looked like this (slightly cleaned up):
```
[INFO] --- modernizer:2.7.0:modernizer (modernizer) @ permazen-kv-simple ---
[ERROR] .../io/permazen/kv/simple/SimpleKVDatabas…
-
Message-ID `41f938ab-4fa6-414e-bd0e-2a932c04fb95@fifthhorseman.net` appears at the mail archive at: https://mailarchive.ietf.org/arch/msg/openpgp-dt/6mqbfSI5OVmVtF9R6i2zSSjYx4M/
This is the [origin…
-
Unfortunately I can reproduce this issue reliably: https://github.com/grafana/grafana/issues/2816
1) Create dashboard in Grafana 3
2) Export json file
Import json file manually (via Grafana we…
-
We want to make sure a whole bunch of values round trip successfully, and also test the situation where the "sender" code cache is in a different state than the "receiver" code cache.
Suggestion: hav…
-
Re-enable the settings section of the streamer page after deciding which settings should be there, and verifying what the settings actually do. Such as the bandwidth setting, what does it do, and does…
-
Playing around with replete on my new iPad Pro, I'm very pleased! Glad to know I haven't completely lost the ability to write a quick snippet of code.
I think that adding support for saving a REPL …
-
Due to the natural evolution of the two codebases, the monarch-ui currently does a lot of json manipulation after fetching data from Biolink. Ideally, this would be minimized and biolink would provid…