Rzpeg

Results 13 comments of Rzpeg

module can be used with Angular 6, with rxjs-compat installed

This repo looks dead, no activity at all. I have migrated my project to https://github.com/scttcper/ngx-toastr

@oblonski This is really important due to EU Regulations. Relates to #211

Thanks for the hint. I'll try it later this week.

@briandilley It works, but the states are accessible only in constraints. I need to access a few states for the best solution found. I can use the SolutionAnalyser to get...

@conniey Impressive progress! @matthid any estimate for a pre-release package for .net standard 2.0?

@helloanoop Amazing. My case is solved, as I can now do 2 things I have been missing: 1. read an AuthToken from a file and use it. 2. generate attachments,...

@helloanoop Sure, here it goes: ``` const fs = require('fs'); const path = require('path'); const attachmentFilename = "debug-data.bin"; const attachmentPath = path.join(bru.cwd(), attachmentFilename); const attachment = fs.readFileSync(attachmentPath, "base64"); const attachmentLength...

@helloanoop Does the CLI already support running scenarios that use fs module? Edit: Just did a test run on CLI 0.12.0, and not supported yet.

> Great job @Rzpeg. I have tried this changing "application/octet-stream" for "multipart/form-data" but does not work. This is because multipart/form-data content type has different body structure / specification. You need...