James H. Hill
James H. Hill
@agrosner Is there anything blocking this PR for being merged?
No, I have not. Do you mind sharing the code where you are creating the loader? On Tue, Mar 21, 2017, 6:41 AM Zubin Mehta wrote: @hilljh82 I am trying...
@Harti Yes, it is unfortunate this PR has not been integrated into master—especially since I have twice addressed merge conflicts due to master changing only for my updates to become...
@deanpapastrat I agree. I am the author of [ember-cli-mdc](https://github.com/onehilltech/ember-cli-mdc). One of the reasons I wrote my own `sass` wrapper for [ember-cli-mdc](https://github.com/onehilltech/ember-cli-mdc) several years ago was because of this very issue....
@trentspi By Lambda functions, I assume you are referencing AWS Lambda. That is possible, but the lambda functions are part of the AWS platform. Blueprint is a stand-alone application server...
@mohammad-irvan Please see the [blueprint-sequelize](https://github.com/onehilltech/blueprint/tree/master/packages/blueprint-sequelize) module. Since sequelize is not really used in our solutions, the documentation is very limited. But to answer your question: 1. Install `@onehilltech/blueprint-sequelize` 2. Install...
@ActualAccount Thank you for reaching out. To help us better understand your question, do you have any example that illustrates what you are trying to achieve?
@mtsgeneroso This is great! I would like the merge this, but only updating this component to 8.00 would make maintenance much harder. Moreover, we are about to start upgrading the...
@mtsgeneroso I wanted to give you an update on this issue. I have started working on ember-cli-mdc 3.0, and it will be compatible with material components web 13.0.
@ohcibi We are using [dart-sass](https://github.com/sass/dart-sass) as the sass compiler. Per the [documentation](https://github.com/sass/dart-sass/blob/main/README.md#javascript-api), there is no `extension` option. Can you not rename your sass files to `.scss`, which seems to be...