John Spackman

Results 141 comments of John Spackman
trafficstars

related to https://github.com/qooxdoo/qooxdoo-compiler/issues/109

> @cboulanger said: > Here's how I manually mix in aliases from libraries: https://github.com/cboulanger/eventrecorder/blob/master/source/class/cboulanger/eventrecorder/UiController.js#L164 using a manual alias map (very hacky): https://github.com/cboulanger/eventrecorder/blob/master/source/class/cboulanger/eventrecorder/UiController.js#L46

I havn't read the decorators proposal in detail, but I'm not sure that it will be able to completely replicate the Qooxdoo class system (eg properties, events, annotations, etc); however,...

So CLDR has a single-character day name, but Intl only goes as short as two character day names? Perhaps we should define a set of overrides for specific locales, and...

> Has this to be updated https://qooxdoo.org/schema/compile-1-0-0.json Yes, I think that gets updated automatically when we do a release, but until then you'll get errors > after compiling with option...

thanks @fesdev for raising the issue

If this is the same problem that came up on gutter the other week, the issue is that specifying font file names in the theme's Font.js is broken. The change...

There's two ways to add custom fonts, an old way and a new way and I think you've picked up a bit of both The "Old Way" is to do...

> According to docs provides/webfonts is deprecated Oh sorry, Im having a senior moment :) `webfonts` is the old way and `fonts` is the new way, but the rest was...