Lewin Probst, M.Sc.
Lewin Probst, M.Sc.
I ran into the same situation and can confirm that your patched branch works for me too. It would be awesome to get this integrated.
I did a bit try and error using the GitLab pipeline editor as well as a bit of research. One of the basic problems I found is that GitLab's shared...
Just in case someone finds this issue searching for a compilation error with `surrealdb`. `librocksdb-sys` refused to compile with error: ``` rewrite static -> expected one of ! or ::...
This may be not the identical issue, but related to it. I am not able to either fetch or push using `gitui` on Mac Sonoma 14.5 using ssh authentication. Using...
I am now using this workaround: ```rust let tmp_img = source.to_image(); let mut dest = DynamicImage::new(tmp_img.width(), tmp_img.height(), img.inner().color()); dest.copy_from(&*source, 0, 0)?; ``` But this feels a bit complicated and suboptimal?
Ahh I see. Thanks for the hint.
Yes, I agree to your thinking. Going for the secure cookie sounds reasonable to me as well. I have no experience with pinning the network traffic yet, but it sounds...
So, I found the possibility to disable PKCE challenge for `kanidm`. But somehow I am not able to create an example for this where I can build upon starting the...
Hey, are there any updates on this? I created a new project, copied the test you mentioned in there and renamed it to `fn main`. It results in the same...
Ah that makes sense, I did not work with patching yet. Thanks for the fast reponse!