twifty
twifty
My fix for "atom" not being recognized is a `/* global atom */` at the top of the file. I also tend to also specify `global` itself as a global...
Wouldn't this be better left to a package like `csfixer`? Personally, I find it an inconvenience when multiple packages/linters tell me how I should be writing my code.
I created a package [templar](https://atom.io/packages/templar) to do something similar. Updating it is on my todo list, but it allows for creating classes/traits/interfaces from a user defined template and is able...
I know @inheritDoc is a very gray area, but I've always been under the impression that it pulls in the long description from the parent doc. Most environments I've used...
netbeans has something similar called 'fix uses'. You type hint your methods (works within method bodies too) hit ctrl+u, then it will resolve each class short name to it's FQCN....
> Yeah. That's why I never recommend DoT: they are doomed to get blocked from day one. It really surprised me the other day when my ISP blocked it. Was...
I'd like to confirm that I was having serious problems with DNS. Local DNS53 results are poisoned. Western DNS53 servers (google, quad9...) become blocked for approx 2 minutes when querying...
@alexislefebvre I ended up writing my own fixture loader. I will leave this thread open since I believe this to be a bug. The metadatas are stored using only the...
@alexislefebvre Yes, they work when run one at a time. The problem is when loading for different environments across multiple tests classes.
@alexislefebvre That would work, but it also has a downside. I have something in the region of 15 test classes, at the moment, and 3 configurations. A single configuration may...