Todd Humphrey

Results 19 comments of Todd Humphrey

Perfect, thanks for the info! I have removed the local_time_full property from my usage. Good to know I'm on the right path. Loving Keen so far, Thanks!

I am looking for this exact setting as well, I will test this pull to make sure it works for my use case, which is to provide search string suggestions,...

This works perfectly for my situation. I merged this locally with the master branch and it worked as expected.

@heliostatic I have added the ability to generate a slug from a nested field in 0.4.0. What @Gaelan is proposing is indeed quite a significant refactoring. I don't have the...

This is a good idea, thanks for the PR. We will need to make this optional, and not enabled by default. Can you add an option to enable this? perhaps...

Is your `Records.attachCollectionRevisions();` code in a place where both server and client can run it, or only client? If its only available to the client and you are not publishing...

can you add debug: true like this: `Records.attachCollectionRevisions({debug:true});` and provide both server and client console logs?

Is your collection file accessible to both client and server? Can you add debug: true and provide output on both the client and server console log?

Just to confirm, it is not creating a slug when you insert a new record into the gameDetails collection? If you are trying to add slugs to existing documents, you...

Ah, seems that the underlying package this is using for the hooks (https://github.com/matb33/meteor-collection-hooks/) doesn't support upsert yet. Seems that the package is close to having support for it, see: https://github.com/matb33/meteor-collection-hooks/issues/88....