Results 54 issues of Jonathan Kamens

Heroku seems to be encouraging people to use https://git.heroku.com/ repo URIs rather than [email protected]: URIs, i.e., https instead of ssh. Heroku_san should at least allow this as an option, if...

We are using heroku_san with mongoid_rails_migrations (fixed version at git://github.com/quantopian/mongoid_rails_migrations) for a Ruby on Rails application built on top of ruby 2.0.0, rails 3.2.13, and MongoDB. When we run "rake...

bug

Fixes andrewplummer/Sugar#662 I don't know if this is a complete fix because the date-parsing stuff is quite arcane and I don't fully understand it, but this at least seems to...

If we can't get the global contest from either `global` or `window` and `Cu.getGlobalForObject` exists, then use that. See https://developer.mozilla.org/docs/Mozilla/Tech/XPCOM/Language_Bindings/Components.utils.getGlobalForObject. Fixes andrewplummer/Sugar#627.

Sugar formats Polish datetimes as, e.g., "22 listopada 2019 0:00" but then can't parse the date that it just formatted. In particular, putting a time at the end of a...

Attempting to use SugarJS with the 2018-03-15 Thunderbird Trunk build, I get this: ``` 08:37:46.183 TypeError: globalContext[name] is undefined 1 sugar.min.js:791:9 mapNativeToChainable resource://sendlater3/sugar.min.js:791:9 createNamespace resource://sendlater3/sugar.min.js:521:5 setupGlobal/< resource://sendlater3/sugar.min.js:91:7 forEachProperty resource://sendlater3/sugar.min.js:839:11 setupGlobal...

``` [11:32:34] Using gulpfile /tmp/Sugar/gulpfile.js [11:32:34] Starting 'build:dev'... [11:32:34] Exporting: sugar-custom.js... [11:32:34] Cannot find locale zh-CN! [11:32:34] Exiting... ``` This fixes it for me: ``` diff --git a/gulpfile.js b/gulpfile.js index...

I use a custom download of SugarJS with all the locales included in it. I want to upgrade to version 2.0.6, but I can't do that custom download of 2.0.6...

One of my users would like to use en-IN as his locale and have date parsing work properly (i.e., parse dates as dd/mm rather than mm/dd). Right now SugarJS doesn't...