Daniel Popeski

Results 24 issues of Daniel Popeski

Like described here: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.ProjectionExpressions.html My goal is to save query and transfer memory.

This is what I have in my webpack config: ``` output: { path: '/Users/Birowsky/Projects/Commercial/Dscova/Dscova - Frontend/builds/web', publicPath: '', filename: '[name].js' }, ``` Let me know if I can provide anything...

**Describe the bug** Getting timeout error after ~90 seconds when running lambda configured at 15 minutes: "Error invoking Lambda: Unable to execute HTTP request: Read timed out" **To reproduce** Run...

bug
ready-to-work

Is there a way for me to configure something to have the new item be added as first instead of last? Thanks!

From the docs: > Create an index.html and make sure this is copied to your output: > require('file?name=index.html!./index.html'); What does "copied to your output" mean exactly?

I'm noticing that projects like [cordova-splash](https://github.com/AlexDisler/cordova-splash) or [cordova-icon](https://github.com/AlexDisler/cordova-icon) do not require us to clutter the config.xml with the icons/splashes image-sizes-configuration.

Whatever setting I choose, Querio always loads with Dark theme. ![image](https://github.com/enkot/querio/assets/3199950/5556c3c7-46c7-4e64-b75e-638117859e68)

![image](https://github.com/enkot/querio/assets/3199950/7bcd672b-42c4-43be-9e92-5676af0e3b1e)

This would be very nice time saver!

In trying to generate types for my project, I faced this error: ![image](https://user-images.githubusercontent.com/3199950/45560288-f86d4e00-b844-11e8-8f48-a27bd91c020c.png) See, that file, altho is an invalid module, is not imported anywhere in the project. Or, should...

enhancement