jalakoo
jalakoo
Suggest removing the `random` prefix to all the asMethods. So class level methods like: ``` Randoms.randomInt(10,20) Randoms.randomString(ofLength: 16) Randoms.randomFakeName() ``` become shorter to: ``` Randoms.int(10,20) Randoms.string(ofLength: 16) Randoms.fakeName() ```
**Is your feature request related to a problem? Please describe.** Not a clear way to target the login/submit button to trigger in an integration test. There is a test util...
Anyone else have trouble adding collectionview headers with the Mosaic Layout?
Got this compiler error from the loginpage.dart: ``` lib/loginpage.dart:110:57: Error: The method 'signInWithGoogle' isn't defined for the class 'firebase_auth::FirebaseAuth'. Try correcting the name to the name of an existing method,...
Hi, not a code issue so much as possible misunderstanding on my part. I've tried unsuccessfully to modify the `docker-compose.yml` file to connect with a db hosted by graphened. Every...
Cocoapod version still pointing to commit 0a79330, instead of latest ac14f24 which contains update for Swift 3+.
Is there a way to extract the node x and y coordinates from a rendered agraph?
Not sure why Docker's output message isn't clearer, but if you see the following: ``` docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))...
- Minor content updates - Hiring section added - UTM params added to certain links
experimental_rerun() removed from streamlit version 1.37, replaced with rerun()