Eraldo Energy

Results 25 issues of Eraldo Energy

error ``` [03:49:43] typescript error Error during template compile of 'RoundProgressModule' Function expressions are not supported in decorators in 'NgModule' 'NgModule' contains the error at @angular/core/core.ts(194,31) Consider changing the function...

The word "append" was used but the context example showed behavior of prepending: http://en.wiktionary.org/wiki/prepend example: "book_set" - chosen option: prepending "book" to "_set" - alternative option: appending "_set" to "book"

Original: All models automatically get a `objects` manager. Fixed: All models automatically get an `objects` manager. resource: http://www.englishclub.com/pronunciation/a-an.htm

Reopening with reference to: https://github.com/graphql-python/graphene/issues/83 To quote @adamcharnock from https://github.com/graphql-python/graphene/issues/83 > When a DjangoConnectionField traverses a many-to-many field it would be nice to have the option to expose the fields...

✨enhancement
help wanted

I am trying to upgrade to Angular 8 but received the following warnings: ``` Package "ngx-embed-video" has an incompatible peer dependency to "@angular/core" (requires "^6.0.0" (extended), would install "9.0.1"). Package...

**Describe the bug** I have keywords that I want the user to be able to change the order via drag and drop. The keywords are displayed inline (aka horizontally) and...

enhancement
question

Nice work! :D I was just about to create a field for simpleMDE. I am glad you have already done so. I am curious if you have already thought of...

# Problem description Ever since I added the `live_server` to my tests, other tests started to fail, that did previously pass. ## Details The fixture to setup my browser with...

I have defined a custom image handler and that does trigger a modal to upload an image and that does work. I also replaced it with a function that only...

**Steps for Reproduction** [Interactive version](https://stackblitz.com/edit/quill-v2-addbinding-issue?file=index.html) Add a binding of the "escape" key using Quill v2x. ```ts this.quill?.keyboard.addBinding( { key: "a", // ESC }, () => { alert("A!"); }; this.quill?.keyboard.addBinding( {...