Jordan

Results 9 comments of Jordan

I think this should be pretty simple to do by using the `scrollToAlignment` prop of the react-virtualized `List`

@clauderic yeah just ran a quick test - you're correct. @davidpelayo I'm a bit confused if the desired behavior you're asking for is to simply to snap to the next...

@aaronjensen I wouldn't assume folks are familiar with this library. It would probably help if you outlined the advantages of this library over moment (and in the context of react-dates).

@grantzvolsky I don't want to step on your toes here, but would you find it helpful if I fixed some of the breaking tests or are there more breaking changes...

> ory/kratos-selfservice-ui-node#198 amazing! let me know if there's any other way I can help

For anyone like myself who initially attempted the fix here https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/2073 you may need to do a bit of cleanup. For context: I am on Ubuntu 22.04 with an RTX...

> If anyone is having trouble with that in Docker, that helped me: (change TORCH_CUDA_ARCH_LIST to your value). 8.6 is for RTX 3060 > > ``` > RUN git clone...

Also I'm unsure why you'd want to set `CUDA_VISIBLE_DEVICES` to `0` unless you don't have any NVIDIA GPUs (which you indicated you had an RTX 3060). If I understand correctly...

> > Also I'm unsure why you'd want to set `CUDA_VISIBLE_DEVICES` to `0` unless you don't have any NVIDIA GPUs (which you indicated you had an RTX 3060). If I...