Yuriy Boev

Results 8 comments of Yuriy Boev

Hi @tobiaslohr, I'm following your suggestion for creating a user with `Sandbox API User` role. This would work for ODS (On-Demand Sandboxes) but what could we do if we want...

Thank you Tobias, I'll give it a try in our automated sandbox management tool. This would solve a lot of issues like expiring user passwords etc.

Thank you @tobiaslohr sandbox.js is already over 1400 lines of code so separation is good thing :)

Hi @Rohith13, I see only two options to assign role to an API key: - Salesforce Commerce API - SLAS Organization Admin I have enabled both and set MFA only...

Hi @gokaygurcan, you may want to consider https://www.npmjs.com/package/execa Or what I did was to clone the repo using "actions/checkout@v2", running `npm install` and after this `npm link`. After this you...

I can reproduce it when I have created XLS file using Google Sheets. Had to install Crop Sheet add-on to Google Sheets and remove all empty rows and columns.

Hello, I'm using Mac with MacOS High Sierra 10.13.6 Node.js - v7.10.1 excel-as-json is the latest one Here is the file I use: [lvl2.xlsx](https://github.com/stevetarver/excel-as-json/files/2344842/lvl2.xlsx)

Looks like `npm install grunt -g` fixes this issue. Regards