Giter Club home page Giter Club logo

serverless's People

Contributors

aaronfrost avatar aminato avatar andreaminato avatar andreasphil avatar austenbaker avatar bodaso avatar chriscoyier avatar chuckcarpenter avatar dependabot[bot] avatar erezrokah avatar hungrysandwich avatar justdmnk avatar machy8 avatar madoublet avatar meddlenz avatar michelbaas avatar notrab avatar pineapple-content avatar saqibameen avatar simply007 avatar soneji avatar surjithctly avatar timscodebase avatar tonyspiro avatar tunguskha avatar tyrw avatar verfasor avatar viniflores avatar williamspiro avatar xf10w 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  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

serverless's Issues

Help installing sharp

When trying to run npm install on the project to implement #177, I ran into this problem:

pm ERR! code 1
npm ERR! path /workspace/serverless/node_modules/favicons/node_modules/sharp
npm ERR! command failed
npm ERR! command sh -c (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)
npm ERR! make: Entering directory '/workspace/serverless/node_modules/favicons/node_modules/sharp/build'
npm ERR!   TOUCH Release/obj.target/libvips-cpp.stamp
npm ERR!   CXX(target) Release/obj.target/sharp/src/common.o
npm ERR! make: Leaving directory '/workspace/serverless/node_modules/favicons/node_modules/sharp/build'
npm ERR! info sharp Using cached /home/gitpod/.npm/_libvips/libvips-8.8.1-linux-x64.tar.gz
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using [email protected]
npm ERR! gyp info using [email protected] | linux | x64
npm ERR! (node:4022) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
npm ERR! gyp info spawn /usr/bin/python2
npm ERR! gyp info spawn args [
npm ERR! gyp info spawn args   '/workspace/serverless/node_modules/node-gyp/gyp/gyp_main.py',
npm ERR! gyp info spawn args   'binding.gyp',
npm ERR! gyp info spawn args   '-f',
npm ERR! gyp info spawn args   'make',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   '/workspace/serverless/node_modules/favicons/node_modules/sharp/build/config.gypi',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   '/workspace/serverless/node_modules/node-gyp/addon.gypi',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   '/home/gitpod/.node-gyp/16.13.0/include/node/common.gypi',
npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
npm ERR! gyp info spawn args   '-Dvisibility=default',
npm ERR! gyp info spawn args   '-Dnode_root_dir=/home/gitpod/.node-gyp/16.13.0',
npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/workspace/serverless/node_modules/node-gyp',
npm ERR! gyp info spawn args   '-Dnode_lib_file=/home/gitpod/.node-gyp/16.13.0/<(target_arch)/node.lib',
npm ERR! gyp info spawn args   '-Dmodule_root_dir=/workspace/serverless/node_modules/favicons/node_modules/sharp',
npm ERR! gyp info spawn args   '-Dnode_engine=v8',
npm ERR! gyp info spawn args   '--depth=.',
npm ERR! gyp info spawn args   '--no-parallel',
npm ERR! gyp info spawn args   '--generator-output',
npm ERR! gyp info spawn args   'build',
npm ERR! gyp info spawn args   '-Goutput_dir=.'
npm ERR! gyp info spawn args ]
npm ERR! gyp info spawn make
npm ERR! gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
npm ERR! <command-line>: warning: "_GLIBCXX_USE_CXX11_ABI" redefined
npm ERR! <command-line>: note: this is the location of the previous definition
npm ERR! In file included from /home/gitpod/.node-gyp/16.13.0/include/node/v8.h:30,
npm ERR!                  from /home/gitpod/.node-gyp/16.13.0/include/node/node.h:63,
npm ERR!                  from ../src/common.cc:22:
npm ERR! /home/gitpod/.node-gyp/16.13.0/include/node/v8-internal.h: In function ‘void v8::internal::PerformCastCheck(T*)’:
npm ERR! /home/gitpod/.node-gyp/16.13.0/include/node/v8-internal.h:492:38: error: ‘remove_cv_t’ is not a member of ‘std’; did you mean ‘remove_cv’?
npm ERR!   492 |             !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
npm ERR!       |                                      ^~~~~~~~~~~
npm ERR!       |                                      remove_cv
npm ERR! /home/gitpod/.node-gyp/16.13.0/include/node/v8-internal.h:492:38: error: ‘remove_cv_t’ is not a member of ‘std’; did you mean ‘remove_cv’?
npm ERR!   492 |             !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
npm ERR!       |                                      ^~~~~~~~~~~
npm ERR!       |                                      remove_cv
npm ERR! /home/gitpod/.node-gyp/16.13.0/include/node/v8-internal.h:492:50: error: template argument 2 is invalid
npm ERR!   492 |             !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
npm ERR!       |                                                  ^
npm ERR! /home/gitpod/.node-gyp/16.13.0/include/node/v8-internal.h:492:63: error: ‘::Perform’ has not been declared
npm ERR!   492 |             !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
npm ERR!       |                                                               ^~~~~~~
npm ERR! make: *** [sharp.target.mk:139: Release/obj.target/sharp/src/common.o] Error 1
npm ERR! gyp ERR! build error 
npm ERR! gyp ERR! stack Error: `make` failed with exit code: 2
npm ERR! gyp ERR! stack     at ChildProcess.onExit (/workspace/serverless/node_modules/node-gyp/lib/build.js:262:23)
npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:390:28)
npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
npm ERR! gyp ERR! System Linux 5.4.0-1051-gke
npm ERR! gyp ERR! command "/home/gitpod/.nvm/versions/node/v16.13.0/bin/node" "/workspace/serverless/node_modules/.bin/node-gyp" "rebuild"
npm ERR! gyp ERR! cwd /workspace/serverless/node_modules/favicons/node_modules/sharp
npm ERR! gyp ERR! node -v v16.13.0
npm ERR! gyp ERR! node-gyp -v v3.8.0
npm ERR! gyp ERR! not ok

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/gitpod/.npm/_logs/2021-11-16T18_47_02_107Z-debug.log
gitpod /workspace/serverless $ 

