the-black-viper

Results 3 issues of the-black-viper

In the docs: `digest = session.digest(data, mechanism=Mechanism.SHA_256)` This would lead to the error: ` AttributeError(name) from None` It should be: `digest = session.digest(data, mechanism=Mechanism.SHA256)`

Currently I am trying to implement a carousel where the center slide widens to show more content. However at the moment it just doesn't seem to center properly. Here is...

I am currently trying to implement a slider where uncentered items are constrainted/minimized and when they are centered the full content is then shown. I managed to work this part...