error

  • The page you requested does not exist. For your convenience, a search was performed using the query events OR calendar OR 2012 OR 1.
About searching

Search results

  1. Deploying to Private Servers via WireGuard from GitHub Actions

    … bridge interface, whose IP address is typically 172.17.0.1. The DOCKER_BRIDGE_IP environment variable in the … It is triggered by repository_dispatch events sent from application repositories. name: … a repository variable. This prevents unauthorized dispatch events from triggering arbitrary webhook endpoints, even if …

  2. Just Say Drupal‽

    … They just really want to use Drupal. And if it's 10 or 10.1 or 10.2, just give me the latest and greatest. And so I … to say, for example, like, you know, with our essentially calendar based release schedule, you know, it's coming out … like, let's imagine you built your site with Drupal 7 in 2012, 2013, right? It used to be that we had major changes …

  3. Directing How Single Directory Components Directly Simplify Theming

    … Single Directory Components (SDC) in Drupal 10 are transforming theming by simplifying component … February. 00:49 I saw January, 2025 come across my calendar and everybody does these like, you know, new year's … And it's not something that I need to like keep on going to events explaining. People are doing their own. 33:25 …

  4. Updating go1.x Runtime in AWS Lambdas

    … import ( "fmt" "github.com/aws/aws-lambda-go/events" "github.com/aws/aws-lambda-go/lambda" ) func Handler(request events.APIGatewayProxyRequest) … failed to deploy (93s) Environment: darwin, node 18.17.1, framework 3.31.0 (local) 3.38.0v (global), plugin 6.2.3, …

  5. What Belongs On Your Homepage?

    … junk drawer. The University of Notre Dame found that 1% of visitors clicked on the feature, and of that 1%, 89% … your website contains. Teasers for articles. Upcoming events. Contact information. Usually, near the end … appears there is no more content to dive into. If you list events, don't make it look like the events on the homepage …

  6. Drupal Release Planning in the Enterprise

    … new features and security fixes. Teams need to plan for 1 to 5 developer days of work every six months to keep their … your business In the publishing industry, tentpole events such as tournaments, live events, or holiday specials drive production deadlines. In …

  7. Node.js Development with DDEV

    … │ php PHP8.1 │ │ │ │ InDocker: … │ │ │ │ Host: 127.0.0.1:32769,32770 │ docroot:'' … JavaScript and Events - The Fundamentals …

  8. Nicole Lovald on Yoga, Meditation, Therapy, and Mental Health

    1x … the 2022 version came out. Been coming out every year since 2012. This report found that on average, there's been a … need therapy, is when people have experienced traumatic events. And for some people chronic trauma, right? There …

  9. Sorting Data in JavaScript

    … b) { if (a.toString() < b.toString()) { return -1; } if (a.toString() > b.toString()) { return 1; } return 0; } data.sort(comparator); Given two … JavaScript and Events - The Fundamentals …

  10. Navigating the Waters of Drupal Development with Tugboat

    … about interviewing people on the spot at conferences and events. And then something happened a few years ago where we … Chumillas: Absolutely. Yeah. Especially on Drupal events have been like something that has helped a lot, … You give it the URLs, it'll do some snapshots, compare them 1 to 1 so you can get some kind of basic automated testing …