Code Monkey home page Code Monkey logo

l4c.me's People

Contributors

neojp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

l4c.me's Issues

Error while uploading a small image

photo upload C:\Users\neojp\AppData\Local\Temp\4fc2e30050b45b3952f2b8ae9c3a2350
-> 50a174255ee91a7408000004_o.jpg

grpahicsmagick current_size - [object Object]

photo resize not needed l - c:\projects\nodejs\l4c_prod\public\uploads\50a174255ee91a7408000004_o.jpg -> c:\projects\nodejs\l4c_prod\public\uploads\50a174255ee91a7408000004_l.jpg

grpahicsmagick current_size - [object Object]

photo resize not needed m - c:\projects\nodejs\l4c_prod\public\uploads\50a174255ee91a7408000004_o.jpg -> c:\projects\nodejs\l4c_prod\public\uploads\50a174255ee91a7408000004_m.jpg

grpahicsmagick current_size - [object Object]

photo crop start s - c:\projects\nodejs\l4c_prod\public\uploads\50a174255ee91a7408000004_o.jpg -> c:\projects\nodejs\l4c_prod\public\uploads\50a174255ee91a7408000004_s.jpg

grpahicsmagick current_size - [object Object]

photo crop start t - c:\projects\nodejs\l4c_prod\public\uploads\50a174255ee91a7408000004_o.jpg -> c:\projects\nodejs\l4c_prod\public\uploads\50a174255ee91a7408000004_t.jpg

photo resize end l

photo resize end m

photo crop end s  gm convert: Unable to open file (c:\projects\nodejs\l4c_prod\public\uploads\50a174255ee91a7408000004_s.jpg) [Invalid argument].


DEBUG: Error: Command failed: gm convert: Unable to open file (c:\projects\nodejs\l4c_prod\public\uploads\50a174255ee91a7408000004_s.jpg) [Invalid argument].

    at ChildProcess.module.exports.proto._spawn.proc.on.onExit (c:\projects\nodejs\l4c_prod\node_modules\gm\lib\command.js:238:17)
    at ChildProcess.EventEmitter.emit (events.js:91:17)
    at maybeClose (child_process.js:638:16)
    at Process._handle.onexit (child_process.js:680:5)


photo error

500  2012/11/12 17:11:50 -0500   POST  /fotos/publicar  1042ms          127.0.0.1

photo crop end t

Change right side of header.

Remove login links and use an [upload a photo] button, then request to login if the user is not, and then redirect them to the upload page.

Enable SEO features

  • Document title for the homepage
  • Parse, clean, escape and truncate description values for images

Add extra data to the MongoDB config

Move current mongodb:// url to a child property called "url", and split all other data into their own properties.

"mongodb": {
    "app": {
        "db": "l4c",
        "host": "localhost",
        "password": null,
        "port": null,
        "url": "mongodb://localhost/l4c",
        "user": null
    },
    "system": {
        "db": "l4c_system",
        "host": "localhost",
        "password": null,
        "port": null,
        "url": "mongodb://localhost/l4c_system",
        "user": null
    }
},

2-step OAuth sign up

  1. Get data from providers using passportjs
  2. Ask for a username and password - then redirect to profile page

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.