Michel
Michel
Have the same problem, but manually copy the Colloid-Light folder and execute the "sed -i 's/#363636/#dedede/g'" commands from the install script works
I have the same problem using the ssh agent from KeePass. My guess is that obidian-git is running git in a new environment and therefore the `SSH_AUTH_SOCK` env is missing...
I wanted to do the same thing but also overlooked this phrase in the readme: > The attributes in the OIDC response are flattened by adding the nested array key...
@OliverSkroblin @shyim What do you think about this?
@akf-bw The PR look clean and good, nice work! Would you mind squashing all commits into one?
Hey @akf-bw, we highly appreciate what you have done and want to merge this as soon as possible as well :blue_heart: . Unfortunately, without a well-rounded UI that meets our...
@akf-bw The internal review passed, but the merge pipeline failed yesterday. I'll try my best to get it merged today.
After this long journey, the PR is finally merged! :tada: A huge thank you for your contribution :blue_heart:
I am having some trouble testing. With c44141c the `from_pipeline` method was removed and therefore I cannot easily build a pipeline with uridecodebin. I would like to see this method...
At least `ffprobe` reports a framerate that is close to 25fps. Adding this as a framerate to my pipeline also solves my problem with getting an `Error::Caps` in [`video.rs#L274`](https://github.com/jazzfool/iced_video_player/blob/master/src/video.rs#L274). So...