Yousuf

Results 9 issues of Yousuf

I am trying to write simple Arabic text consisting of 3 consecutive characters of same Unicode code point (letter Ain U+0639, which can be represented by [4 glyphs](https://en.wikipedia.org/wiki/Ayin#Arabic_.CA.BFAyn) depending on...

Is there a way to incorporate vector graphics like .svg file using hummus library (similar to the way to including jpeg or tiff images)?

In the list of features, there is "Clean promise-like interface". Can you show a simple example how to use this. Are there `resolve()` and `then()` functions?

enhancement

Hey, While osmosis can be used greatly to scrape html pages or xml, I could not find a way to get or `.set()` data of a JSON response. From my...

enhancement

How to scroll down to load more items in a page (see https://dribbble.com/) before starting to process the items?

enhancement

Hi @nathanchase I couldn't get this repo working out of the box. Some packages need to be updated. I arranged a pull request https://github.com/nathanchase/super-minimal-aurelia/pull/10 just to address this.

Update all packages to latest except aurelia-webpack-plugin and webpack-dev-server as IE10 and IE9 will not work. Note, aurelia-webpack-plugin is locked down to v2.0.0-rc.2 (rc.3, rc.4, rc.5 cause issues) and webpack-dev-server...

@grofit Thanks for the efforts on this package. I notice the `"chart.js": "^2.0.2"` is not updated since 17-Apr-2016, more than a year! Current release is v2.5.0 (see [releases](https://github.com/chartjs/Chart.js/tags?after=v2.1.6)). I think...

This `aurelia/testing` repo is based on JSPM. I am trying to get `async/await` syntax working with this JSPM setup so that we can re-write the `component-tester.spec.js` as the following: ```js...

question