Stéphane GRILLON

Results 4 comments of Stéphane GRILLON

I have the same problem: ``` const blob = new Blob(['\ufeff', response.body], { type: 'text/csv;charset=ansi;' }); saveAs(blob, filename, true); ``` with '\ufeff' => UTF-8 without '\ufeff' => UTF-8 w/o BOM...

I add this into your tsconfig.json "include": [ "src/**/*", "node_modules/ng2-stomp-service/dist/stomp.service.ts" ] but now I have ``` ERROR in ./node_modules/stompjs/lib/stomp-node.js Module not found: Error: Can't resolve 'net' in 'C:\workspace\spring-boot-angular2-stomp\src\main\ng\node_modules\stompjs\lib' ```

I have 6 greensun outlets and I try this code: ``` from pyvesync import VeSync manager = VeSync("**********@hotmail.fr", "**********", "Europe/Paris", debug=False, redact=True) if manager.login() == False: print("Unable to login") #...