Casey
Casey
What are your trying to compile and what is the exact command you're using?
I created the feature branch for this based on the issue. I'll take a look at how well it'll integrate with the current logic.
I also have the same issue.
Don't get me wrong, you can still `git clone`, `cd python-secureconfig` and `pip install .`, but it would be nicer to just `pip install secureconfig` with Python 3+.
I think this is *by design*, but you can swap out your own log format once `CloudWatchLogHandler` is instantiated like so: ```python3 class CloudWatchLogFormatter(logging.Formatter): def __init__(self, fmt: Optional[str] = None):...
While it's not the full `--privileged` mode, you can add `SYS_ADMIN` capabilities to containers since [Docker API v1.41](https://github.com/moby/moby/blob/v25.0.8/docs/api/v1.41.yaml#L2740)
I am actually trying to implement something similar today. Now, I'm going to advise against implementing something on the entire page, as it can cause [performance issues](https://developer.mozilla.org/en-US/docs/Web/API/Window/beforeunload_event#usage_notes) (i.e. Firefox's `bfcache`...
In an ideal scenario, much like how Pydantic uses their `Field()` class to set default, default_factory, etc, the Reflex team should configure their `rx.field` method to include some of those...
I don't think the failed test has anything to do with my code changes, but I can update if necessary.
@masenf, I can work on that. What about handling of Python `bytes`? Currently, nothing in the Var system is designed to ensure handling of Python byte strings to JS byte...