Sven

Results 280 comments of Sven

I think (?) I found the issue: I was using `sccache` as my compilation times are really high and having that cache in the middle helps out a lot. After...

I have the same problem occuring to me. Comments over a length of 79 do not get wrapped by any means.

Could it be that the method signature is used to determine the Objective-C function call? If that is the case, renaming the arguments might mess with that and therefore fires...

No problem. Any tips on how to get this even compiled? I do run macOS Catalina Beta 10. But adding the crate to my Cargo.toml file throws an error that...

Might be. I need Catalina for the XCode 13 version though as I use SwiftUI extensively. I only need one or two functions within AppKit. But I couldn't find any...

Maybe an approach like `standard-version` from the Javascript ecosystem is a nice fit here. By default, running the publishing process is a dry-run. You have to set the `-w,--write` CLI...

This does not work for me. There is no `gresource.xml` file in the original catppuccin theme zip files downloaded from the gtk github repository.

> sodiumoxide is now completely archived and will thus no longer receive security fixes; it should be replaced. This does not seem to be the case: https://github.com/sodiumoxide/sodiumoxide/blob/3057acb1a030ad86ed8892a223d64036ab5e8523/README.md?plain=1#L3-L5 This seems to...

What I noticed is that, when not using the flag, my sync process takes over 30min. I have downloaded 10 feeds in total, which 4 of them having over 1000...

Has there been any progress on the main branch? I skimmed through the commit history but I do not think that I found any relevant commits regarding wasm support. I...