Yann-Gaël Gautheron

Results 10 issues of Yann-Gaël Gautheron

I have no privilege to push code on any branch, but you might be interested in my little fix for this recurring error on my server with this node-irc lib...

Hello, I'm using _Aeon Stick S2_ correctly with openzwave lib, i'm writing C++ programs to handle every logic i need. I try to move on to nodejs for obvious reasons....

I noticed that the decimal values have a cast to Interger, then the exact value is lost here : ``` case OpenZWave::ValueID::ValueType_Decimal: { float val; OpenZWave::Manager::Get()->GetValueAsFloat(value, &val); valobj->Set(String::NewSymbol("value"), Integer::New(val)); break;...

Hello, I am not able to authenticate to eu-central-1, but it works on eu-west-1 "AWS was not able to validate the provided access credentials" I saw elsewhere threads about similar...

## Changes *please link the issues here* Changes proposed in this pull request

## Changes *please link the issues here* Changes proposed in this pull request

## Changes *please link the issues here* Changes proposed in this pull request

Be able to get and put binaries without storing anything locally For exemple: ``` putContent(url: string, body: Readable, ...) getContent(url: string): Promise // url: gcs://bucket/key or gcs://key or s3://bucket/key or...

enhancement

## Changes *please link the issues here* Changes proposed in this pull request