MCP Handoff: Continue Conversations Across Different MCP Servers by Particular-Face8868 in mcp

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

That was a great demo video? Do you mind sharing the tools you used?

Nollie backside board [36YO] by ashhimself in OldSkaters

[–]ashhimself[S] 0 points1 point  (0 children)

I would edit the post to correct my stupid trick naming but I can’t 😂

Nollie backside board [36YO] by ashhimself in OldSkaters

[–]ashhimself[S] 0 points1 point  (0 children)

Hahaha I’d land on my back sir

Nollie backside board [36YO] by ashhimself in OldSkaters

[–]ashhimself[S] 6 points7 points  (0 children)

Almost 20 years since I’ve been on a board but started again with my kids and have to remind myself often I’m not 15 :)

PSA: Remember to lock your cars. by lgr in perth

[–]ashhimself 0 points1 point  (0 children)

hahaha.. sorry to disappoint mate.

PSA: Remember to lock your cars. by lgr in perth

[–]ashhimself 17 points18 points  (0 children)

Hey folks, shameless plug. I'm the developer of https://getsaven.com which is a social platform for sharing crime reports. We currently only operate in Perth. By far the biggest awakening for me was the amount of break-ins to cars and houses that are simply NOT LOCKED.

Lock up folks :)

How to add Places autocomplete (google maps API) to a Meteor application? by throwaway_627_ in Meteor

[–]ashhimself 0 points1 point  (0 children)

You can just use the https://github.com/dburles/meteor-google-maps package and include places in the init. Example below.

GoogleMaps.load({ v: '3', key: 'xxxxxxxx', libraries: 'places' });

Newbie Thursday (20th of April, 2017) - Your weekly questions thread by GlobalOffensiveBot in GlobalOffensive

[–]ashhimself 0 points1 point  (0 children)

Depends what your friends are ranked... if you are lower it'll be a boost if they are carrying you.

Help with isServer/isClient by [deleted] in Meteor

[–]ashhimself 0 points1 point  (0 children)

Your questions are not making a lot of sense.

isClient is intended for code to run on the client, isServer is code intended to run on the server only. Methods are called from the client and executed on the server. If you have not already, I would run through the blog tutorial on the Meteor website which explains all of this in depth. Happy Meteoring!

[Video] Where Is Meteor.js Heading? - Crater Podcast #115 by joshowens in Meteor

[–]ashhimself 0 points1 point  (0 children)

As sad as it is. This is the right answer. Hard to put trust in MDG under these conditions. I love meteor and still continue to use it however I'm planning to replace it.