This is what I define in gitlab-ci.yml file: build: stage: build script: - bundle exec pod repo update - bundle exec pod install || bundle exec p
In my project I have stored all the configuration values in config.toml file. now I want to change these variables using docker environment variables. Is this s
Say I use Navigator.pop(context) 2 times in a row to close the AlerDialog and close the page. Is it possible to replace these 2 methods with one function? If so
I'm trying to setup jest for a react native library but I'm getting the below error SyntaxError: react-native/Libraries/polyfills/error-guard.js: Missing semico
A lot of C++ code uses syntactical conventions for marking up member variables. Common examples include m_memberName for public members (where public members a
I'm using PDB a lot and it seems it would be even better if I could add systax highlighting in color. Ideally, I'd like to have to the path to the code a light
I have a button that may or may not be disabled via a switch next to it. I know it's state, when the test gets to it, but I feel like I should be checking it an