PaTiTo MaSteR
PaTiTo MaSteR
I even tried with this one as a bundle.js `(function(){"use strict";var __webpack_modules__={686:function(){eval('\n;// CONCATENATED MODULE: external "ethers"\nvar external_ethers_namespaceObject = require("ethers");\n;// CONCATENATED MODULE: ./src/index.js\n\nexports.ETH = external_ethers_namespaceObject.ethers;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiNjg2LmpzIiwibWFwcGluZ3MiOiI7O0FBQUEsSUFBSSwrQkFBNEIscUI7O0FDQWhDO0FBRUFDLE9BQU8sQ0FBQ0MsR0FBUixHQUFjRixzQ0FBZCIsInNvdXJjZXMiOlsid2VicGFjazovL0BtZXRhbWFzay90ZXN0LWRhcHAvZXh0ZXJuYWwgY29tbW9uanMgXCJldGhlcnNcIj8wZTUyIiwid2VicGFjazovL0BtZXRhbWFzay90ZXN0LWRhcHAvLi9zcmMvaW5kZXguanM/YjYzNSJdLCJzb3VyY2VzQ29udGVudCI6WyJ2YXIgX19XRUJQQUNLX05BTUVTUEFDRV9PQkpFQ1RfXyA9IHJlcXVpcmUoXCJldGhlcnNcIik7IiwiaW1wb3J0IHsgZXRoZXJzIH0gZnJvbSAnZXRoZXJzJztcblxuZXhwb3J0cy5FVEggPSBldGhlcnM7Il0sIm5hbWVzIjpbImV0aGVycyIsImV4cG9ydHMiLCJFVEgiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///686\n')}},__webpack_exports__={};__webpack_modules__[686]()})(); ` Any webpack...
I tried to encode it in UTF8 before import, however might be the issue, apologies to not paste the code, here it is @svaarala (attach the whole Xcode project): ```...
yeah you totally right: duk_push_string I was using duk_push_sprintf stupidly. Now I have other errors but seems to be maybe the formatting of the ES5? ``` resolve_cb: id:'bundle', parent-id:'', resolve-to:'bundle.js'...
Maybe to be able to load bundles I need to implement all the calls, like "eval"?
I can confirm in v0.108 that torrent.deselect(0, torrent.pieces.length - 1, false) doesn't work. And I remember this line working time ago. Is there any alternative to this? any workaround?
To support this idea with more info, in the line of @Wingman4l7 the problem is the selection. The callback we get on .add is already late to execute deselect, this...
Doing tests and tests and tests, I can confirm this seems to work: ``` let content_torrent = content_wt.add(content_magnet_link, function(this_torrent) { // // Criteria to select files, first we deselect all...
Great! I was a week playing how to configure webseed, so I guess in the future this post will help me out. I’m curious to know how you configured the...
https://github.com/libp2p/cpp-libp2p/tree/master/example/03-gossip
Because /JMC is the new feature of VS2017, which you can deactivate in C/C++ section, writing in the search box "/JMC", and assign it to No. Hope this helps!