Gabe O'Leary

Results 17 issues of Gabe O'Leary

I'd like to set up my collection like this ```js const schema = { name: 'links', num_documents: 0, fields: [ { name: 'company.name', type: 'string', facet: false, }, { name:...

I'd love to be able to update arrays in an index document by providing a field plus a value to add/remove from the array. Algolia has several of these operations...

enhancement

**What is the feature?** enable passing a `DocumentSnapshot` to a query https://firebase.google.com/docs/reference/js/firebase.firestore.Query#start-at **Do you have thoughts/examples on how the feature would be used (i.e. API)?** I'm trying to implement a...

examples

I have a popper controlled tooltip and I'm trying to create add top padding (50px in this example) to the overflow prevention. Here you can see even though I've turned...

**TANGRAM VERSION:** 0.19.1 **ENVIRONMENT:** Windows 10 firefox **TO REPRODUCE THE ISSUE, FOLLOW THESE STEPS:** ``` let layer = Tangram.leafletLayer({ scene: scene_obj, leaflet: L}); let scene = layer.scene; let features =...

enhancement

This project looks awesome for hitting the ground running use twitter webhooks! That said it seems best if you plan to have a persistent express instance. Webhooks are a great...

Thanks for a super useful library! I have a hot key, `/`. It works well on English keyboards, but does not work on Spanish keyboards. On Spanish keyboards the `/`...

discrepancy makes it harder for consumers of this package to understand the internals I've removed the template because of how simple this change is. Let me know if y'all would...

first pull request

Thanks for this useful project! I noticed something today that I think you should be aware of. When `only-pr-files` with a default of `true` was added it broke certain lint...