Jonas Everaert
Jonas Everaert
> we have the same issue, and I am also looking at how to fix it. did you fix it? I used the code of this: https://github.com/tqnst/MP4ParserMergeAudioVideo/blob/master/Mp4ParserSample-master/src/jp/classmethod/sample/mp4parser/MainActivity.java#L335-L442 and made something...
Would there be a possibility that we generate an overarching struct in swift, something like ```swift struct MyStruct { // ... } ``` That uses the correct struct for each...
> Where the generated Swift code looked something like: > > ```swift > // This comes from the `#[swift_bridge(declare_generic)]` > class MyStruct { > // ... > } > >...
I was going to recommend this feature! Could be a nice quality of life improvement.
Ah my bad, it seems like it is not implemented for shared structs. ```rust #[swift_bridge::bridge] mod ffi { #[swift_bridge(swift_repr = "struct")] struct MyStruct { pub opt: Option pub opt: Option...
I'll try implementing this! I'm currently a little busy though, so I'll probably start implementing this somewhere next week.
Linked issue: #23
Forgot to mention as well, we can add the cask to the Homebrew repo. I haven't tried this out, but I can look into it, if this is good?
The `epick.app.tar.gz` and all the generated icons doesn't need to be in the repo for homebrew to work. The archive only needs to be uploaded somewhere (like GitHub Releases). The...
Hi. No problem. I haven’t used CI too much, but I’ll try to implement this!