Nathan Apter

Results 13 issues of Nathan Apter

The following error occurs when running "docker build -t aws-lambda-xvfb .". Any ideas? ``` In file included from sdksyms.c:263:0: ../../include/dixfontstubs.h:43:22: warning: redundant redeclaration of 'StoreFontClientFont' [-Wredundant-decls] extern _X_EXPORT int StoreFontClientFont(FontPtr...

Hi Noah, I tried to copy the example directory to an amazon linux instance in preparation for using xfvb in lambda. When I run xfvb I get the following error...

Whenever I need to use query or scan and need to paginate the results I find myself using the same code over and over. My suggestion would be to add...

According to [the documentation](https://github.com/jeremydaly/dynamodb-toolbox#querypartitionkey-options-parameters) the query function takes a parameter to parse the attributes. However, I defined pk and sk as hidden on my entity, then I ran entity.query and...

Thank you for this @jeremydaly , it looks amazing. I've been looking for something so that I can stop parsing all my composite keys in my single table with overloaded...

I've been trying for days to get two klippers running. I used the sample docker-compose.yml but still run into issues. Here is the latest version of my docker-compose.yml. ``` version:...

Hi, First of all thank you Jeremy for this project and dynamodb toolbox. Both are incredibly useful tools. I was wondering if this project is still maintained. What other routing...

### The problem This is mostly an inconvenience. If you highlight text in a dialog and the mouse moves off the dialog before the mouseup the dialog closes. This is...

improvement
frontend
approved

A read only property on an attribute would allow query requests to the entity but update requests with the property set should throw an error. Alternatively, adding an onUpdate event...

The JS buy SDK has a way to add [custom attributes](https://github.com/Shopify/js-buy-sdk/blob/master/README.md#adding-line-items). I cannot find an equivalent way to add those to line items in the cart when using the JS...

Feature Request