Serhii Khoma
Serhii Khoma
check https://github.com/BjornMelgaard/react-chrome-extension-boilerplate (though it is in progress, I've successfully updated dependencies)
with ``` function parse(epub) { return new Promise((resolve, reject) => { epub.on("error", function(error) { console.log("ERROR\n-----") throw error }) epub.on("end", function(error){ if (error) { reject({ on: "end", error }) } else...
I can confirm getFile works ``` > data = await getFile(epub, epub.spine.contents[2].id) > data.toString() '\r\n' + '\r\n' + '\r\n' + '\r\n' + '\r\n' + ' \r\n' + ' \r\n' +...
Use fork `eslint-import-resolver-babel-plugin-root-import`
How to reproduce the issue ``` git clone https://github.com/srghma/my-create-react-app cd my-create-react-app git checkout nixfromnpm nixfromnpm -f package.json -o nix --dev-depth 1 --no-cache ```
@ixmatus I cant specify `==1.3.0-rc0` range since its dependency of another package
I can, I can also copy output of `nixfromnpm -o /tmp/nix-test -p '[email protected]'` to packages list, but it's one time solution
Though I can download https://github.com/sass/node-sass/releases/download/v4.9.0/linux-x64-48_binding.node from browser
@adnelson I think we can close this issue since it only reproducible in `nix repl`
I have different errors ```rb root@88b3a5a2ef7c:/usr/src/app# USPS_USER="XXXXXXX" ruby -e "require 'usps/test'" Loaded suite -e Started F ======================================================================================================================================== /usr/local/bundle/gems/usps-0.1.3/lib/usps/test/address_verification.rb:14:in `test_address_standardization_1' 11: assert_equal 'GREENBELT', address.city 12: assert_equal 'MD', address.state 13: assert_equal '20770',...