For one thing, Charles can’t be turned on before VPN. So closing VPN after turning on Charles won’t work either. Sometimes Charles doesn’t work with VPN at all.
Author Archives: lucia
Epcot
I just got back from a film called Tomorrowland. I haven’t had this feeling in a long time. The feeling I get when I read Atlas Shrugged. When I read Disney’s biography.
The people.
Nothing fascinates me more than the possibility of future. What would happen? Economically? Socially? Technologically? Future’s good? Brilliant, what can I do to help? It’s bad? Crap, what can I do to help?
And what would I not give to live surrounded by people like Walt. People who draw out their prospects and make them happen. People who are curious about the world and go explore. People who are fascinated by amazing possibilities and then go about creating reality.
Building for a better tomorrow, today.
Sticky Footer With CSS
This is really, really nice. Flex. I like it.
How to get a sticky footer when the content is short, and a not-sticky one when it’s long? With pure css. Check it out: Code/Demo.
Protractor Locators (Selectors)
This is a nice list to keep for reference somewhere:
Angular Email Validation with Ng-Pattern
As of now, Angular thinks abc@abc
is a valid email address. Technically it might be, but when it happens in real life, the chance of it being a typo is probably way larger than it being an actual email address. I want a dot to be part of that validation.
Git: “git push” Pushed to A Different Remote Branch Than The One It’s Tracking Remotely?
git branch -vv
shows that my local develop
branch is tracking the remote fix/some-bug
branch. However, a git push
command pushed my commits to the remote develop
branch.
WTF?
Angular Material: No Instance Found For Handle Left
This is the error. “No instance found for handle left”. I’ve been allowing it to run rampant there for a while now due to tight schedule. Now that there’s a bit of extra time.. Let’s murder it.
Angular Model: Url Http Auto Prefix
Make use of ngModel. The http or https version:
Prevent Gulp From Breaking And Crashing On Error
Gulp has been giving me a lot of trouble since the day we met. Basically because he breaks his watch whenever he smells a bit of error in JavaScript. This is a serious pain in the ass, since with the site I’m working on, I’ll have to restart the server in Terminal, re-login, and click to the page I was previously on. Three additional steps for a minor change. No fun.
This is how to tame him.