Giter Club home page Giter Club logo

meme's People

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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

meme's Issues

Ruby Version

La versión actual de ruby no permite seguir la guia de instalación debido a la antigüedad del proyecto. Hay que forzar la maquina a usar una versión de los paquetes de RubyGem anterior

Make latest version of Meme available on GitHub

The version of Meme used on SBNation includes a variety of cool new features that don't seem to be available on GitHub:

  • Basic Markdown support
  • "Design" panel with a variety of new background and color options
  • Vertical Alignment and Letter Spacing
  • Uppercase heading/source options

Is there any chance of this new version of Meme making it to GitHub? Thanks very much in advance!

How to remove image files from sprockets cache?

ruby noob here. There's apparently some caching going on so that removing image files from source/images gets middleman/middleman-sprockets all upset. I can't find anyway to appease them/it other than returning the unneeded images to the directory.
Is there a way to turn this behavior off?

Using the new line escape character

Hi,

In the demo we can use \n to go to the next line but here it's not there.
Is there any way we can add that here or is there anything I'm missing?

Thanks.

Installing on Windows

Hey,

I'm trying to install the meme generator on Windows. A developer friend tried to install it, but he got stuck on the bundle install. I need the build tools and development kit for the ruby app. How do I do this?

tana ruby installation progress

webcam button appears on android (HTC, samsung) but not iPhone

I added the "use webcam" option so that my meme generator would be mobile friendly. Seems like the webcam button does not appear on iPhone. I tested on both an iPhone 5S, iPhone 6 vs HTC and Samsung. In my stylesheets, I changed the min-width of the web-cam files from 700px to 300px to accommodate smaller screen sizes to see if that would fix it. Unfortunately it doesn't and I can't seem to figure out the issue here. Any ideas why?

$m: '.m-canvas';

#{$m} {
  @media screen and (min-width: 300px) {
    width: 55%;
  }

  #{$m}__canvas {
    background: #fcfcfc;

    canvas {
      max-width: 100% !important;
    }
  }

If you have an iPhone, feel free to test using @alishalisha's (awesome) example: alisharamos.com/ilooklikeanengineer

iPhone vs. Android screenshots:
image vs.
image

"Download image" doesn't work in Safari

When trying to save an image in Safari, I (and other users in my office) get the following error:

SecurityError: DOM Exception 18: An attempt was made to break through the security policy of the user agent. saveCanvas

meme-error

Any suggestions there? Is that just in my build? Things work just fine in Chrome.

Drag'n Drop misbehaves when the photo is lower than the frame

Drop the image below, and try to drag it. It will stick to the right border.

timmy

I've discovered that playing with zoom will eventually help you move it, but as soon as it get smaller than the frame, it gonna stick to the left border when dragged.

Develop better system for creating one-off pages

Develop a system in which one-off pages (like partnerships page) can be created entirely from Contentful, rather than the page needing to be created in the code first.

If we want those pages to always live under a specific sub-url (like partnerships), we'd just need to create a partnerships/[slug] page and a way to link those [site content] data to the pages. Other approaches would be more complicated

Middleman build results in wrong asset directories

Hi there,

When I run bundle exec middleman build using the default config.rb, it creates the wrong paths for my CSS/Javascript and images. Adding activate :relative_assets solves my CSS/JS folder issues, but it still thinks my images live in meme/images rather than meme/build/images.

What am I doing wrong here?

Here's what my config.rb file looks like:

# Reload the browser automatically whenever files change
activate :livereload

###
# Compass
###
compass_config do |config|
  config.output_style = :compressed
end

###
# Helpers
###
helpers do
  def get_url
    absolute_prefix + url_prefix
  end
end

###
# Config
###
set :css_dir, 'stylesheets'
set :js_dir, 'javascripts'
set :images_dir, 'images'
set :url_prefix, '/'
set :absolute_prefix, 'http://localhost:4567'

# Build-specific configuration
configure :build do
  puts "local build"
  set :url_prefix, ""
  set :absolute_prefix, ""
  activate :asset_hash
  activate :minify_javascript
  activate :minify_css
end

Disable download if meme template has not been created.

To begin with, Awesome product you guys. Handy to a lot of memers out there.

Not much of an issue, can categorize it as a bug. So when I hit the download button without creating a meme template a file will be downloaded. Have attached the snapshot below.
sbnation-share

Please make a fix such that the button triggers download only when a meme has been generated.

Thank you 😄.

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.