Eric Watson
Eric Watson
For example, display `1.23 Million` instead of `1.23M`. This should be an option `unit_label` with possible values `:short` and `:long` defaulting to short. It can then be picked up by...
Hi, thanks for Hedwig. I've learned a lot from it already :) I have a bot that I want to respond to both overheard and direct messages of the same...
I spent a few hours this weekend working up a [new proof-of-concept Shoes backend](https://github.com/wasnotrice/shoes-atom). - Compiles Shoes and your Shoes app to Javascript using [Opal](http://opalrb.org/) - Embeds Opal, Shoes, and...
This looks like some missing argument parsing for `image`: ``` dingo:shoes4 eric$ bin/shoes samples/simple-sphere.rb ArgumentError: wrong number of arguments calling `image` (3 for 2) (root) at /Users/eric/code/shoes4/samples/simple-sphere.rb:2 instance_eval at org/jruby/RubyBasicObject.java:1536...
I was wondering if the new keyword arguments might be a good fit for Shoes. [Here's an experiment](https://gist.github.com/wasnotrice/5398324). What do you think? Currently, JRuby doesn't support this syntax (in 1.7.3...
Let's explore how to add drag-and-drop to Shoes. How should the DSL read? I think it's technically doable in Swt.
I'm working with an API where I have a field `data_schema` that is an arbitrary JSON object. The API uses the dashed key format, so it shows up in requests/responses...
The manual says that when you create a circle like this: ``` oval(100, 100, 200) ``` you should get a circle with top left (100, 100), and a radius of...
In the Great Windows Merge #185, some code resurfaced that was previously deleted. This issue is a reminder to clean up and re-test the build. - VLC conditional code in...
When an interface has been changed to a different network, it can use a stale multicast address, resulting in an EADDRNOTAVAIL error. Expected: the interface uses the multicast address for...