Git Product home page Git Product logo

craft-dribbble's Introduction

πŸ‘‹

Hi. I'm Jason, but most people call me Mayo, based in Manchester. I've been a self taught developer for around 15 years, but with a traditional graphic design background. Right now, I'm the Co-founder of MadeByShape, where I am the lead developer and work with global brands such as BBC, BlackBerry and 20th Century Fox right through to small-medium start ups.

On the side I'm a digital product developer working on my own ventures, as well as a Craft CMS Developer.

Working on πŸ‘¨β€πŸ’»

  • Every Creative ~ Hiring platform built specifically for creative studios/agencies & products πŸš€
  • Tap Tourist ~ A little guide to finding the best craft beer spots in and around Manchester 🍺

Stack πŸ€“

Currently using Craft CMS, Tailwind CSS, VueJS, AlpineJS, Netlify + DigitalOcean.

Writing πŸ“

I try to write every so often on various topics, have a read.

craft-dribbble's People

Contributors

bymayo avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

craft-dribbble's Issues

Random 3

Any idea the tags for pulling 3 random shots?

VCS not pulled through when installed via Craft / Composer

composer require bymayo/dribbble
Using version ^2.0 for bymayo/dribbble
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for bymayo/dribbble ^2.0 -> satisfiable by bymayo/dribbble[2.0.0].
    - bymayo/dribbble 2.0.0 requires crewlabs/oauth2-dribbble dev-api2 -> no matching package found.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Installation failed, reverting ./composer.json to its original content.

Fix Composer 2 compatibility

When installing this plugin with Composer 1, the following deprecation notice is output:

Deprecation Notice: Class bymayo\dribbble\assetbundles\Dribbble\DribbbleAsset located in ./vendor/bymayo/dribbble/src/assetbundles/dribbble/DribbbleAsset.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0.

Composer 2 was released on October 24, and is now the default version that will be installed, so it’s critical that this gets resolved ASAP, or people will start getting Class not found errors.

To fix, run the following command:

> git mv src/assetbundles/dribbble src/assetbundles/Dribbble

Then commit your change and tag a new release.

(Note that you must use the git mv command, as Git tends to not notice case-sensitive file renames otherwise.)

Exceeded rate limit

Will wrapping the tags in {% cache %} solve this? For example:

{% cache for 12 hours %}

  {% set shots = craft.dribbble.get('user/shots', 180) %}
  {% set shots = shuffle(shots) %}

  {% for shot in shots|slice(0,3) %}
    {{ shot.title }}
  {% endfor %}

{% endcache %}

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.