Any ideas on what I need to fix for this?

Bad SSL certificate on serverless.css-tricks.com

Hey gang.

Can't imagine you're unaware of this, but I'm getting what certainly appears to be a bad SSL cert from serverless.css-tricks.com. Now, albeit: today's my first day learning of the site, and this is my first attempt to hit it. It's possible the very "serverless" nature of the site makes for tricksy work with an authority, but if that's so, perhaps a warning in the readme.md?

image

image

Site breaks after navigation, service-worker issue

Something strange is going on. On the production page (https://serverless.css-tricks.com/), If I hard-refresh the page, I see content, but if I try to navigate to any of the other pages using the right-nav, I see 404s in the console and the page does not load up. Refreshing does not solve, only a hard-refresh without cache. It appears to be a service-worker issue, because when I unregister it, the page works just fine.

Missing Middleman logo

It appears there is no static/images/middleman.svg, which leads to the alt text showing on that card. While it should be easy enough to drop the SVG into place, it may be a good idea to also create a generic placeholder style for broken images on resource cards.

Middleman card shows alt text

This screenshot also shows another issue (props.title not being properly interpolated in alt text).

Wrong URL

The formspree URL is missing the firs H in Https so it goes to ttps://formspree.io/

image

Sidebar overflows and is unscrollable on iPad

Hi! Just noticed the number of items in the sidebar is too tall for the iPad, and it’s seemingly unable to be scrolled.

IMG_0015

This is likely a pretty easy fix, maybe with a height-based media query to toggle on overflow-scroll?

JAMStack: A Complete Beginner's Guide

An in-depth JAMstack guide for beginner's covering the foundations of JAMstack and a complete understanding of it's architecture. It compares the traditional workflow vs Jamstack and highlights the advantages of using Jamstack for developers. It also provides a real-time example of building a site using Jamstack for readers to use as a reference.
https://buttercms.com/blog/what-is-jamstack

Couple'a missing images

Howdy,

The logos for AppSync (used here and here, I think) and Google Cloud Functions (here) seem to be missing.

I poked around in their respective file histories and I couldn't find old versions of 'em, not sure if they were ever added to begin with.

Happy to PR this if it's just a matter of finding those logos in whatever file format (looks like some are svg and some png?)

Typo in Netlify Identity URL

In /services/auth there is an extra single quotation mark (https://www.netlify.com/docs/identity/') at end of URL.

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.