Uche Ozoemena

Results 41 issues of Uche Ozoemena

With the [request library](https://github.com/request/request#streaming) I can get the headers on the response object because the response object is provided in the callback. This is what I mean: ![request-example](https://user-images.githubusercontent.com/28525986/86470735-f1724100-bd33-11ea-9ef4-575c153e7a5a.png) How can...

This is the change that worked for me. See #79 for more info on the problem.

**node version**: 10.6.0 This error caused my scripts to always exit even before the tests could start being checked. This was the stack trace: ``` [11:29:44] Starting 'tests'... [11:29:44] Running...

We are seeing crashes in our app (Android and iOS) when we move from version 2.0.0 of this library to version 2.1.0. Our project is a Cordova app which uses...

**Describe the bug** It appears that I cannot drag to dismiss the sheet while the contents are scrolled down. I can only drag to dismiss when I've scrolled to the...

enhancement

@andismith I suspect there's something about the way the conversion works that I don't understand. I have only just begun using GraphicsMagick/this grunt plugin. Thanks in advance 🙌 . ###...

**Describe the bug** We've noticed that lazysizes shows up in the performance trace when scrolling a list with images that have the `data-src` attribute used for another purpose. The images...

This is perhaps an unusual request, but is it possible to get the content from another source that doesn't involve AJAX/XHR? I'm lazily loading content from a SQLite database in...

Can you please provide a quick rundown/brief explanation of the spam protection features on the backend? I see [this thread](https://github.com/umputun/remark42/issues/754) and [this one](https://github.com/umputun/remark42/issues/754) and some code in [`/backend/app/cmd/cleanup.go`](https://github.com/umputun/remark42/blob/master/backend/app/cmd/cleanup.go) that relates...

documentation

The [migration guide](https://github.com/ionic-team/cordova-plugin-ionic-webview/#migrating-to-5x) doesn't mention that the [`WKPort`](https://github.com/ionic-team/cordova-plugin-ionic-webview/blob/2.x/README.md#wkport) option has been removed when upgrading from v2.x. This tripped me up as described in #562 so I think the migration guide...