Andrew Stevenson

Results 3 issues of Andrew Stevenson

LRUcache does not update the recency of items retrieved with get, only with special get...refresh... methods. This is a surprising, and not well documented API. get() should be overloaded to...

Uri.parse does not properly unescape query strings. e.g. `my+Browser%2B` gives `my+Browser+` and it should be `my Browser+`. There is a tentative fix in https://github.com/andrew-stevenson-sociomantic/ocean/commits/url_parsing (last 2 commits). I no longer...

type-bug

v4.3.5 introduced a regression (well https://github.com/sociomantic-tsunami/ocean/commit/2814d46b313a3be7c96eacd470242f94d72bab3c to be precise) such that the console output of my application, provided by AppStatus (https://github.com/sociomantic-tsunami/ocean/blob/2814d46b313a3be7c96eacd470242f94d72bab3c/src/ocean/io/console/AppStatus.d), is truncated at the 80th column. I have a...

type-bug
type-enhancement