Kiffin Gish

Results 29 issues of Kiffin Gish

I noticed that starting with app3.js/index3.html, I observe the following error in the console when I hit the update button: ``` Uncaught TypeError: Cannot read property 'lookup' of undefined DS.JSONSerializer.Ember.Object.extend.transformFor...

In the file `blogPosts` there is a minor type which results in a 404, please change to: ``` "id": "2012-05-14-When_did_agile_swallow_pragmatic", ```

When I tried using the code example from the section extend functionality https://github.com/froala/angular-froala-wysiwyg#extend-functionality, I get the following error. ``` ParagraphEditComponent.html:49 ERROR TypeError: froala_editor_1.default.DefineIcon is not a function ``` I have...

I've upgraded to Angular v14, and when I start my application, I see the following: ``` ⠙ Generating browser application bundles (phase: setup)...Processing legacy "View Engine" libraries: - ngx-file-drop [es2015/esm2015]...

I have the following code: Gemfile ``` gem 'docx', '~> 0.2.07' ``` Rake task ``` require 'docx' docx = Docx::Document.open(template_docx) ... ``` And I get the following error: ``` LoadError:...

question

I believe that in the readme you forgot to include google 1x1 image, namely: ``` contentSecurityPolicy: { 'img-src': ["'self' www.google-analytics.com"] } ```

I've upgraded to Angular v14, and when I start my application, I see the following: ``` ⠙ Generating browser application bundles (phase: setup)...Processing legacy "View Engine" libraries: - ngx-currency [es2015/esm2015]...

Rather than use the hal browser from the root directory I would prefer to point it to a remote service, e.g. `localhost:8080` how can I do this?

I'm really happy with using `ember-cli-form-data` thanks! Maybe this doesn't have much to do directly with this addon, but I was wondering if there was a standard way in my...

First of all it failed because phantomjs wasn't installed on my system, e.g. should be part of the build process as a dependency. ``` $ npm install phantomjs -g ```...