Jonas Reineke

Results 20 comments of Jonas Reineke

I'm also experiencing issues with scrolling (using MacOS). What I've noticed is that the scrolling with the touchpad is kind of smooth (no smooth scroll) but scrolling with my bluetooth...

Overall I have 165 notes but this also happens in Notebook topics which only have around 35 notes. In both cases the scrolling is breaking.

https://user-images.githubusercontent.com/21036205/189128264-ff2fee40-9e87-40ae-a680-67beecb4d09e.mov While I was recording the video I was constantly scrolling with my mouse wheel and only when I had some small breaks between the scrolling it would let me...

Oh i didn't even saw the changes from @kurim. Thanks for the addition. I think @kurim has to add a pull request to add the changes to this repository. These...

How is the Status of this? At least the option to add new menu links would be very nice. To link to our imprint or something else regarding the GDPR....

I also came across the same problem. In the end, my problem was the permissions of the IAM user which is executing Ansible. You can see it in the line,...

My policy looks like this: ```json { "Action": [ "s3:PutObject", "s3:GetObject", "s3:GetBucketLocation", "s3:DeleteObject" ], "Effect": "Allow", "Resource": [ "arn:aws:s3:::my-bucket/*", "arn:aws:s3:::my-bucket" ], } ``` `s3:GetBucketLocation` just needs the bucket-arn. Do you...

Yes, I also came across exactly this issue. In my case, the permission boundary of the IAM user caused this issue. Alternatively to using the ssm plugin, you could set...

I'm not using windows on my end. The only option for you would be to change the local IAM user you are using. Probably the GetObject is restricted by a...

All my cases where I had errors which resulted in having a .py file with XML content in it where because of missing permissions to get the files from the...