Eric J. Smith

Results 151 comments of Eric J. Smith
trafficstars

If we do this, I'd want to just do an alert icon on the right and have it show a drop down list of news items. Maybe even a badge...

You could have both an inclusions and exclusions. Typically the way they work is that if you have anything in the inclusions then that implicitly makes it opt-in and only...

Yeah I see how this could be frustrating when you have a lot of data coming in. We could probably change paging to be based on the id of the...

Why are we even changing it before it's sent to the server? Seems like a very weird thing to be changing someone's input as they are typing.

Changing data type flow: - Soft delete existing field - Name will be freed up to be used - Slot will remain unavailable until fully deleted - Data in old...

Remove field flow: - Soft delete field - Name is available to be used, if we try to undelete someone might have taken the name - Field map will be...

Rename field flow: - Change name on custom field - Add old name as an alias - Name won't be allowed to be used since it's being used as an...

Make sure that we have everything in place that we would need to support calculated field custom properties. Should have access to the field definition and access to the full...

Seems like this can just be plugins for each technology. So you would wire up to Promise.onPossiblyUnhandledRejection and then submit the event from inside the handler. We are already doing...