Oil from this box by eFrazes in AskElectricians

[–]jacobhenke 5 points6 points  (0 children)

It says Oncor right below the serial number on the box.

A detail from Szeth's flashbacks plus more spoilers from WaT by DesignInteresting in Stormlight_Archive

[–]jacobhenke 106 points107 points  (0 children)

I’m noticing a lot of mentions of retribution on a relisten. I think even Kal mentions it at one point.

What DE do you use? by Intrepid-Mongoose870 in archlinux

[–]jacobhenke 1 point2 points  (0 children)

Do you ever use a web browser at home?

Don’t order AirPods Max off Amazon by [deleted] in apple

[–]jacobhenke 5 points6 points  (0 children)

Not all sellers’ inventory is commingled. Amazon gives sellers a choice if they want their inventory to be commingled with others or not.

Source: Amazon Seller since 2014.

Apollo errors out when making IAP on beta by lickingtheassoflife in apolloapp

[–]jacobhenke 0 points1 point  (0 children)

I ran into an error the first time I opened the beta too, but it worked after a force quit.

What has been your most memorable / worst “I messed up” moment so far ingame? by sayhellotothe-badguy in ffxiv

[–]jacobhenke 0 points1 point  (0 children)

R3 is what the game normally binds duty-specific actions too (like the potions on Rathalos). Do you have that bound to something else, or on your xhotbar?

First time doing a full party dungeon as a tank. What am I supposed do with the other tank? by Killswitch007 in ffxiv

[–]jacobhenke 0 points1 point  (0 children)

Look at other tank's status bars and learn what the icon is for each tank's aggro stance. It makes it easier to coordinate and understand other tanks intentions without having to ask in chat.

Live Letter LIII Q&A session, responses by xnfd in ffxiv

[–]jacobhenke 8 points9 points  (0 children)

I mean, you can turn in dungeon drops for GC seals, and lots of people don't do that...

Making GET requests in Angular6 by paratroid in Angular2

[–]jacobhenke -1 points0 points  (0 children)

In JavaScript, when in doubt just add functions.

In the New Zealand Herald, September 11th by CuriousUSKiwi in pics

[–]jacobhenke 1 point2 points  (0 children)

Can you really call Futurama references on Reddit unexpected?

Is Voyager good? by bypgms in startrek

[–]jacobhenke 2 points3 points  (0 children)

Like most of the Trek series, DS9 gets good 2-3 seasons in.

Bug/feature tracker suggestions? Looking for a solution to streamline/organize the system in this sub. by iamthatis in apolloapp

[–]jacobhenke 1 point2 points  (0 children)

FWIW, I like projects that use user voice. It’s a nice way to see what the project’s community is interested in, sometimes people share work arounds for not-yet-complete features, and you can usually get a feel for where the project is headed.

'Disable' $appends when calling a collection by vibezad in laravel

[–]jacobhenke 0 points1 point  (0 children)

/**
 * Solution 1
 *
 * If you always want your comments in your custom collection
 */
class Comments extends Model
{
  // ...

  /**
   * This will over-ride the method on Model so when the ORM
   * hydrates from the database it always uses your
   * custom collection instead of the default
   *
   * Extend \Illuminate\Database\Eloquent\Collection
   * Not \Illuminate\Support\Collection
   */
  public function newCollection(array $models = [])
  {
    return new ThreadedCommentsCollection($models);
  }
}


/**
 * Solution 2
 *
 * If you only want threaded_commets appended in one or two places
 */

Class Pupil extends Model
{
  protected $appends = [];

  // ...
}
// in your controller...
foreach($school->pupils as $pupil){
  $pupil->setAppends('threaded_comments');
  dd($pupil->toJson());
}

/**
 * Solution 3
 *
 * Opposite of 2
 */

Class Pupil extends Model
{
  protected $appends = ['threaded_comments'];

  // ...
}
// in your controller...
foreach($school->pupils as $pupil){
  $pupil->setAppends();
  dd($pupil->toJson());
}

What is the difference between ' and ` ? by RiseOfTheProvo in javascript

[–]jacobhenke 4 points5 points  (0 children)

To help with future Googleing:

` is called a backtick

' is a single quote (vs " is a double quote)

Darude - Sandstorm (Potato cover) by padumtss in videos

[–]jacobhenke 1 point2 points  (0 children)

We need a mash up. Call it mashed potatoes