abulvenz
abulvenz
Now that you want to change it: https://ardour.org/donate redirects permanently to https://community.ardour.org/donate
I found that with the installation image from the end of June, I can still find my disk encryption_password as plain text in the file `/var/log/archinstall/install.log` also after rebooting into...
Hi @kouz75 , I experienced the same problem. On my machine it occurred after I introduced the `expire` option. All pages that had been cached before are still never expiring....
I.e. these two tests fail. ```python """Integration tests for deploy_url.""" from __future__ import annotations from typing import Generator from selenium.webdriver.common.by import By import pytest from selenium.webdriver.remote.webdriver import WebDriver from selenium.webdriver.support.ui...
> Symlink doesn't work on Windows, we had this in the beginning for syncing between `assets` and `.web/public` folder, but had to remove it for Windows. @Lendemor Should I change...
Firstly, I :heart: like the plans and think the three main goals are a good focusing point for 0.5.0. One minor drop of bitterness (at least for my current code):...
@TimChild Maybe something like the app in this MR can also be of interest https://github.com/reflex-dev/reflex/pull/3375 Did you succeed in publishing to pypi, yet?
@masenf > I'm imagining something like `State`, except all users accessing the site share the same values for a given key and the set of values can be swapped out...
@Lendemor Is it possible that I cancelled your approval by merging main? Sorry. :bowl_with_spoon:
I have another minimal example, which causes the same error and @masenf 's workaround makes it work. ```python import reflex as rx class SimpleState(rx.State): key: str = "Don't open menu"...