Redsandro

Results 112 issues of Redsandro

I've installed the ember-service-worker and co plugins basically to allow PWA capabilities, but I'm not actually running custom code yet. However, with the website installed as PWA, every time there...

Certain Shodan (server search engine) incoming connections crash the app. I'm not sure where to begin or where to report an issue. This seems like a good start. ``` mserve...

I'm receiving a lot of mails (probably spam or hacking attempts) that trigger `onMailFrom`, but not `onData`. ![image](https://user-images.githubusercontent.com/1702193/55724171-21387900-5a0b-11e9-96d0-dcb2e96f9997.png) `onMailFrom` just prints a message and fires the callback. Nothing is filtered...

When a filter on the model (e.g. a live updating search function) causes the number of documents in a model to _increase_, and the total number of documents is so...

When navigating back, I observe that all previously appended results are gone, and I end up scrolled back to the top where the first set of results are shown. Is...

I'm curious if there's a better way than overriding the color values using custom css selectors and supplying a custom class name? This is basically what I'm doing now: ```css...

feature request

One of my favorite Atom features is that it will mark read- and write occurances of variables and properties. This is supported _out of the box_. **No plugin required.** Depending...

enhancement

### najax: method jqXHR."getAllResponseHeaders" not implemented # Update I'm observing the following error every time my fastboot ember app goes to a route with `this.store.query()`: ``` najax: method jqXHR."getAllResponseHeaders" not...

Using `ember serve -prod` we notice `fastboot` doesn't render unless the `accept: text/html` header is present. However, many APIs use something else, e.g.: `accept: */*`. This means that `fastboot` is...

I have an Ember project and I'm struggling to `ember build -prod` this inside a `node:8` (docker) container. Here's `ember build -prod` on my localhost: > cleaning up... > Built...