David Chapman
David Chapman
It would seem to me that if we are computing the properties based on other properties that we don't want to send them to the server.
I have a subcollection and part of my filter for this subcollection is a 'deleted' flag, so I can delete and undelete models. My issue is that when I delete...
I'm in a -4:00 timezone. When I create an archive then extract it, the extracted files have a correct _created_ time, but their last modified times are _created_ time +...
I am trying to use svelte for building components and a legacy Backbone application. The application is currently built using webpack. I added: ```javascript rules: [ { test: /\.svelte$/, exclude:...