Ely De La Cruz

Results 42 comments of Ely De La Cruz

@jpt Great to hear! Will keep an eye out for updates to the issue (thanks).

@ajcrites Hey, I see your reasoning for wanting this though for your scenario ``` getItemsAsync().then(items => setConfigAsync(items).then( () => httpGet(items), ), ); ``` which is the same as: ``` getItemsAsync()...

@ajcrites @towc πŸ‘ for participation/effort πŸ‘ Also @ajcrites The `someProcess` I show above is 'point-free' and allows the process to be easily composed with other function calls of a simliar...

Yeah, not a prob. (πŸ‘πŸ½ ). Here's what I did in my client project: For testing: Tested client library in applications running on: - Angular 13.3.x (requires typescript `~4.6.2` (https://github.com/angular/angular/blob/41c6f7a0796193728981572c8bef900b23da6c3f/package.json#L155)...

Hi all, Turns out the plugin supported this all along: Example: https://github.com/elycruz/rollup-plugin-sass/blob/f4b2e6457ed52fb2b4ade58c9853ebf124396980/test/index.test.ts#L290-315 Closing issue as is duplicate of #72 .

Correct example reference: https://github.com/elycruz/rollup-plugin-sass/blob/f4b2e6457ed52fb2b4ade58c9853ebf124396980/test/index.test.ts#L290-L315

@duowb Nice! .. I will look into integrating the feature later this week, or if you want to open a pull request ..?

As pointed out in #71 turns out the plugin supported this all along (lol): Tl;dr You need to use 'icss-utils', along with 'postcss', to process the output css and then...

@DigTheDoug Quick headsup, I got everything working with the storybook's older configuration setup (folder structure below): ``` .storybook/ - addons.js - config.js - presets.js - preview-head.html - webpack.config.js ``` I...