T. Middleton about Replicate live into a throw-away staging/dev db 2010-08-31 12:04 That template db idea is prett
y neat. I have to say it's get
ting pretty annoying downloadi
ng database backups and [...]
Brian Harring about All those little spots where you use strings... 2010-08-23 20:57 Yeah, in a similar boat with t
he code I write... upshot, I'v
e got some pretty good compat
code in snakeoil, just w [...]
Mike C. Fletcher about All those little spots where you use strings... 2010-08-22 08:40 Yeah, that's what I started do
ing (the function to convert t
o bytes), as I support down to
2.4. Thing is this is [...]
Brian Harring about All those little spots where you use strings... 2010-08-22 06:28 Your blog aparently likes does
n't handle the less than char
(<) conversion all that wel
l.. everything following [...]
Brian Harring about All those little spots where you use strings... 2010-08-22 06:24 The annoying thing about suppo
rting both py2k and py3k is th
at you wind up having to get r
ather explicit about you [...]
Mike C. Fletcher about bzr-svn for those stuck with svn servers... 2010-08-15 21:28 Hmm, hadn't realized that was
what dpush was for. I guess I
'll have to make the trunk a b
ranch rather than a chec [...]
Jelmer Vernooij about bzr-svn for those stuck with svn servers... 2010-08-15 20:43 For what it's worth, newer ver
sions of bzr-svn will not remo
ve existing revisions from you
r mainline unless you ex [...]
Jelmer Vernooij about bzr-svn for those stuck with svn servers... 2010-08-15 20:40 bzr-svn supports not inserting
any unusual revision properti
es, it just means that pushing
your bzr revisions into [...]
Mike Fletcher about bzr-svn for those stuck with svn servers... 2010-08-15 18:21 Hmm, maybe I missed something
there. Do you mean merge supp
ort as in being able to pull f
rom N branches into your [...]
Brian Harring about bzr-svn for those stuck with svn servers... 2010-08-15 17:45 Lack of merge support kills th
e main benefit of bzr-svn over
just using svk I'd argue.
Personally, I'm *extreme [...]
Dan Villiom Podlaski Christiansen about bzr-svn for those stuck with svn servers... 2010-08-15 11:46 You might want to check out hg
subversion The UI should b
e even simpler, and we don't i
nsert any unusual revi [...]
Mike C. Fletcher about Mocker's hidden gem... 2010-07-03 21:32 Yes, only references in dicti
onaries are replaced, so hold
ing references in lists, tuple
s, etceteras keeps them alive.
Adds support for instantiating Beaker's Cache from the config file (i.e. you can do cache-specific operations such as edge-triggered-cache-clearing in your utility scripts). That's mostly useful if you have content-modifying scripts and want to clear/populate the cache when the script runs. Available in PyPI.
Note: If you're here from a DoFollow list, please go elsewhere. This blog is actively
monitored and spam removed, and it is now NoFollow rather than DoFollow.
This is great! Can you provide a page in the TG2.1 docs on how to use it?
cheers.
-chris
for the base documentation. Cache "just works" now, so no particular extra documentation required.