Nadav Bar

Results 50 comments of Nadav Bar

@jasongin - I just came across this project. Really cool! Regarding issue number 1 - against which windows SDK are you working? I didn't see this error when I pushed...

Thanks for reporting this issue, I'll be happy to accept a pull request with a fix to this issue

The module seems to still work on OSX last time I've checked. What build of windows are you using?

You can only use it for localhost. The issue is that it connects to the SpotifyWebHelper process which only listens to localhost. Ofcurse, you can always run a node.js server...

Same issue as #45, probably better to track that issue for discssions and references

Hi Charlie, it seems like the issue occurs when code that is generated from windows 10 SDK metadata files is being built using VS 2013 configuration. I still need to...

I suspect this might be an issue with the default local input language on the windows system. What language is currently set to your default language / input? As a...

The fact that the issue started after the creators update might suggests that this is a Windows platform issue. In general, UWP APIs should be backward compatible, and modules that...

This is basically same as this issue: https://github.com/NodeRT/NodeRT/issues/18 For some reason it seems like the problematic structs are defined in another .winmd file (UniversalAPiContract.winmd). However, if you try to add...

AFAIK The VS C++ compiler always imports the entire WinMD files, hence the problem with the duplicate definitions. My guess here that we might use another WinMD file from the...