Florian Idelberger
Florian Idelberger
> @step21 thanks for further details, it seems that WebdriverIO unnecessarily tries to resolve the Firefox version, even though it has all required information to run the test. This causes...
> > Thanks Carter. I did write a socket.io implementations years ago. Tested against Python and the node reference implementation. > > Sounds very useful. The ESP32 devices don't have...
Is the bounty still live for 'providing a script' or similar instead of just porting? Tried claiming this or one of the other extension bounties but somehow always ran out...
Mmmh, seems to work fine for me. Maybe just some loading error or not added automatically? If you go to 'customize' is it there?
Which browser? Works fine in Firefox.
I think the really useful part would be to add automatic deployment of smart-contracts to this image, or at least document it better.
Good to see this work on StandardBounty. Apart from this, shouldn't multiple bounties per issue just 'increase' the bounty? Otherwise I think it is preferable to have a new issue...
Thanks. Btw, just fyi, importing calendar, contacts and photos worked. Also, I have two-factor authentication enabled, but afaik this shouldn't matter as you are using oauth
Additionally, assuming the line numbers match up with the provided enenx file, the mentioned line plus one before and after is as follows: ``` ]]> ```
according to [this](https://stackoverflow.com/questions/7522250/how-to-include-package-data-with-setuptools-distutils) the package_data specified in setup.py only works for binary dists, whereas Manifest.in works for both.