Thorsten Krug

Results 24 issues of Thorsten Krug

In the readme it's not getting clear to me, how I can tweet with an previously created existing account. When I try to get the vaviable MyTweetAccount it returns "Contract...

Documentation says "site_name must adhere follow the regular expression: ^[a-zA-Z0-9_\-/]+$" My problem with that is that if you also want to single-build the repos you end up with a ugly...

enhancement

With out pipeline we regularly need to download failed tests with 600MB+, while only requiring a single failed screen to update. @garris Can you imagine a change like an extra...

When trying to make our our pipeline multi domain compatible we stumbled into the cookie domain setting in provided by default in cookies.json. With a little fix in loadCookies.json you...

_Build Roads_ I'm missing the unit Action "Build-road-to" (Shift+R in other game versions) to order a worker to build roads longer than one tile. It would improve the gameplay a...

### What is this issue about? (select one) * [X] Bug report * [ ] Feature request * [ ] Enhancement ### Issue Description Network changer shows unexpected behavior at...

If you application requires you to analyze blocks it would be great to make use of Bloom filters. Bloom filters enable you to test with little effort, if the Block...

enhancement
help wanted

![image](https://user-images.githubusercontent.com/444718/42212760-5565fdd6-7eb7-11e8-8eda-47b762dba6d4.png) # Versions npm -v 6.0.0 node -v v9.9.0

The common way to check if a account is unlocked in Metamask is a async call to this.web3.eth.getAccounts() and then check if accounts[0] is set. In Mascara this works fine...