alisterd51

Results 4 issues of alisterd51

**Version**: all **Platform**: all **Description**: I would like to be able to use an url to be able to connect to the redis sentinel via an url ([as is possible...

* safety version: 3.2.4 * Python version: 3.11 * Operating System: debian 12 ### Description Upgrading `safety` from 3.2.3 to 3.2.4 results in a regression of `filelock` from 3.15.4 to...

I think we should create a new job to generate a build based on the master branch with a `nightly` tag. This would allow everyone to benefit from the new...

## Version: `leptosfmt 0.1.33` ## Input code: ```rust #[derive(Copy, Clone, Debug, PartialEq, Eq)] struct Counter { id: usize, count: RwSignal, } #[component] fn DynamicList(counters: RwSignal) -> impl IntoView { view!...