Thomas Hansen

Results 51 comments of Thomas Hansen

You can listen to registering by listening to `post` on the `users` collection. Something custom for Login does seem like a good idea.

I like this solution. Some feedback: 1) It would be good to add a test to show that this works and ensure it doesn't get broken accidentally 2) Rename `updated_password`...

@kane-mason thanks for brining this up. I like the idea of a `setSetting` utility for integrators to use. Instead of changing getSetting or adding `getDynamicSetting` what do you think of...

@kane-mason Can you provide an example of when you change a setting? Would it usually be fine to wait for a new deploy for the changes to take affect? I...

Yes, `cacheInMemory: true` is not intended for models which change frequently. It generally works fine for models that very rarely change like settings or collections. In cases of when you're...

Makes sense! I think this would be a nice feature too, but I think we should implement once we see a need

That does seem annoying. I've updated the schema editor to preserve the default value. Description should already be preserved because it's now supported by the schema editor, right?

Fyi, I have a [new JSON schema editor component](https://github.com/thomas4019/vue-json-schema-editor) written in Vue instead of React and should solve this issue. It's still not quite ready to be integrated yet though.

@kane-mason A demo of the new schema editor is available at https://www.thomashansen.me/json-schema-editor/ It is styled very similarly, but the implementation is very different and it should now preserve any keys...