Shlomi Asaf
Shlomi Asaf
Right now, we can pass only one `itemAlias` per FileUploader. In my usage case scenario, my API is expecting to get different name for each document I'm sending to it....
I get this when running 'node app' > > Warning: express.createServer() is deprecated, express > > applications no longer inherit from http.Server, > > please use: > > > >...
I`ve been trying to integrate infinity inside a defined scrolled area. My UI is a bunch of **inline-block** thumbnails (not floated). Grid Layout. Infinity works perfect inside my page when...
My items are inline-block (grid UI), and infinity generate always extra ones more, that don't fit well between the pages, leaving white space. I have tried to play with PAGE_TO_SCREEN_RATIO,...