<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>release on keyes.ie</title>
    <link>https://keyes.ie/tags/release/</link>
    <description>Recent content in release on keyes.ie</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 30 Dec 2015 16:49:00 +0000</lastBuildDate>
    
	<atom:link href="https://keyes.ie/tags/release/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Jekyll Responsive Embed Update</title>
      <link>https://keyes.ie/jekyll-responsive-embed-update-1/</link>
      <pubDate>Wed, 30 Dec 2015 16:49:00 +0000</pubDate>
      
      <guid>https://keyes.ie/jekyll-responsive-embed-update-1/</guid>
      <description>I&amp;rsquo;ve updated the Responsive Embed convertor so the markup templates are part of the plugin module, and not separate HTML files.
This makes it much easier to install the plugin. Simply copy responsive_embed.rb from the repository and place it in the _plugins directory of your Jekyll site.
I&amp;rsquo;ve also created a repository for the project on GitHub, as I&amp;rsquo;ve now promoted this to being a Thing.</description>
    </item>
    
    <item>
      <title>Release: configpy 0.5</title>
      <link>https://keyes.ie/release-configpy-0-5/</link>
      <pubDate>Wed, 02 Jun 2010 00:00:00 +0000</pubDate>
      
      <guid>https://keyes.ie/release-configpy-0-5/</guid>
      <description>While investigating support for compound keys I came to the conclusion that the best way to support them was to rewrite. I&amp;rsquo;m not a fan of the impulsive &amp;ldquo;it&amp;rsquo;s broken we have to rewrite it&amp;rdquo; clan, but sometimes it&amp;rsquo;s a necessary thing to do. The previous code didn&amp;rsquo;t handle dependency cycles gracefully, and the type handling was verbose. I believe I&amp;rsquo;ve fixed these issues now, and 0.5 will be the baseline for future work.</description>
    </item>
    
    <item>
      <title>Release: configy 0.3</title>
      <link>https://keyes.ie/release-configy-0-3/</link>
      <pubDate>Thu, 13 May 2010 00:00:00 +0000</pubDate>
      
      <guid>https://keyes.ie/release-configy-0-3/</guid>
      <description>Comments are not part of the JSON specification, but it is very useful (and sometimes necessary) to have well commented configuration files. I have added support for comments (multi-line and in-line) to configpy, therefore if a configuration has comments it is not JSON. Internally, configpy just strips the comments before parsing. Here&amp;rsquo;s a brief example:
config_str = &amp;#34;&amp;#34;&amp;#34;/* We can use single line *//* and multi-lineJavascript like comments */{&amp;#34;var_a&amp;#34;: &amp;#34;AAAA&amp;#34;, // or simple in-line comments too/* we can mix comments everywhere */&amp;#34;var_b&amp;#34;: &amp;#34;You must escape \/* slashes in name or value strings *\/&amp;#34;,&amp;#34;var_c&amp;#34;: &amp;#34;A longer string \/\/ like this one&amp;#34;}&amp;#34;&amp;#34;&amp;#34; config = Config(config_str) assert &amp;#34;AAAA&amp;#34; == config.</description>
    </item>
    
    <item>
      <title>Releases: pathfinder &amp;amp; configpy</title>
      <link>https://keyes.ie/releases-pathfinder-configpy/</link>
      <pubDate>Thu, 13 May 2010 00:00:00 +0000</pubDate>
      
      <guid>https://keyes.ie/releases-pathfinder-configpy/</guid>
      <description>pathfinder-0.2 fixes a bug in the NotFilter and the project is now registered on PyPI. configpy-0.2 (PyPI) has seen some big changes, the biggest of which is a change to JSON for the configuration format. There is also new expression support, with an unrestricted mode (full access to globals()).</description>
    </item>
    
  </channel>
</rss>