Jump to content

wbmnfktr

Members
  • Posts

    1,823
  • Joined

  • Last visited

  • Days Won

    42

Everything posted by wbmnfktr

  1. PHP is slow... well, maybe not that slow at all. Interesting read. https://dev.to/realflowcontrol/processing-one-billion-rows-in-php-3eg0
  2. Maybe for some or most a bit too electro/EDM, yet... I really enjoy these tracks YT: https://www.youtube.com/@alfred-heinrichs/videos YT Music: https://music.youtube.com/channel/UC071eIN3po_BZ4OSK8Ha7Eg
  3. This exact module helped me to build and maintain all my starters for clients and sideprojects for a very long time now. So this update is highly appreciated! 😃
  4. Do you have a page with that name/URL? Or maybe just the /in-use/ part? Maybe you find more details in the logs - errors or messages. I feels a bit like an error CKEditor would throw in case a linked page is missing but that's just a feeling.
  5. I would use sort=sort in the selector string here - as you already do. It should work without issues unless you have some sort settings applied in individual templates. Maybe in some other part of your code you mix things up again. That $view->top_categories can't be the whole code. Is that Twig you are using? Are there additional checks or queries?
  6. I use htmx polling for that in a monitoring widget. It's only visible for superusers so that was the easiest way. Don't know if this would actually fit your use case at all.
  7. You did an absolutely amazing job here, @bernhard. Holy... lots and lots of small details and things to consider. Love the write-up/case-study for this project.
  8. I can only agree with that 100%. Right from the start, the Skyscraper profile helped me a lot to understand the basics - from fields to templates, queries, and so on. With the Invoice profile, I'm really starting to realize how much I don't know or use at all. It's so much fun to play with the profile and take it apart. It's absolutely impressive what can be done with just the core. It's insane and genius at the same time. Thank you, Ryan!
  9. They did and I asked for it. For whatever reason. 😄
  10. There is a difference between: field does NOT exist in template field does exist but has NO value You can check a lot with is defined - see here: https://twig.symfony.com/doc/3.x/tests/defined.html {% if page.field is defined %} ... {% endif %} Another thing in TemplateEngineFactory / Twig you can uncheck Strict variables to make life a bit easier. Yet another thing could be your include is out of scope and you might need to include with instead - see here: https://twig.symfony.com/doc/3.x/tags/include.html {% set vars = {'foo': 'bar'} %} {% include 'template.html' with vars %}
  11. This is aweseome news. Great new site, great new collab. I wish you all the best. Congrats, guys! 🍾 Honestly can't wait to see your future projects and the case study for your site.
  12. So... I am everything but a gamer (ok, maybe Sonic on the Raspberry or something like that) but still... I always thought about buying TVs or Presentation Displays (64" 8K+ while super low prices) yet... I always remember something that's telling me: DONT DO IT! But I can't remember THAT THING. Something of refresh rates from input to output and combined with colors. Just asked our new friends from the AI section and I got this: So... I actually guess, based on that, it was the refresh rate. Most TVs only run 30/60hz and back then only a few 120hz. I don't know if this helps but... who knows.
  13. like: {% set noindex = 'via twig' %} or in a noindex field in your template? So... {{ page.noindex }} would look for a field called noindex in your page template and would output it's value. I use TemplateEngineFactory / Twig and it would throw this kind of error message in case the field/value does NOT exist - either in page context or via $view. So the questions is: What kind of field/fieldtype is noindex or is it a value you get from somewhere else? If it was a select/option you might have to look for {{ page.noindex.value }} or maybe {{ page.noindex.label }}. If it was a boolean you would work with your kind of of setup and would just output the value you need. My best guess actually is, that the field/value doesn't exist in page context because either the field is not in that template or you try to render a component/include, which might be out of scope. Can you please tell me a bit more about your setup of fields and templates.
  14. The Snippets module by @teppo is absolutely perfect for this!
  15. There are some videos on YouTube about that aka "TV as PC monitor". Like this one: There are a few things: from input lag, connections, colors, to refresh-rate and even things I didn't even know existed. I don't know if the video above answers all your questions but maybe it gives some more insights - I remember LLT (Linus) made a similar video a while back, but coulnd't find it.
  16. Like a newsticker or newsfeed that updates whenever there is a new post? I will need something of that kind in a project very soon and looked at a solution with HTMX using polling or SSE. While looking into it I stumbled across something an old thread here: Haven't had the time to dig deeper but maybe this is good starting point for you.
  17. I already love this one. Have a nice weekend @ryan.
  18. Before this ends in a yes, no, maybe, only with custom code answer: Give this a good read: https://processwire.com/docs/front-end/how-to-use-url-segments/ URL segments might feel a bit off at first, but at the end it's only a smaller thing in-between. The initial setup can be tricky but going from there it is like working with any other page or template.
  19. That's always surprising for so many. Especially for those that don't do much of this internet stuff. Those pages are solid. Is it correct that you don't use ProCache on those sites? They are pretty fast.
  20. Even though it's completely different it reminds me of my all-time favourite: Infected Mushroom
  21. Hope you had a joyful Christmas season, @ryan and ALL! I wish you, @ryan, your whole family, and of course each and every one of this wonderful community a Happy New Year! I know I wasn't this active in here this year, but be sure I missed and thought about you all the time. Cheers, for an awesome 2024!
  22. 🔥 PW Weekly 501 ❤️ Thank you, @teppo!
  23. In lack of better words, WOW! (just got me my copy of V2 to play around with 😁)
  24. Finally got some time and it looks good to me. File names looking good as well. See here. I couldn't find anything about transparency in logos (besides that all colors will be stripped out at some point) so processwire-original-wordmark.svg seems to be a good fit.
×
×
  • Create New...