Juha Karttunen

Results 26 comments of Juha Karttunen

For example, when preparing multiple apps I might want to do index.html for web and touch-kiosk.html for other devices. Basically using components and composition to do multiple apps. For this...

Maybe we could pass entry point to webpack instead? Then add instructions of shell scripting it.

@gaearon > My opinion is this is incredibly convoluted. Wouldn't enabling custom webpack configuration, maybe using something like webpack-merge be a lot less convoluted way of enabling this (without ejecting...

This could work with naming convention, as it does now. index.js --> Normal single entry *.entry.js -> Multiple entrypoints.

Because then excel would not open the file properly (without import) with my US users. So I don't want to change the field separator, just make the excel understand what...

@davorpeic How did you add sep=, to first line?

Just used $scope.getTableHeader = function() { return ['sep=,']; }; and ``` csv.unshift([["Name"], ["Description"], ["id"]]); return csv; ``` in $scope.getTable to get headers. Seems to work fine.

@andion It would be flaky to deduce excel locale/installation from locale at web browser. And i would prefer my comma-separated columns separated by commas.

Great, thanks! I'll have this closed once i've viewed #77

Might this be the reason for rendering öäå with similar artifacts? (Excel for Mac 2011)