Alexandru Mărășteanu

Results 114 comments of Alexandru Mărășteanu

I only suggested we shouldn't improvise

Btw, my guess you're in need to format monetary values. If that's the case, may I suggest using a library that does just that? [accounting.js](http://openexchangerates.github.io/accounting.js/) looks good

Btw, are you using the `sprintf` filter in Angular? Just asking. Re extensibility: I totally understand what you're saying. Though I'm not that happy with the implementation of this lib...

What do you mean by some of my file?

Not sure I understand. If you want to translate the README file, be my guest. Please copy `README.md` to `README-LANGUAGE_CODE_COUNTRY_CODE.md` where `LANGUAGE_CODE` is the lowercased ISO 639-1 code, and `COUNTRY_CODE`...

It appears to me this PR not only falls short of addressing the original issue, but introduces new challenges. First of all, the original issue raised a point about making...

@superdiana It appears there's a misunderstanding here: I thought this PR was fixing https://github.com/Nexmo/nexmo-python/issues/157 I must have been misled by your comments there saying that you were working on it...

I am able to create directories with createDirectory, but there's no way to either create a subdirectory or change the cwd to another directory.

After a few more tests I realiezed I can simply create a directory "a", then another "b", and then rename "b" to "a/b". That seems to do the trick. Is...

Yes. `client.createDirectory('myshare', 'foo/bar')` results in `smb.smb_structs.OperationFailure: Failed to create directory foo\bar on myshare: Create failed`