Git Product home page Git Product logo

Comments (2)

ludovicchabant avatar ludovicchabant commented on July 2, 2024

Thanks! And yes, actually, when I moved to multi-core baking, I realized the old method for baking "portable" website wouldn't work so I "temporarily" dropped the feature... only to forget about it :(

I'll look into the bug when I have some free time. No ETA or restoring the portable bake, though, I still need to find a good way to do it in a multi-process environment.

from piecrust2.

ludovicchabant avatar ludovicchabant commented on July 2, 2024

Ok so now I remember why I dropped the --portable option: it forces PieCrust to disable caching because the same piece of content (say, a blog post) appearing in different places (say, main page + blog post + a few tag listings) potentially needs to be rendering as many times (because the links need to be rendered with different relative paths). This totally kills performance, and has limited use since there are many tools (Python itself being one) that can run a small webserver for previewing something.

As for PieCrust failing to bake when site/root has a tilde character in it (or any other non-ASCII character), that was definitely a bug. It should be fixed with 55ad794, but I haven't pushed a new version on PyPi yet because I'm not totally convinced yet that this fix hasn't introduced some subtle bug somewhere... so if you can, please pull from Github and try!

Thanks for reporting this!

from piecrust2.

Related Issues (20)

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.