David Merritt

Results 6 issues of David Merritt

`attributes_dict = {'is_active': False}` This code failed to update on save with a False value within the dictionary. ``` user = intercom_client.users.find(email=user_email) user.custom_attributes.update(attributes_dict) intercom_client.users.save(user) ``` while this did work ```...

## What is the current behavior? The retry behavior when snowflake responds with a 503 is not controllable. It currently retries 10 times with a jittered 15s backoff. ## What...

feature
triaged

it seems that that you cannot cancel out of the onClose callback with any combination of return false/stopPropogation because s.unbindEvents is being called (line 675) before the callback is run....

## 🚀 Feature Proposal I would like to use the LocizeBackend CDN backend as the cache backup for the local resource backend (`resourcesToBackend`). We are deploying these on a mobile...

Hello, Appreciate the great plugin. I am playing around with implementation and I was wondering if there was a way to get navigation (forwards/backwards) buttons in the toolbar. I tried...

I just found the "Open in Map" functionality for geospatial data, but would love a slight enhancement to the flow for multiple values. It would be incredibly useful to render...