Marcelo Reyna

Results 8 issues of Marcelo Reyna

### Problem description It would be great to have a tutorial on how to upload static web apps on that require some form of build phase that requires environment variables...

kind/enhancement

This list is for people that have contributed by donating cash. Let me know your handle!

I'll fix this asap

bug

Allow submit or some way to modify the event handle that triggers an upload

enhancement

I have a case where formatting is set to simple and was surprised to see data not iterating as documented when using `client.paginate(fql...)`. Maybe just an update to the documentation...

It feels like something like this should work with this driver but it currently does not: ``` const enhancer = { field1: fql`collection.all().paginate(n)` } query(fql`Object.assign(someDocument, ${enhancer})`) ``` I'm getting an...