Git Product home page Git Product logo

brutalist-framework's People

Contributors

alexgleason avatar morleytatro avatar pinecreativelabs 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

brutalist-framework's Issues

Dependencies and perspective

Hi @pinecreativelabs ,
I really like the idea of building a brutalist framework. However Iโ€™m not sure if depending on jQuery or other libraries will meet the spirit of brutalism.

  1. Formal legibility of plan
  2. clear exhibition of structure, and
  3. valuation of materials for their inherent qualities 'as found'.

from 1955 December: 'The New Brutalism' by Reyner Banham

You write on your website: "Brutalist web design is the anti-conventional approach to proper, modern web design principles. In essence, it harkens back to the days of a more primitive web". I like that idea, but for me this would also mean, one had to stick to the very basics when building a brutalist framework. Less fancy javascript libraries, more raw material.

What do you think? Would be great to read more about your plans in a README.

Best,
Moritz

Appreciation

Some of the ideas are really cool.

Keep up ๐Ÿ’ฏ

Fatal error: Uncaught ArgumentCountError: Too few arguments to function get_client_language(), 0 passed in /var/www/html/core/bekah.php on line 247

Hey!

First of all thanks for your wonderful work on BF I appreciate it!

As I wanted to dive in to work on my project using BF I encountered a syntax error. Requesting index.php throws an error related to core.php calling bekah.php.

This is with BF 3.0 out of the box version, no changes to the codebase yet.

Warning: A non-numeric value encountered in /var/www/html/core/bekah.php on line 153

Warning: A non-numeric value encountered in /var/www/html/core/bekah.php on line 188

Warning: A non-numeric value encountered in /var/www/html/core/bekah.php on line 188

Fatal error: Uncaught ArgumentCountError: Too few arguments to function get_client_language(), 0 passed in /var/www/html/core/bekah.php on line 247 and at least 1 expected in /var/www/html/core/bekah.php:235 Stack trace: #0 /var/www/html/core/bekah.php(247): get_client_language() #1 /var/www/html/core/core.php(6): require_once('/var/www/html/c...') #2 /var/www/html/index.php(4): require('/var/www/html/c...') #3 {main} thrown in /var/www/html/core/bekah.php on line 235

I'm using docker compose for local development and php:7.4-apache image from Docker hub:

version: '3.8'
services:
  web:
    image: php:7.4-apache
    container_name: web
    ports:
      - "40000:80"
    volumes:
      - ./bf:/var/www/html
    restart: always

If I comment require_once('bekah.php'); in core.php I can override this and BF loads correctly but then I lose bekah.php functionality.

I have not found recommended php version for BF in the docs so I tried different versions because I suspected it might be related to that. Trying to serve with php:8.3-apache threw this error:

Fatal error: Uncaught TypeError: Unsupported operand types: int + string in /var/www/html/core/bekah.php:153 Stack trace: #0 /var/www/html/core/core.php(6): require_once() #1 /var/www/html/index.php(4): require('/var/www/html/c...') #2 {main} thrown in /var/www/html/core/bekah.php on line 153

What am I missing? What's the recommended version to run BF? How should I approach resolving this issue? I didn't want to modify the codebase until getting feedback on this.

Thanks!

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.