Kamran Ayub

Results 38 issues of Kamran Ayub

I think I'm trying to do something simple but not getting very far: ```js client.watchQuery({ query, variables }) .map(response => doSomething(response.data)) .subscribe(newData => { console.log(newData); }) ``` But I'm getting...

> **Changes to Collection:** > As part of our migration from a 1:many to a many:many relationship between games and series (collections), we have migrated the data that used to...

enhancement
good first issue

Panorama on WP8 has a critical bug that makes selected change event not fire because it doesn't update behind-the-scenes.

bug

If I want to hide/show different appbars, this works great on Pivot pages. However, on Panorama pages, the transitions will just _stop_ as soon as you assign the `PhoneApplicationPage.ApplicationBar` property...

bug

Trying to add a dependency for Apache Hive: ``` "java": { "dependencies": [ { "groupId": "org.apache.hive", "artifactId": "hive-jdbc", "version": "2.3.5" } ] } ``` But when running `./node_modules/.bin/node-java-maven` I am...

Just wanted to let you know the content hasher works nicely in the browser with a small change to the packages being used: ```diff - const crypto = require('crypto') +...

We think there could be an issue with using `vec(0, -5)` negative offset, but the this code repeats the last action forever, not the whole sequence (a floaty effect): ```ts...

bug
stale

**via IGDB API partner list:** We are pleased to announce that IGDB PopScores are now available in the API. IGDB PopScore is an exciting new feature, offering “popularity primitives” that...

enhancement