home.social

Search

95 results for “oliverandrich”

  1. Just build a file system only backend for my little #odm Den. Now I have to think about if I want to add it as a third backend to Den.

    #golang

  2. Just build a file system only backend for my little #odm Den. Now I have to think about if I want to add it as a third backend to Den.

    #golang

  3. Just build a file system only backend for my little #odm Den. Now I have to think about if I want to add it as a third backend to Den.

    #golang

  4. Just build a file system only backend for my little #odm Den. Now I have to think about if I want to add it as a third backend to Den.

    #golang

  5. django-tailwind-cli 4.6.0 is out 🎉

    * Configurable minification on tailwind build, thanks to @treyhunner
    * One-setting switch to a system-installed tailwindcss binary (Homebrew etc.) - no auto-download
    * tailwind watch now runs under Django's auto-reloader - no more manual restarts after editing settings.py
    * tailwind runserver is a transparent passthrough: every runserver_plus flag finally works
    * Opt-in @source injection for editable-installed external apps - fixes the fragile "../../../" workaround

    github.com/django-commons/djan

    #python #django #tailwindcss

  6. django-tailwind-cli 4.6.0 is out 🎉

    * Configurable minification on tailwind build, thanks to @treyhunner
    * One-setting switch to a system-installed tailwindcss binary (Homebrew etc.) - no auto-download
    * tailwind watch now runs under Django's auto-reloader - no more manual restarts after editing settings.py
    * tailwind runserver is a transparent passthrough: every runserver_plus flag finally works
    * Opt-in @source injection for editable-installed external apps - fixes the fragile "../../../" workaround

    github.com/django-commons/djan

    #python #django #tailwindcss

  7. django-tailwind-cli 4.6.0 is out 🎉

    * Configurable minification on tailwind build, thanks to @treyhunner
    * One-setting switch to a system-installed tailwindcss binary (Homebrew etc.) - no auto-download
    * tailwind watch now runs under Django's auto-reloader - no more manual restarts after editing settings.py
    * tailwind runserver is a transparent passthrough: every runserver_plus flag finally works
    * Opt-in @source injection for editable-installed external apps - fixes the fragile "../../../" workaround

    github.com/django-commons/djan

    #python #django #tailwindcss

  8. django-tailwind-cli 4.6.0 is out 🎉

    * Configurable minification on tailwind build, thanks to @treyhunner
    * One-setting switch to a system-installed tailwindcss binary (Homebrew etc.) - no auto-download
    * tailwind watch now runs under Django's auto-reloader - no more manual restarts after editing settings.py
    * tailwind runserver is a transparent passthrough: every runserver_plus flag finally works
    * Opt-in @source injection for editable-installed external apps - fixes the fragile "../../../" workaround

    github.com/django-commons/djan

    #python #django #tailwindcss

  9. django-tailwind-cli 4.6.0 is out 🎉

    * Configurable minification on tailwind build, thanks to @treyhunner
    * One-setting switch to a system-installed tailwindcss binary (Homebrew etc.) - no auto-download
    * tailwind watch now runs under Django's auto-reloader - no more manual restarts after editing settings.py
    * tailwind runserver is a transparent passthrough: every runserver_plus flag finally works
    * Opt-in @source injection for editable-installed external apps - fixes the fragile "../../../" workaround

    github.com/django-commons/djan

    #python #django #tailwindcss

  10. A quiet, productive day so far:

    - Released 0.4.0 of my ODM `Den` with new features and bug fixes.
    - Switched my web framework `Burrow` from Bun to Den and released 0.11.0.
    - Moved the documentation for Burrow to readthedocs.org
    burrow.readthedocs.io/en/stabl

    A Sunday, that makes me happy.

    #golang #happyhacking

  11. Here is a commit to review the upcoming changes. I still have to do some testing, and if I want to follow this road for the project. Basically, I prefer to only rely on upstream resources and not on additional forks.

    github.com/django-commons/djan

    #django #TailwindCSS

  12. Here is a commit to review the upcoming changes. I still have to do some testing, and if I want to follow this road for the project. Basically, I prefer to only rely on upstream resources and not on additional forks.

    github.com/django-commons/djan

    #django #TailwindCSS

  13. Here is a commit to review the upcoming changes. I still have to do some testing, and if I want to follow this road for the project. Basically, I prefer to only rely on upstream resources and not on additional forks.

    github.com/django-commons/djan

    #django #TailwindCSS

  14. Here is a commit to review the upcoming changes. I still have to do some testing, and if I want to follow this road for the project. Basically, I prefer to only rely on upstream resources and not on additional forks.

    github.com/django-commons/djan

    #django #TailwindCSS

  15. Having a good night of sleep really helped me to solve the i18n issue I had with templ. I should write an article about it, as I am now really satisfied with the solution I found. Basically, I implemented a middleware to extract the preferred language from the Accept-Language header and push it into the request context. There it is easily accessible from templ. And I created a templ component to render the translated string.

  16. If includes a wrong typing for a function, where do I have to open the ticket? Pylance or the project?

    The definition from calendar.pyi is basically wrong as the function returns actually list[list[list[date]]].

    ```python
    def yeardatescalendar(self, year: int, width: int = 3) -> list[list[int]]: ...
    ```